Versions in this module Expand all Collapse all v0 v0.3.0 Jul 26, 2025 v0.2.0 Jul 19, 2025 v0.1.0 Jul 11, 2025 Changes in this version + type Pos int + const NoPos + func (p Pos) IsValid() bool + type Token uint32 + const ADD + const ADD_ASSIGN + const AND + const ANDAND + const ASSIGN + const AT + const AppOut + const BITAND + const BITOR + const BITXOR + const CALL + const COLON + const COMMA + const DIV + const DIV_ASSIGN + const DO + const DOUBLE_ASSIGN + const DOUBLE_COLON + const EOF + const EQU + const EXCL + const FOR + const GEQ + const GOTO + const GTR + const IF + const ILLEGAL + const IN + const LBRACE + const LBRACK + const LEQ + const LPAREN + const LSS + const MOD + const MOD_ASSIGN + const MUL + const MUL_ASSIGN + const NEQ + const NOT + const OR + const OROR + const RBRACE + const RBRACK + const REM + const RPAREN + const RdrIn + const RdrOut + const SEMI + const SUB + const SUB_ASSIGN + const TILDE + func (i Token) String() string + func (t Token) IsValid() bool