aboutsummaryrefslogtreecommitdiff
path: root/grammars/bp.bp
AgeCommit message (Collapse)Author
2022-05-12Split backref/named captures into separate concepts for performanceBruce Hill
reasons.
2022-05-02Updated docsBruce Hill
2021-10-02Left recursion correctness fixesBruce Hill
2021-10-01Bugfix for use-after-free, as well as an issue with the orderBruce Hill
grammars were loaded
2021-09-23Deprecated (!)-errorsBruce Hill
2021-08-01Changed how definitions workBruce Hill
2021-07-30Added | as alias for \bBruce Hill
2021-07-30Added strict mode for upto operator: ..=AbcBruce Hill
2021-07-19Overhaul of word boundaries/edges. Now they use \b, which is implementedBruce Hill
in C, and the C code understands UTF8 id chars.
2021-05-20Fixes for char sets/ranges and cleanupsBruce Hill
2021-05-20Added (!) syntax for errors with proper opcode supportBruce Hill
2021-05-19Added ~ and !~ operators as replacements for == and !=Bruce Hill
2021-05-11Overhaul of |-word boundaries (| is deprecated), performanceBruce Hill
improvements for repeating matches, tweaks to the logic of word vs. id
2021-05-11Converted ^/^^/$/$$ into pattern types instead of builtin definitionsBruce Hill
2021-05-10Added {word} feature and cleaned up the code some.Bruce Hill
2021-01-20Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)Bruce Hill
2021-01-18Fixed some grammar bugsBruce Hill
2021-01-17Adding more language grammarsBruce Hill