aboutsummaryrefslogtreecommitdiff
path: root/grammars/utf8-id.bp
AgeCommit message (Collapse)Author
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-22Fix for keyword checkBruce Hill
2021-05-11Renamed boundary->edgeBruce Hill
2021-05-11Overhaul of |-word boundaries (| is deprecated), performanceBruce Hill
improvements for repeating matches, tweaks to the logic of word vs. id
2021-01-18Performance optimizations for `id` and `|` rulesBruce Hill
2021-01-17Bugfix for typoBruce Hill
2020-12-12Bunch of changes, including some bpeg->bp renaming, and addingBruce Hill
visualizations