aboutsummaryrefslogtreecommitdiff
path: root/grammars/bp.bp
AgeCommit message (Expand)Author
2021-07-19Overhaul of word boundaries/edges. Now they use \b, which is implementedBruce Hill
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
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