aboutsummaryrefslogtreecommitdiff
path: root/grammars
AgeCommit message (Expand)Author
2021-01-17Cleanup of builtinsBruce Hill
2021-01-17Added LispBruce Hill
2021-01-17Improved rules for word boundary matching and ids (more utf8-compliant,Bruce Hill
2021-01-17Bugfix for typoBruce Hill
2021-01-17Added some aliasesBruce Hill
2021-01-17Updated the behavior of !=/== to only consider exact, full-text matchesBruce Hill
2021-01-17Added Javscript and simplified python importsBruce Hill
2021-01-17Added C++ grammar and aliases.Bruce Hill
2021-01-17Added shell grammarBruce Hill
2021-01-17Adding and improving grammars.Bruce Hill
2021-01-17Improved HTML grammarBruce Hill
2021-01-17Adding more language grammarsBruce Hill
2021-01-17Added "not a keyword" to definition of `id` (keyword is undefined byBruce 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
2021-01-14Added rule for hidingBruce Hill
2021-01-13Fixed and updated grammarBruce Hill
2021-01-12Removed unnecessary start of file checkBruce Hill
2021-01-08Fixed bug with ..%\nBruce Hill
2021-01-05Changed precedence of =>Bruce Hill
2021-01-05Added whole-line-matching modeBruce 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-14Strings not multiline by defaultBruce Hill
2020-12-14Multiline paren groupsBruce Hill
2020-12-14Updated '|' to mean word boundary and \N for nodentBruce Hill
2020-12-14Fixed parens typoBruce Hill
2020-12-14Fix for htmlBruce Hill
2020-12-14Updated grammarsBruce Hill
2020-12-12Bunch of changes, including some bpeg->bp renaming, and addingBruce Hill
2020-10-13Tweaks to nodent behaviorBruce Hill
2020-10-11Merge branch 'master' of github.com:bruce-hill/c-bpeg into masterBruce Hill
2020-10-11Replaced (!"x" .) with (. != "x")Bruce Hill
2020-09-29Fixed off-by-one error and bug in filename-printing logicBruce Hill
2020-09-28Added emailsBruce Hill
2020-09-28Url fixesBruce Hill
2020-09-28Moved */+ back to prefix, and dropped ?Bruce Hill
2020-09-28Added !=Bruce Hill
2020-09-28Added +/*/? postfix operatorsBruce Hill
2020-09-28Tolerate spaces around `=` in @foo = bazBruce Hill
2020-09-28Fixes for captures and backrefs, and added block commentsBruce Hill
2020-09-28New grammar: [<pat>] instead of 0-1(<pat>), and @foo=<pat> instead ofBruce Hill
2020-09-28More intuitive escape sequences for string patternsBruce Hill
2020-09-26Optimization for utf8Bruce Hill
2020-09-26Added utf8 identifier definitionsBruce Hill
2020-09-24Made paren groups multilineBruce Hill
2020-09-24Optimizations for replacementBruce Hill