set up framework for binary operations

This commit is contained in:
dfsek
2020-12-20 16:46:44 -07:00
parent 7cbf8dffbe
commit 6d710ca442
17 changed files with 149 additions and 18 deletions

View File

@@ -74,5 +74,10 @@ public class ParserTest {
public String toString() {
return "string: " + a + ", double: " + b;
}
@Override
public ReturnType returnType() {
return ReturnType.VOID;
}
}
}