clean todo Load

This commit is contained in:
trochas
2025-04-07 17:34:02 +02:00
parent b3ed282f9a
commit 08f58b6e86
5 changed files with 5 additions and 395 deletions

View File

@@ -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) {