print et read fini !
This commit is contained in:
@@ -101,7 +101,8 @@ public class Program{
|
||||
return v.visitAssign(this, h);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//t : String et Expression
|
||||
public static record PrintImp(ArrayList<Object> t) implements Instruction{
|
||||
@Override
|
||||
public <H, S> S accept(InstrVisitor<H, S> v, H h) {
|
||||
|
||||
Reference in New Issue
Block a user