Documentation ¶
Index ¶
Constants ¶
View Source
const ( CharacterToken = "character" ParameterToken = "parameter" EOFToken = "eof" )
Variables ¶
View Source
var Options = []rulebot.Option{ rulebot.RegisterRuleset(New(rules)), }
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()
Click to show internal directories.
Click to hide internal directories.