clean todo Load

This commit is contained in:
trochas
2025-04-07 17:34:02 +02:00
parent b3ed282f9a
commit 08f58b6e86
5 changed files with 5 additions and 395 deletions

View File

@@ -47,9 +47,9 @@ public class Main {
// Pretty-print the program (to debug parsing)
//System.err.println("todo " + ast);
//System.out.println("\n\n PRETTYPRINTER LLVM : \n--------------\n");
// System.out.println(ast.prettyprinter());
//System.out.println("\n\n PRETTYPRINTER LLVM : \n--------------\n");
//System.out.println("\n\n PRETTYPRINTER VSL : \n--------------\n");
System.out.println(ast.prettyprinter());
//System.out.println("\n\n PRETTYPRINTER VSL : \n--------------\n");
// Verify the program semantic
// Generate the intermediate representation