Documentation ¶
Overview ¶
Package read provides the system's standard lexer and reader
Index ¶
Constants ¶
View Source
const ( UnmatchedState = "unmatched lexing state" StringNotTerminated = "string has no closing quote" )
Error messages
View Source
const ( PrefixedNotPaired = "end of file reached before completing %s" InvalidListSyntax = "invalid list syntax" ListNotClosed = "end of file reached with open list" UnmatchedListEnd = "encountered ')' with no open list" VectorNotClosed = "end of file reached with open vector" UnmatchedVectorEnd = "encountered ']' with no open vector" MapNotClosed = "end of file reached with open map" UnmatchedMapEnd = "encountered '}' with no open map" )
Error messages
Variables ¶
This section is empty.
Functions ¶
func FromScanner ¶
FromScanner returns a Lazy Sequence of scanned data structures
func FromString ¶
FromString converts the raw source into unexpanded data structures
Types ¶
Click to show internal directories.
Click to hide internal directories.