Update & bug fixed

This commit is contained in:
Valk Richard Li
2019-10-17 23:18:45 +08:00
committed by GitHub
parent 1c40ee0003
commit b73e1f3f00
2 changed files with 220 additions and 161 deletions
+3 -1
View File
@@ -78,7 +78,9 @@ int main()
pas.parse_main_work();
if(!pas.get_error_num())
{
;
gen.set_ast_empty();
gen.gen_process(lex.return_list());
gen.gen_main_work();
}
}
else