message-size-increase #3

Merged
sashakoshka merged 227 commits from message-size-increase into main 2025-09-07 19:27:38 -06:00
Showing only changes of commit 4930215166 - Show all commits

View File

@ -2,6 +2,7 @@ package tape
import "io" import "io"
import "math" import "math"
import "bufio"
// Decodable is any type that can decode itself from a decoder. // Decodable is any type that can decode itself from a decoder.
type Decodable interface { type Decodable interface {