Documentation
¶
Overview ¶
Package data provides a specialized reader interface for parsing pure data expressions without code evaluation. This is used for reading configuration files, data literals, and other non-executable content that should be parsed as data structures but not compiled or evaluated as Ale code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Tokenize = internal.MakeTokenizer(lex.ExhaustiveMatcher( lex.Ignorable, lex.Structure, lex.Quoting.Error(), lex.Values, lex.Symbols, )) MustTokenize = internal.MakeMustTokenizer(Tokenize) FromString = internal.MakeFromString(Tokenize) MustFromString = internal.MakeMustFromString(FromString) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.