aboutsummaryrefslogtreecommitdiff
path: root/grammars/builtins.bp
AgeCommit message (Expand)Author
2021-01-17Added "not a keyword" to definition of `id` (keyword is undefined byBruce Hill
2021-01-15Major overhaul of how different modes of behavior work. Approximately 2xBruce Hill
2021-01-12Removed unnecessary start of file checkBruce Hill
2021-01-08Fixed bug with ..%\nBruce Hill
2021-01-05Added whole-line-matching modeBruce Hill
2021-01-05Simplified `...` to `..%\n` and `$.` to `./\n`Bruce Hill
2020-12-30Simplified syntax for replacement: just =>, no need for {}Bruce Hill
2020-12-19Updated to use `a,b,cBruce Hill
2020-12-14Strings not multiline by defaultBruce Hill
2020-12-14Multiline paren groupsBruce Hill
2020-12-14Fixed parens typoBruce Hill
2020-12-14Updated grammarsBruce Hill
2020-12-12Bunch of changes, including some bpeg->bp renaming, and addingBruce Hill