Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvalidIndent ¶
Types ¶
type Decoder ¶
type Decoder struct { // configure the tokenizer for the next decode UseFloats bool // contains filtered or unexported fields }
the decoder is *not* ready to use by default the mapper, sequencer, and notes need to be set.
func (*Decoder) Decode ¶
func (d *Decoder) Decode(src io.RuneReader) (ret any, err error)
read a tell document from the passed stream
func (*Decoder) SetMapper ¶
func (d *Decoder) SetMapper(maps collect.MapFactory)
configure the production of mappings
func (*Decoder) SetSequencer ¶
func (d *Decoder) SetSequencer(seq collect.SequenceFactory)
configure the production of sequences
Click to show internal directories.
Click to hide internal directories.