Documentation
¶
Overview ¶
Package ch12ex09 provides a token-based API to decode S-expressions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
A Decoder represents an S-epxressions parser reading tokens from an input stream.
func NewDecoder ¶
NewDecoder creates a new Deocoder reading from r.
Click to show internal directories.
Click to hide internal directories.