mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 02:48:48 +08:00
Update
This commit is contained in:
@@ -24,6 +24,11 @@ class generator
|
||||
parse.pop();
|
||||
return;
|
||||
}
|
||||
void set_ast_empty()
|
||||
{
|
||||
root.tree_set_clear();
|
||||
return;
|
||||
}
|
||||
void gen_process(std::list<token>& lexer)
|
||||
{
|
||||
while(!parse.empty())
|
||||
|
||||
Reference in New Issue
Block a user