Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type int
const ( INVALID Type = iota EOF LONGSTRING NUMDEC STRING NUMHEX IDENT KwBreak KwGoto KwDo KwWhile KwEnd KwRepeat KwUntil KwThen KwElse KwElseIf KwIf KwFor KwIn KwFunction KwLocal KwNot KwNil KwTrue KwFalse KwReturn SgEtc SgOpenSquareBkt SgCloseSquareBkt SgOpenBkt SgCloseBkt SgOpenBrace SgCloseBrace SgSemicolon SgComma SgDot SgColon SgDoubleColon SgAssign SgHash SgMinus SgPlus SgStar SgSlash SgSlashSlash SgPct SgPipe SgTilde SgAmpersand SgHat SgShiftRight SgShiftLeft SgEqual SgNotEqual SgLess SgLessEqual SgGreater SgGreaterEqual SgConcat KwAnd KwOr )
Click to show internal directories.
Click to hide internal directories.