Closed jakobbraun closed 3 years ago
With adding more and more functions, ValueExpressionVisitor gets longish. We could split it up into two visitors. One for functions and one for literals, or similar.
ValueExpressionVisitor
With adding more and more functions,
ValueExpressionVisitor
gets longish. We could split it up into two visitors. One for functions and one for literals, or similar.