Alessandro Warth
Results
2
issues of
Alessandro Warth
(See #55 for the backstory.) Right now it's possible for Ohm programmers to write "ambiguous" left- and right-recursive rules in a grammar, e.g., ``` AddExp = AddExp "+" AddExp --...
Right now if you specify an invalid operation prototype string when you add an operation to a semantics, e.g., ``` MyGrammar.semantics().addOperation('myOperation(x, y', {...}) ``` you'll get a generic Ohm error...