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
/
README.md
Age
Commit message (
Expand
)
Author
2021-01-15
Added support for `bp -p 'foo: "xx"; baz; baz: foo'`
Bruce Hill
2021-01-15
Major overhaul of how different modes of behavior work. Approximately 2x
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-27
Added in-place filtering/replacements
Bruce Hill
2020-12-19
Added `a,b,c support
Bruce Hill
2020-12-17
Updated docs
Bruce Hill
2020-12-14
Better arg parsing
Bruce Hill
2020-12-12
Bunch of changes, including some bpeg->bp renaming, and adding
Bruce Hill
2020-09-28
Moved */+ back to prefix, and dropped ?
Bruce Hill
2020-09-28
Added !=
Bruce Hill
2020-09-28
Added +/*/? postfix operators
Bruce Hill
2020-09-28
Added link to commons clause
Bruce Hill
2020-09-28
Clarifying license
Bruce Hill
2020-09-28
Updated readme with examples
Bruce Hill
2020-09-16
Changed arg parsing to '-d foo:baz' for consistency (was: '-d foo=baz')
Bruce Hill
2020-09-14
Added --ignore-case flag
Bruce Hill
2020-09-14
Added readme
Bruce Hill