Closed kaathewise closed 7 years ago
Real expression parser. Also catching and annotating single $ and ?.
$
?.
On the second thought, I don't like all these DOLLAR_IDENTIFIER_WORD, IDENTIFIER_FIELD etc.
I've realised how to deal with that using only lexer state.
Don't merge, please.
PTAL
Real expression parser. Also catching and annotating single
$
and?.