Update
This commit is contained in:
parent
6bb206d37d
commit
3806e632e9
|
@ -24,6 +24,11 @@ class generator
|
||||||
parse.pop();
|
parse.pop();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
void set_ast_empty()
|
||||||
|
{
|
||||||
|
root.tree_set_clear();
|
||||||
|
return;
|
||||||
|
}
|
||||||
void gen_process(std::list<token>& lexer)
|
void gen_process(std::list<token>& lexer)
|
||||||
{
|
{
|
||||||
while(!parse.empty())
|
while(!parse.empty())
|
||||||
|
|
Loading…
Reference in New Issue