mP1/walkingkooka-tree

ExpressionEvaluationContext.isText()

mP1 opened this issue · 1 comments

mP1 commented

Might be useful for evaluations that need to do special stuff for text, like addition which concats text but adds numbers.

mP1 commented

BinaryExpression sub classes do a is instance Character | String using Context.isText would be better.