Fix precendence of chained conditional expressions

This ensures chained conditional expressions are evaluated
left-to-right, like Java, instead of right-to-left, like PHP [1].

[1] http://php.net/language.operators.comparison#language.operators.comparison.ternary

MOE_MIGRATED_REVID=137756796
4 files changed
tree: 763426fadb791dc217dcebedab619a47506aa51a
  1. java/
  2. javatests/
  3. proto/
  4. .gitignore
  5. LICENSE
  6. pom.xml
  7. README.md
  8. turbine.iml
README.md

Turbine

Turbine is a header compiler for Java.