aboutsummaryrefslogtreecommitdiff
path: root/grammars/python.bp
AgeCommit message (Collapse)Author
2021-08-01Changed how definitions workBruce Hill
2021-07-30Added | as alias for \bBruce 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-19Fancier string escape sequences and a bit of cleanup.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-10Added {word} feature and cleaned up the code some.Bruce Hill
2021-01-20Fixed grammar syntax for `..%`Bruce Hill
2021-01-18Fixed some grammar bugsBruce Hill
2021-01-17Added Javscript and simplified python importsBruce Hill
2021-01-17Adding and improving grammars.Bruce Hill
2021-01-17Adding more language grammarsBruce Hill