aboutsummaryrefslogtreecommitdiff
path: root/grammars/bpeg.bp
AgeCommit message (Collapse)Author
2021-01-17Adding more language grammarsBruce Hill
2021-01-17Zazzing up repetitions with fancy ∞ symbolBruce Hill
2021-01-16Deprecated #(...)# block commentsBruce Hill
2021-01-15Major overhaul of how different modes of behavior work. Approximately 2xBruce Hill
speedup and 2x memory footprint reduction. Also removed --mode and VM_HIDE (~ operator), and added --context. Printing works better now.
2021-01-14Added rule for hidingBruce Hill
2021-01-13Fixed and updated grammarBruce Hill
2021-01-05Changed precedence of =>Bruce Hill
2021-01-05Simplified `...` to `..%\n` and `$.` to `./\n`Bruce Hill
2020-12-30Fully purging "bpeg" from the sourceBruce Hill
2020-12-30Simplified syntax for replacement: just =>, no need for {}Bruce Hill
2020-12-19Updated to use `a,b,cBruce Hill
2020-12-14Updated '|' to mean word boundary and \N for nodentBruce Hill
2020-12-14Updated grammarsBruce Hill
2020-12-12Bunch of changes, including some bpeg->bp renaming, and addingBruce Hill
visualizations