Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func HasIntersect ¶
func TypeExists ¶
Types ¶
type Type ¶
type Type int
const ( // keyword Select Type = iota + 1 From As Where And Or // identifier Identifier // comparison operator GE GT LE LT Equal NotEqual1 NotEqual2 // arithmetic operator Plus Minus Multiply Divide Mod // number literal NumberLiteral // string literal StringLiteral // separator Comma Semicolon LeftParenthesis RightParenthesis SingleQuote // white space WhiteSpace // Epsilon Epsilon // End End // error Error )
Click to show internal directories.
Click to hide internal directories.