Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
expr:
  '(' expr ')' -> whatever
  '(' ID ')' expr -> somethingelse // can't match

In general, you should put the longest matches first.

Generating text rather than tokens

...