Update & bug fixed

This commit is contained in:
Valk Richard Li
2019-10-17 23:18:45 +08:00
committed by GitHub
parent acea1c6ee6
commit 7fe459c38b
2 changed files with 220 additions and 161 deletions

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