Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemType ¶
type ItemType int
ItemType identifies the type of lex items.
const ( LogicAnd ItemType // && keyword LogicOr // || keyword OpEqual // == keyword OpNotEqual // != keyword OpGreaterThan // > keyword OpGreaterThanOrEqual // >= keyword OpLessThan // < keyword OpLessThanOrEqual // <= keyword )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.