decl_array
This commit is contained in:
@@ -77,7 +77,7 @@ public class Program{
|
||||
}
|
||||
}
|
||||
|
||||
public static record VarDeclImp(String nom, Integer size) implements Declaration{
|
||||
public static record VarDeclImp(String nom, Expression size) implements Declaration{
|
||||
@Override
|
||||
public <H, S> S accept(DeclVisitor<H, S> v, H h) {
|
||||
return v.visitVarDecl(this, h);
|
||||
|
||||
Reference in New Issue
Block a user