google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 17 forks source link

Refactoring expression grammar. #89

Closed kaathewise closed 7 years ago

kaathewise commented 7 years ago

Real expression parser. Also catching and annotating single $ and ?.

kaathewise commented 7 years ago

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.

kaathewise commented 7 years ago

PTAL