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