删除格式化功能

This commit is contained in:
rain2133
2025-06-21 15:40:00 +08:00
parent 8109d44232
commit ba5f2a0620
3 changed files with 0 additions and 420 deletions

View File

@@ -70,12 +70,6 @@ int main(int argc, char **argv) {
return EXIT_SUCCESS;
}
// pretty format the input file
if (argFormat) {
ASTPrinter printer;
printer.visitCompUnit(moduleAST);
return EXIT_SUCCESS;
}
// visit AST to generate IR