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
/
grammars
/
bp.bp
Age
Commit message (
Expand
)
Author
2022-05-12
Split backref/named captures into separate concepts for performance
Bruce Hill
2022-05-02
Updated docs
Bruce Hill
2021-10-02
Left recursion correctness fixes
Bruce Hill
2021-10-01
Bugfix for use-after-free, as well as an issue with the order
Bruce Hill
2021-09-23
Deprecated (!)-errors
Bruce Hill
2021-08-01
Changed how definitions work
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
Overhaul of word boundaries/edges. Now they use \b, which is implemented
Bruce Hill
2021-05-20
Fixes for char sets/ranges and cleanups
Bruce Hill
2021-05-20
Added (!) syntax for errors with proper opcode support
Bruce Hill
2021-05-19
Added ~ and !~ operators as replacements for == and !=
Bruce Hill
2021-05-11
Overhaul of |-word boundaries (| is deprecated), performance
Bruce Hill
2021-05-11
Converted ^/^^/$/$$ into pattern types instead of builtin definitions
Bruce Hill
2021-05-10
Added {word} feature and cleaned up the code some.
Bruce Hill
2021-01-20
Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)
Bruce Hill
2021-01-18
Fixed some grammar bugs
Bruce Hill
2021-01-17
Adding more language grammars
Bruce Hill