| Age | Commit message (Expand) | Author |
| 2020-12-12 | Bunch of changes, including some bpeg->bp renaming, and adding | 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-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 | Consolidated repetition ops (instead of '+', '*', '?', etc. now it's all | Bruce Hill |