clean todo Load
This commit is contained in:
@@ -8,9 +8,6 @@ import TP2.llvm.Interface.*;
|
||||
|
||||
public class ProgramLLVM {
|
||||
|
||||
static String INDENT = " ";
|
||||
|
||||
|
||||
//Program
|
||||
public static record ProgramLLVMImpl(ArrayList<Integer> declration ,ArrayList<DefineLLVM> fonctions) implements ProgLLVM{
|
||||
public <H, S> S accept(ProgramLLVMVisitor<H, S> v, H h) {
|
||||
|
||||
Reference in New Issue
Block a user