This commit is contained in:
ValKmjolnir
2021-10-16 23:36:43 +08:00
parent d4a9412947
commit 1bfa7d2638
5 changed files with 114 additions and 117 deletions

View File

@@ -90,7 +90,7 @@ void execute(const std::string& file,const uint16_t cmd)
if(cmd&VM_LEXINFO)
lexer.print();
if(cmd&VM_ASTINFO)
parse.ast().print(0);
parse.print();
if(cmd&VM_CODEINFO)
gen.print();
if(cmd&VM_EXECTIME)