declare works with list

This commit is contained in:
Minh VU
2025-04-05 15:55:24 +02:00
parent a06374fbab
commit 0a48bf22bf
6 changed files with 40 additions and 15 deletions

View File

@@ -59,6 +59,7 @@ public interface Interface{
public interface ExprVisitor<H,S> {
public S visitConst(ConstImp e,H h);
public S visitBinOp(BinopExpressionImp e, H h);
//public S visitVal(ValImp e,H h);
}
public interface Type{