Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Token ¶
type Token struct {
interfaces.SourceLocation
Type TokenType
Lexeme string
Literal string
}
type TokenType ¶
type TokenType int
const ( Undefined TokenType = iota Identifier Int Double 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 Func And Or If Else While Return IntType DoubleType StringType )
Click to show internal directories.
Click to hide internal directories.