mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 10:58:47 +08:00
Complete abstract syntax tree
This commit is contained in:
+1
-3
@@ -60,9 +60,7 @@ int main()
|
||||
pas.parse_process(lex.return_list());
|
||||
pas.parse_main_work();
|
||||
if(!pas.get_error_num())
|
||||
{
|
||||
;
|
||||
}
|
||||
pas.print_generated_ast();
|
||||
}
|
||||
else if(command=="run")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user