index
:
bp
main
master
Bruce's Parsing Expression Grammar tool for matching PEGs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
27-left-recursion.sh
blob: ec11cab2109c0e8cf89ab4b79b2b0615849186be (
plain
)
1
2
# Left recursion should work
bp
-p
'xys: (xys / `x) `y; xys => "{@0}"'