correction bug Op
This commit is contained in:
@@ -29,7 +29,7 @@ public interface Interface{
|
||||
public String prettyprinter();
|
||||
}
|
||||
|
||||
public enum Op {PLUS, MINUS, TIMES,DIV}
|
||||
public enum Op {PLUS, MINUS, TIMES, DIV}
|
||||
|
||||
//Eval
|
||||
public interface ExprEval extends ExprVisitor<Map<String, Integer>, Integer> {
|
||||
|
||||
Reference in New Issue
Block a user