Versions in this module Expand all Collapse all v0 v0.0.3 Dec 10, 2025 Changes in this version type Token + const Complex v0.0.2 Oct 19, 2024 Changes in this version + const LowestPrec + type Token int + const Add + const AddAssign + const And + const AndAssign + const AndNot + const AndNotAssign + const As + const Assign + const Break + const Char + const Colon + const Comma + const Comment + const Continue + const Dec + const Define + const EOF + const Ellipsis + const Else + const Embed + const Equal + const Error + const Export + const False + const Float + const For + const Func + const Greater + const GreaterEq + const Ident + const If + const Illegal + const Immutable + const Import + const In + const Inc + const Int + const LAnd + const LBrace + const LBrack + const LOr + const LParen + const Less + const LessEq + const Mul + const MulAssign + const Not + const NotEqual + const Null + const Or + const OrAssign + const Period + const Question + const Quo + const QuoAssign + const RBrace + const RBrack + const RParen + const Rem + const RemAssign + const Return + const Semicolon + const Shl + const ShlAssign + const Shr + const ShrAssign + const String + const Sub + const SubAssign + const Sysout + const True + const Var + const Xor + const XorAssign + func Lookup(ident string) Token + func (tok Token) IsKeyword() bool + func (tok Token) IsLiteral() bool + func (tok Token) IsOperator() bool + func (tok Token) Precedence() int + func (tok Token) String() string v0.0.1 Oct 18, 2024