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-07-30
Added strict mode for upto operator: ..=Abc
Bruce Hill
2021-07-19
Overhaul of word boundaries/edges. Now they use \b, which is implemented
Bruce Hill
2021-07-17
Simplified backrefs by only doing direct substring matching instead of
Bruce Hill
2021-07-03
Switched /etc/xdg/bp -> /etc/bp
Bruce Hill
2021-05-19
Added ~ and !~ operators as replacements for == and !=
Bruce Hill
2021-05-12
Moved settings into a struct
Bruce Hill
2021-05-12
Added --color flag
Bruce Hill
2021-05-11
Overhaul of |-word boundaries (| is deprecated), performance
Bruce Hill
2021-05-10
Updated readme
Bruce Hill
2021-01-20
Added --skip flag for skipping over patterns
Bruce Hill
2021-01-20
Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)
Bruce Hill
2021-01-19
Removed outdated '?' documentation
Bruce Hill
2021-01-18
Added perf notes
Bruce Hill
2021-01-17
Added documentation for grammars
Bruce Hill
2021-01-17
Improved argument parsing and added support for prompting user for a
Bruce Hill
2021-01-17
Added --git/-G
Bruce Hill
2021-01-16
Deprecated #(...)# block comments
Bruce Hill
2021-01-15
Added interactive confirmation mode for replacing text
Bruce Hill
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