add parser
This commit is contained in:
@@ -37,6 +37,9 @@ public interface Interface{
|
||||
public S visitDeclaration(DeclarationImp instr,H h);
|
||||
public S visitPrint(PrintImp instr, H h);
|
||||
public S visitRead(ReadImp instr,H h);
|
||||
public S visitIfThen(IfThenImp instr, H h);
|
||||
public S visitIfThenElse(IfThenElseImp instr, H h);
|
||||
public S visitWhile(WhileImp instr, H h);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user