Documentation ¶
Index ¶
Constants ¶
View Source
const ( Illegal = "illegal" EOF = "EOF" LeftCurly = "{" RightCurly = "}" LeftSquare = "[" RightSquare = "]" Comma = "," SingleQuote = "'" Colon = ":" AlphaNumeric = "alphanum" )
Types of tokens.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.