Jay Kelner
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created What's the alternative to left recursion in GrammarKit?
I'm trying to write a .bnf for a domain-specific language using GrammarKit. In this language (as in most languages), boolean expressions can be combined and nested within parentheses with arbitrary...