Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TokenType ¶
type TokenType int
const ( // Single character tokens LeftParen TokenType = iota RightParen LeftBrace RightBrace Comma Dot Minus Plus Semicolon Slash Star // One or two character tokens Bang BangEqual Equal EqualEqual Greater GreaterEqual Less LessEqual // Literals Identifier String Number // Keywords And Class Else False Fun For If Nil Or Print Return Super This True Var While Eof )
Click to show internal directories.
Click to hide internal directories.