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
/
bp.1
Age
Commit message (
Expand
)
Author
2021-05-20
Updated build
Bruce Hill
2021-05-20
Updated doc
Bruce Hill
2021-05-20
Rebuilt
Bruce Hill
2021-05-20
Added errors doc
Bruce Hill
2021-05-19
Added ~ and !~ operators as replacements for == and !=
Bruce Hill
2021-05-19
Added markdown manpage, which converts to roff using pandoc.
Bruce Hill
2021-05-19
Fancier string escape sequences and a bit of cleanup.
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
Added {word} feature and cleaned up the code some.
Bruce Hill
2021-05-10
Improved docs
Bruce Hill
2021-01-31
Typo
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-17
Updated manpage
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
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-14
Added % operator to ..
Bruce Hill
2020-12-12
Bunch of changes, including some bpeg->bp renaming, and adding
Bruce Hill