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
/
expr.gr
blob: 9705a4b9a91cb70de1f65c57cd373c0cdfd35056 (
plain
)
1
2
3
4
5
6
7
8
9
S -> B A A -> + B A A -> _ B -> D C C -> * D C C -> _ D -> ( S ) D -> a D -> b