change lexer and parser. tested
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user