Complete abstract syntax tree

This commit is contained in:
Valk Richard Li
2019-10-22 20:19:36 +08:00
committed by GitHub
parent 00cf64ec72
commit b3f97244c9
3 changed files with 240 additions and 103 deletions
+1 -3
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")
{