asd LLVM
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user