kieda
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Flattening recursive lists in Grammar Kit: private, inner, upper, left
AnsweredI have a grammar that looks like the following rule ::= item (SEP rule?) I would like to flatten it out so a rule is a list, is it possible to do so with inner, upper, or private modifiers? Or, sho...