Documentation ¶ Index ¶ Constants type Token func (tok Token) Precedence() int func (tok Token) String() string Constants ¶ View Source const ( LowestLevel = iota ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Token ¶ type Token int const ( Illegal Token = iota EOF Ident Bool Int String Var Or And Equal NotEqual Less LessOrEqual Greater GreaterOrEqual In NotIn Not OpenParenthesis CloseParenthesis OpenSquareBracket CloseSquareBracket Comma ) func (Token) Precedence ¶ func (tok Token) Precedence() int func (Token) String ¶ func (tok Token) String() string Source Files ¶ View all Source files token.go Click to show internal directories. Click to hide internal directories.