Closed mtrberzi closed 9 years ago
Eliminate abstract syntax trees (Expression) and friends, and build directly to ExpressionVertex from the ANTLR4 visitor.
Expression
ExpressionVertex
... and then maybe drop the Vertex suffix ;-)
Vertex
Eliminate abstract syntax trees (
Expression
) and friends, and build directly toExpressionVertex
from the ANTLR4 visitor.