index
:
mry
master
pex
GLL Recognizer
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grammar
/
middle-recursion.grm
blob: ccb8b58aad5f37570163f1b10bf0bdf5296f7ad6 (
plain
)
1
2
3
S -> 'a' S B | B A -> 'ab' B -> A | 'b'