Merge remote-tracking branch 'origin/main'
# Conflicts: # src/main/java/TP2/asd/Program.java
This commit is contained in:
@@ -5,6 +5,7 @@ import TP2.asd.Interface.*;
|
||||
import TP2.llvm.ProgramLLVM.*;
|
||||
|
||||
public class Program{
|
||||
|
||||
//Prog
|
||||
public static record ProgramImp(ArrayList<Function> fonctions) implements ProgramI{
|
||||
public <H, S> S accept(ProgramVisitor<H, S> v, H h) {
|
||||
@@ -84,7 +85,7 @@ public class Program{
|
||||
@Override
|
||||
public <H, S> S accept(InstrVisitor<H, S> v, H h) {
|
||||
return v.visitRead(this, h);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//Type
|
||||
|
||||
Reference in New Issue
Block a user