Complete abstract syntax tree

This commit is contained in:
Valk Richard Li
2019-10-22 20:19:36 +08:00
committed by GitHub
parent 01a283417b
commit 8484eaa926
3 changed files with 240 additions and 103 deletions

View File

@@ -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")
{