Remove left-recursion from FIDL grammar.

How GrammarKit (our parser builder) handles left recursion
is somewhat confusing.  There do seem to be ways to make
it work the way we want, but it is probably more readable
just to remove it entirely.  This causes more divergence from
the official grammar, but that seems harmless.

FIDL-302

Change-Id: I25ae172d88c971d3028aa78e8fcd3e17fc5b02d3
2 files changed
tree: d6cd2e534c67c7f9253efdde9fbd7628ae2d6434
  1. grammar_kit/
  2. intellij_platform_sdk/
  3. resources/
  4. src/
  5. third_party/
  6. AUTHORS
  7. BUILD
  8. CONTRIBUTING.md
  9. FIDL-Plugin.iml
  10. LICENSE
  11. PATENTS
  12. README.md
  13. WORKSPACE
README.md

IntelliJ Plugin for FIDL

This repository contains the IntelliJ plugin for FIDL. More information will be added as it becomes relevant. For information about contributing to this project, please read CONTRIBUTING.md.