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
/
grammars
/
bpeg.bp
Age
Commit message (
Collapse
)
Author
2021-01-17
Adding more language grammars
Bruce Hill
2021-01-17
Zazzing up repetitions with fancy ∞ symbol
Bruce Hill
2021-01-16
Deprecated #(...)# block comments
Bruce Hill
2021-01-15
Major overhaul of how different modes of behavior work. Approximately 2x
Bruce Hill
speedup and 2x memory footprint reduction. Also removed --mode and VM_HIDE (~ operator), and added --context. Printing works better now.
2021-01-14
Added rule for hiding
Bruce Hill
2021-01-13
Fixed and updated grammar
Bruce Hill
2021-01-05
Changed precedence of =>
Bruce Hill
2021-01-05
Simplified `...` to `..%\n` and `$.` to `./\n`
Bruce Hill
2020-12-30
Fully purging "bpeg" from the source
Bruce Hill
2020-12-30
Simplified syntax for replacement: just =>, no need for {}
Bruce Hill
2020-12-19
Updated to use `a,b,c
Bruce Hill
2020-12-14
Updated '|' to mean word boundary and \N for nodent
Bruce Hill
2020-12-14
Updated grammars
Bruce Hill
2020-12-12
Bunch of changes, including some bpeg->bp renaming, and adding
Bruce Hill
visualizations