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
/
bpeg.bpeg
Age
Commit message (
Collapse
)
Author
2020-09-16
Consolidated repetition ops (instead of '+', '*', '?', etc. now it's all
Bruce Hill
number based: '1+', '0+', '0-1') and reverted to UPTO_AND behavior instead of UPTO
2020-09-14
Added nodent support (|)
Bruce Hill
2020-09-13
Cleanup
Bruce Hill
2020-09-13
Spruced up a bunch of stuff, tweaked the grammar, added docs
Bruce Hill
2020-09-13
Changed "upto-and" syntax to ".."/"..."
Bruce Hill
2020-09-13
Added == operator
Bruce Hill
2020-09-11
Major overhaul refactor restructuring
Bruce Hill
2020-09-10
Misc. tweaks and visualization changes, capitalized some rules
Bruce Hill
2020-09-10
a e s t h e t i c s
Bruce Hill
2020-09-10
Fixed empty rule
Bruce Hill
2020-09-10
Fixed semicolon rule
Bruce Hill
2020-09-10
Fixes, getting closer to meta-parsing
Bruce Hill
2020-09-10
Fixed old "->"
Bruce Hill
2020-09-10
Added dashes to identifiers
Bruce Hill
2020-09-10
Added multiline variants of operators
Bruce Hill
2020-09-10
Added escape ranges
Bruce Hill
2020-09-10
Some bug fixes, syntax tweaks, added ^^/$$/__, and bpeg meta grammar.
Bruce Hill