Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type uint8
const ( ILLEGAL Type = iota EOL // Identifiers + literals. IDENT // add, foobar, x, y, ... INT // 1343456 FLOAT // 1. 1e3 // Operators. ASSIGN PLUS MINUS BANG ASTERISK SLASH PERCENT LT GT // or equal variants. LTEQ GTEQ EQ NOTEQ // Delimiters. COMMA SEMICOLON LPAREN RPAREN LBRACE RBRACE LBRACKET RBRACKET COLON LINECOMMENT STARTCOMMENT ENDCOMMENT // Keywords. FUNCTION LET TRUE FALSE IF ELSE RETURN STRING MACRO // Built-in functions. LEN FIRST REST PRINT LOG EOF )
func LookupIdent ¶
Click to show internal directories.
Click to hide internal directories.