This commit is contained in:
trochas
2025-04-03 10:43:47 +02:00
parent 3df7a8c055
commit 8b2f8a6b8f
5 changed files with 142 additions and 11 deletions

View File

@@ -10,6 +10,9 @@ import org.antlr.runtime.RecognitionException;
import org.antlr.runtime.Token;
import TP2.asd.Program.*;
import TP2.llvm.Interface.ProgramLLVM;
import TP2.llvm.Program.ProgramLLVMImpl;
import java.util.*;
public class Main {
@@ -46,6 +49,7 @@ public class Main {
// Generate the intermediate representation
System.out.println("todo");
} catch (IOException | RecognitionException e) {
e.printStackTrace();
throw new RuntimeException("Unable to proceed");