This commit is contained in:
Vu Tuan Minh
2025-04-08 11:54:05 +02:00
parent b0aa0d98ff
commit b357a16114
4 changed files with 25 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ public interface Interface{
public S visitAssign(AssignImp instr, H h);
public S visitDeclaration(DeclarationImp instr,H h);
public S visitPrint(PrintImp instr, H h);
public S visitRead(ReadImp instr,H h);
}