change lexer and parser. tested

This commit is contained in:
Vu Tuan Minh
2025-04-07 19:17:07 +02:00
parent e78c531c56
commit 425e2d4088
3 changed files with 40 additions and 64 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");