Documentation ¶
Index ¶
Constants ¶
View Source
const ( LOWEST int EQUALS // == LESSGREATER // > or < SUM // + PRODUCT // * PREFIX // -X or !X CALL // fn() INDEX // <array>[0] )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) ParseProgram ¶
プログラムをパースし、AST の Root Node を返す tokenizer がソースコードをトークンに変換し、parser がトークンを AST へ変換する
Click to show internal directories.
Click to hide internal directories.