Documentation ¶
Index ¶
Constants ¶
View Source
const ( CharacterToken = "character" ParameterToken = "parameter" EOFToken = "eof" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lexer ¶
func (*Lexer) GetNextToken ¶
func (*Lexer) SkipWhitespace ¶
func (l *Lexer) SkipWhitespace()
type Syntax ¶
func (*Syntax) GetNextToken ¶
func (*Syntax) SkipWhitespace ¶
func (l *Syntax) SkipWhitespace()
type Token ¶
func ParseString ¶
Click to show internal directories.
Click to hide internal directories.