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
Branch
Commit message
Author
Age
main
mmap() an extra byte to get a NUL byte after the end of the file
Bruce Hill
5 months
master
Deprecate JSON output format
Bruce Hill
20 months
Tag
Download
Author
Age
v1.0
commit 9d5b9577f7...
Bruce Hill
18 months
Age
Commit message
Author
2024-09-08
Change default behavior in git repository to be searching through repo
v1.0
Bruce Hill
2024-09-08
Print quotes around string literal patterns when explaining matches
Bruce Hill
2024-09-05
Print which files and how many replacements for each file with a
Bruce Hill
2024-07-16
Set pattern source range correctly
Bruce Hill
2024-07-16
Exclude '}' from pattern source range for string literals
Bruce Hill
2024-07-16
Fix for upto patterns without a target pattern, but which do have a skip
Bruce Hill
2024-06-23
Deprecate JSON output format
master
Bruce Hill
2024-06-23
Add special case support for parsing `bp "->foo"` as a pattern instead
Bruce Hill
2024-06-16
Rollback '..' optimization because it incorrectly skips ahead multiple
Bruce Hill
2024-06-07
Change parsing so that `...foo` parses as `(.)(..foo)` instead of
Bruce Hill
[...]