Add more functions

This commit is contained in:
Valk Richard Li
2019-10-19 21:18:57 +08:00
committed by GitHub
parent 6932820c28
commit 0d7482eae0
2 changed files with 148 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ int main()
{
gen.set_ast_empty();
gen.gen_process(lex.return_list());
gen.gen_main_work();
//gen.gen_main_work();
}
}
else