This commit is contained in:
Vu Tuan Minh
2025-04-10 11:11:25 +02:00
parent 48763ff76e
commit bc2332037f
5 changed files with 63 additions and 13 deletions

View File

@@ -32,6 +32,8 @@ public interface Interface{
public interface InstrVisitor<H,S>{
public S visitReturn(Return_instrImp instr, H h);
public S visitBloc(BlocImp instr, H h);
public S visitBlocDec (BlocDecImp instr, H h);
public S visitAssign(AssignImp instr, H h);
public S visitDeclaration(DeclarationImp instr,H h);
public S visitPrint(PrintImp instr, H h);