Parser

Undocumented in source.

Members

Functions

expr
Node* expr()
Undocumented in source. Be warned that the author may not have intended to support it.
new_Node
Node* new_Node(int k)
Undocumented in source. Be warned that the author may not have intended to support it.
paren_expr
Node* paren_expr()
Undocumented in source. Be warned that the author may not have intended to support it.
program
Node* program()
Undocumented in source. Be warned that the author may not have intended to support it.
statement
Node* statement()
Undocumented in source. Be warned that the author may not have intended to support it.
sum
Node* sum()
Undocumented in source. Be warned that the author may not have intended to support it.
term
Node* term()
Undocumented in source. Be warned that the author may not have intended to support it.
test
Node* test()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lexer
Lexer* lexer;
Undocumented in source.

Meta