| Age | Commit message (Expand) | Author |
| 2021-01-17 | Adding more language grammars | Bruce Hill |
| 2021-01-17 | Added "not a keyword" to definition of `id` (keyword is undefined by | Bruce Hill |
| 2021-01-17 | Zazzing up repetitions with fancy ∞ symbol | Bruce Hill |
| 2021-01-16 | Deprecated #(...)# block comments | Bruce Hill |
| 2021-01-15 | Major overhaul of how different modes of behavior work. Approximately 2x | Bruce Hill |
| 2021-01-14 | Added rule for hiding | Bruce Hill |
| 2021-01-13 | Fixed and updated grammar | Bruce Hill |
| 2021-01-12 | Removed unnecessary start of file check | Bruce Hill |
| 2021-01-08 | Fixed bug with ..%\n | Bruce Hill |
| 2021-01-05 | Changed precedence of => | Bruce Hill |
| 2021-01-05 | Added whole-line-matching mode | Bruce Hill |
| 2021-01-05 | Simplified `...` to `..%\n` and `$.` to `./\n` | Bruce Hill |
| 2020-12-30 | Fully purging "bpeg" from the source | Bruce Hill |
| 2020-12-30 | Simplified syntax for replacement: just =>, no need for {} | Bruce Hill |
| 2020-12-19 | Updated to use `a,b,c | Bruce Hill |
| 2020-12-14 | Strings not multiline by default | Bruce Hill |
| 2020-12-14 | Multiline paren groups | Bruce Hill |
| 2020-12-14 | Updated '|' to mean word boundary and \N for nodent | Bruce Hill |
| 2020-12-14 | Fixed parens typo | Bruce Hill |
| 2020-12-14 | Fix for html | Bruce Hill |
| 2020-12-14 | Updated grammars | Bruce Hill |
| 2020-12-12 | Bunch of changes, including some bpeg->bp renaming, and adding | Bruce Hill |
| 2020-10-13 | Tweaks to nodent behavior | Bruce Hill |
| 2020-10-11 | Merge branch 'master' of github.com:bruce-hill/c-bpeg into master | Bruce Hill |
| 2020-10-11 | Replaced (!"x" .) with (. != "x") | Bruce Hill |
| 2020-09-29 | Fixed off-by-one error and bug in filename-printing logic | Bruce Hill |
| 2020-09-28 | Added emails | Bruce Hill |
| 2020-09-28 | Url fixes | Bruce Hill |
| 2020-09-28 | Moved */+ back to prefix, and dropped ? | Bruce Hill |
| 2020-09-28 | Added != | Bruce Hill |
| 2020-09-28 | Added +/*/? postfix operators | Bruce Hill |
| 2020-09-28 | Tolerate spaces around `=` in @foo = baz | Bruce Hill |
| 2020-09-28 | Fixes for captures and backrefs, and added block comments | Bruce Hill |
| 2020-09-28 | New grammar: [<pat>] instead of 0-1(<pat>), and @foo=<pat> instead of | Bruce Hill |
| 2020-09-28 | More intuitive escape sequences for string patterns | Bruce Hill |
| 2020-09-26 | Optimization for utf8 | Bruce Hill |
| 2020-09-26 | Added utf8 identifier definitions | Bruce Hill |
| 2020-09-24 | Made paren groups multiline | Bruce Hill |
| 2020-09-24 | Optimizations for replacement | Bruce Hill |
| 2020-09-24 | Fix for replace-all not working with 0 replacements | Bruce Hill |
| 2020-09-24 | Fixed major performance issue with finding patterns | Bruce Hill |
| 2020-09-18 | Added rule to help skip binary files, and improved looping logic | Bruce Hill |
| 2020-09-17 | Some fixes, including to "\\" and ".."/"..." | Bruce Hill |
| 2020-09-17 | Updates to the grammar | Bruce Hill |
| 2020-09-17 | Some error handling | Bruce Hill |
| 2020-09-17 | Removing "Empty" rule from meta grammar | Bruce Hill |
| 2020-09-16 | Removed the requirement for semicolons, changed '=' -> ':' for | Bruce Hill |
| 2020-09-16 | Removed (/) (which is just a clunky way to do "") | Bruce Hill |
| 2020-09-16 | Updated highlighting code | Bruce Hill |
| 2020-09-16 | Tweaks to highlighting | Bruce Hill |