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.md
Age
Commit message (
Expand
)
Author
2021-09-04
Changed non-tty output to BARE instead of PLAIN
Bruce Hill
2021-09-02
Improved formatting options
Bruce Hill
2021-08-06
Deprecated --confirm flag
Bruce Hill
2021-08-02
Added -B and -A options to match grep
Bruce Hill
2021-08-02
Context flag: -c -> -C (to match grep), and confirm flag: -C -> -c
Bruce Hill
2021-07-30
Added -w/--word flag
Bruce Hill
2021-07-30
Added | as alias for \b
Bruce Hill
2021-07-30
Added strict mode for upto operator: ..=Abc
Bruce Hill
2021-07-19
Made escape sequence handling stricter: no longer supporting arbitrary
Bruce Hill
2021-07-19
Overhaul of word boundaries/edges. Now they use \b, which is implemented
Bruce Hill
2021-07-17
Added support for multiple escape sequences: \n,r,t
Bruce Hill
2021-05-23
Added pandoc lua filter to make code literals work better with manpages.
Bruce Hill
2021-05-20
Updated docs
Bruce Hill
2021-05-20
Updated doc
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