Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type TokenType ¶
type TokenType int
const ( Undefined TokenType = iota Identifier Int Fixed String Plus Minus Star Slash Percent Less LessEqual Greater GreaterEqual Equal EqualEqual Bang BangEqual ParenOpen ParenClose BraceOpen BraceClose Comma Semicolon Colon BracketOpen BracketClose Eof True False Let Def And Or If Else While Return IntType FixedType StringType )
Click to show internal directories.
Click to hide internal directories.