Improve handling of '_' in numeric literals

* The first character of octal literals is consumed early to
  disambiguate with a literal 0, and the next character may
  be '_'.
* Double.parseDouble and Float.parseFloat don't handle '_'.

MOE_MIGRATED_REVID=137779638
4 files changed
tree: 22a851c2f917ff84e7585f3d90eedf7df80d0cc9
  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.