aboutsummaryrefslogtreecommitdiff
path: root/grammar/simple-cross-recursive.grm
blob: 63778865209a085f03089579ec4fed0bdb8fb5db (plain)
1
2
main -> other 'b'
other -> main | 'b'