google / bamboo-soy

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

Build correct AST tree for expressions. #90

Closed kaathewise closed 7 years ago

kaathewise commented 7 years ago

The parser should

  1. Never expect a keyword after ., $ or ?.
  2. Build a correct AST tree for expressions with respect to operator precedence.
  3. Be more readable.