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 (
Collapse
)
Author
2020-12-14
Multiline paren groups
Bruce Hill
2020-12-14
Updated '|' to mean word boundary and \N for nodent
Bruce Hill
2020-12-14
Fixed parens typo
Bruce Hill
2020-12-14
Dead code
Bruce Hill
2020-12-14
Removing dead code
Bruce Hill
2020-12-14
Fix for html
Bruce Hill
2020-12-14
Updated grammars
Bruce Hill
2020-12-14
Added support for `...%p`
Bruce Hill
2020-12-14
Added % operator to ..
Bruce Hill
2020-12-14
Updated how `==` and `!=` operators work
Bruce Hill
2020-12-12
Bunch of changes, including some bpeg->bp renaming, and adding
Bruce Hill
visualizations
2020-10-13
Tweaks to nodent behavior
Bruce Hill
2020-10-11
Merge branch 'master' of github.com:bruce-hill/c-bpeg into master
Bruce Hill
2020-10-11
Replaced (!"x" .) with (. != "x")
Bruce Hill
2020-09-29
Fixed off-by-one error and bug in filename-printing logic
Bruce Hill
2020-09-28
Added emails
Bruce Hill
2020-09-28
Url fixes
Bruce Hill
2020-09-28
Bugfixes
Bruce Hill
2020-09-28
Major improvements to error messages
Bruce Hill
2020-09-28
Starting to add better error messages
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
Tolerate spaces around `=` in @foo = baz
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-28
Updated docs for comments
Bruce Hill
2020-09-28
Fixes for captures and backrefs, and added block comments
Bruce Hill
2020-09-28
New grammar: [<pat>] instead of 0-1(<pat>), and @foo=<pat> instead of
Bruce Hill
@[foo]<pat>
2020-09-28
More intuitive escape sequences for string patterns
Bruce Hill
2020-09-26
Optimization for utf8
Bruce Hill
2020-09-26
Added utf8 identifier definitions
Bruce Hill
2020-09-25
Some light unicode support
Bruce Hill
2020-09-24
Made paren groups multiline
Bruce Hill
2020-09-24
Added mmap()
Bruce Hill
2020-09-24
Optimizations for replacement
Bruce Hill
2020-09-24
Fix for replace-all not working with 0 replacements
Bruce Hill
2020-09-24
Fixed major performance issue with finding patterns
Bruce Hill
2020-09-23
More rigorous compile-time checks via __attribute__s
Bruce Hill
2020-09-20
Added configurability for CC
Bruce Hill
2020-09-18
Slightly better handling of NULL bytes
Bruce Hill
2020-09-18
Added rule to help skip binary files, and improved looping logic
Bruce Hill
2020-09-17
Some fixes, including to "\\" and ".."/"..."
Bruce Hill
2020-09-17
Updates to the grammar
Bruce Hill
2020-09-17
Better printing
Bruce Hill
2020-09-17
Fixed memory leak in REPLACE pattern
Bruce Hill
2020-09-17
Some error handling
Bruce Hill
2020-09-17
Removing "Empty" rule from meta grammar
Bruce Hill
2020-09-16
Changed arg parsing to '-d foo:baz' for consistency (was: '-d foo=baz')
Bruce Hill
[next]