clean toLLVM

This commit is contained in:
trochas
2025-04-07 18:14:45 +02:00
parent afe1a49279
commit e78c531c56
3 changed files with 16 additions and 42 deletions

View File

@@ -55,7 +55,7 @@ public class Main {
// Generate the intermediate representation
//System.out.println("todo");
ProgramLLVMImpl astLLVM = ast.toLLVM();
//ProgramLLVMImpl astLLVM = ast.toLLVM();
//System.out.println("\n\n PRETTYPRINTER LLVM : \n--------------\n");
System.out.println(astLLVM.prettyprinter());
//System.out.println("\n\n PRETTYPRINTER LLVM : \n--------------\n");