Versions Compared

Key

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

...

Code Block
(COMBINED_GRAMMAR A
 (RULES <mismatched token: [@17,46:46='b',<63>,4:0], resync=a : b catch Exception e {...}>
  (RULE b (BLOCK (ALT B)))
 )
)

Ha! 1 hour later, i changed my mind. No need for ResyncToEndOfRuleBlock. too hard to resync (would have to parse backwards from the ':') so just let it toss out prior rule.

Notes...

"grammar A;;" says

...