| Age | Commit message (Expand) | Author |
| 2020-12-14 | Moved json code into its own file | Bruce Hill |
| 2020-12-14 | Hooked up json | Bruce Hill |
| 2020-12-14 | Bug fix for literals exceeding end of file | Bruce Hill |
| 2020-12-14 | Removing dead code | Bruce Hill |
| 2020-12-14 | Added support for `...%p` | Bruce Hill |
| 2020-12-14 | Added % operator to .. | Bruce Hill |
| 2020-12-14 | Updated how `==` and `!=` operators work | 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-09-29 | Fixed off-by-one error and bug in filename-printing logic | Bruce Hill |
| 2020-09-28 | Bugfixes | Bruce Hill |
| 2020-09-28 | Starting to add better error messages | Bruce Hill |
| 2020-09-28 | Added != | Bruce Hill |
| 2020-09-28 | Fixes for captures and backrefs, and added block comments | Bruce Hill |
| 2020-09-25 | Some light unicode support | Bruce Hill |
| 2020-09-23 | More rigorous compile-time checks via __attribute__s | Bruce Hill |
| 2020-09-18 | Slightly better handling of NULL bytes | Bruce Hill |
| 2020-09-18 | Added rule to help skip binary files, and improved looping logic | Bruce Hill |
| 2020-09-17 | Fixed memory leak in REPLACE pattern | Bruce Hill |
| 2020-09-17 | Some error handling | Bruce Hill |
| 2020-09-16 | Removed (/) (which is just a clunky way to do "") | Bruce Hill |
| 2020-09-16 | Moving more behavior over to definitions | Bruce Hill |
| 2020-09-16 | Added tons of file and line number stuff | Bruce Hill |
| 2020-09-16 | WIP | Bruce Hill |
| 2020-09-16 | Fixed upto for non-matches | Bruce Hill |
| 2020-09-16 | In verbose mode, print lowercase captures too | Bruce Hill |
| 2020-09-16 | Consolidated repetition ops (instead of '+', '*', '?', etc. now it's all | Bruce Hill |
| 2020-09-14 | Added --ignore-case flag | Bruce Hill |
| 2020-09-14 | Added nodent support (|) | Bruce Hill |
| 2020-09-13 | Spruced up a bunch of stuff, tweaked the grammar, added docs | Bruce Hill |
| 2020-09-13 | Changed "upto-and" syntax to ".."/"..." | Bruce Hill |
| 2020-09-13 | Added == operator | Bruce Hill |
| 2020-09-13 | Added captures in lookaheads/behinds. | Bruce Hill |
| 2020-09-13 | Tentative support for left-recursion | Bruce Hill |
| 2020-09-13 | Don't use color for non-tty outputs, added `-m` mode argument | Bruce Hill |
| 2020-09-12 | Added backrefs | Bruce Hill |
| 2020-09-12 | Tweaks to CLI, bugfix for escape replacements | Bruce Hill |
| 2020-09-11 | Improved handling of CLI flags | Bruce Hill |
| 2020-09-11 | Tightening up the makefile flags and vim modelines | Bruce Hill |
| 2020-09-11 | Major overhaul refactor restructuring | Bruce Hill |