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
Age
Commit message (
Expand
)
Author
2021-01-22
Added nodent support (\N) for replacement strings. Slightly hacky, but
Bruce Hill
2021-01-20
Added --skip flag for skipping over patterns
Bruce Hill
2021-01-20
Fixed grammar syntax for `..%`
Bruce Hill
2021-01-20
Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)
Bruce Hill
2021-01-20
Bugfix for replacement coloring
Bruce Hill
2021-01-19
Removed outdated '?' documentation
Bruce Hill
2021-01-19
Simplified code by disallowing escapes in strings and splitting
Bruce Hill
2021-01-18
Finally got around to implementing binary search for line numbers
Bruce Hill
2021-01-18
Added tags to makefile
Bruce Hill
2021-01-18
Fixed some grammar bugs
Bruce Hill
2021-01-18
Removed dead code for interning files (no longer needed since temp file
Bruce Hill
2021-01-18
Bumped prefix checker on is_text_file
Bruce Hill
2021-01-18
Added perf notes
Bruce Hill
2021-01-18
Performance optimizations for `id` and `|` rules
Bruce Hill
2021-01-18
Fixed buggy git ls-files line reading
Bruce Hill
2021-01-18
Updated splint rule
Bruce Hill
2021-01-18
More bools
Bruce Hill
2021-01-18
More bools
Bruce Hill
2021-01-18
More bools
Bruce Hill
2021-01-18
More bools, because why not
Bruce Hill
2021-01-18
A few more pedantic cleanups
Bruce Hill
2021-01-18
More static analysis cleanup
Bruce Hill
2021-01-18
More static analyzer cleanup
Bruce Hill
2021-01-18
More static analyzer cleanup, including switching to use bools where
Bruce Hill
2021-01-18
Checking more return values (per static analyzer)
Bruce Hill
2021-01-18
Switched calloc arg order
Bruce Hill
2021-01-18
Cleanup
Bruce Hill
2021-01-18
Static analysis part 1
Bruce Hill
2021-01-18
Propagate signals better
Bruce Hill
2021-01-18
Better visualization of matches with newlines and tabs
Bruce Hill
2021-01-18
Hacky fix for tabs misaligning error printing
Bruce Hill
2021-01-18
Fixed error printing code
Bruce Hill
2021-01-17
Removed -v file from uninstall
Bruce Hill
2021-01-17
Removed -v flags from install
Bruce Hill
2021-01-17
Fixed issue where `bp -g bp` would accidentally load local `bp`
Bruce Hill
2021-01-17
Better debug info
Bruce Hill
2021-01-17
Updated REF and CAPTURE types to store direct pointers to names (with a
Bruce Hill
2021-01-17
Fix for leaktest renaming bpeg->bp
Bruce Hill
2021-01-17
No longer allocatte memory for replacement string
Bruce Hill
2021-01-17
Code cleanup on utils
Bruce Hill
2021-01-17
Updated manpage
Bruce Hill
2021-01-17
Added documentation for grammars
Bruce Hill
2021-01-17
Cleanup of builtins
Bruce Hill
2021-01-17
Added Lisp
Bruce Hill
2021-01-17
Improved rules for word boundary matching and ids (more utf8-compliant,
Bruce Hill
2021-01-17
Fixed color output for utf8 sequences
Bruce Hill
2021-01-17
Bugfix for typo
Bruce Hill
2021-01-17
Added some aliases
Bruce Hill
2021-01-17
Updated the behavior of !=/== to only consider exact, full-text matches
Bruce Hill
2021-01-17
Fixed bug with NULL filename
Bruce Hill
[next]