| Age | Commit message (Expand) | Author |
| 2020-09-17 | Some fixes, including to "\\" and ".."/"..." | Bruce Hill |
| 2020-09-17 | Updates to the grammar | Bruce Hill |
| 2020-09-17 | Better printing | Bruce Hill |
| 2020-09-17 | Fixed memory leak in REPLACE pattern | Bruce Hill |
| 2020-09-17 | Some error handling | Bruce Hill |
| 2020-09-17 | Removing "Empty" rule from meta grammar | Bruce Hill |
| 2020-09-16 | Changed arg parsing to '-d foo:baz' for consistency (was: '-d foo=baz') | 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 | Exit 1 iff *all* files fail to match instead of *any* | Bruce Hill |
| 2020-09-16 | Check files can be opened | Bruce Hill |
| 2020-09-16 | Tweaks to highlighting | Bruce Hill |
| 2020-09-16 | Moving more behavior over to definitions | Bruce Hill |
| 2020-09-16 | Removed old code | 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 | Updated docs | Bruce Hill |
| 2020-09-16 | Consolidated repetition ops (instead of '+', '*', '?', etc. now it's all | Bruce Hill |
| 2020-09-16 | Another fix | Bruce Hill |
| 2020-09-16 | Fixed grammar | Bruce Hill |
| 2020-09-14 | Fixing compiler warnings | Bruce Hill |
| 2020-09-14 | Improved CLI error handling | Bruce Hill |
| 2020-09-14 | Added --ignore-case flag | Bruce Hill |
| 2020-09-14 | Tweaks and docs | Bruce Hill |
| 2020-09-14 | Added readme | Bruce Hill |
| 2020-09-14 | Added license | Bruce Hill |
| 2020-09-14 | Added nodent support (|) | Bruce Hill |
| 2020-09-13 | Cleanup | 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 | Updated usage | Bruce Hill |
| 2020-09-13 | Added null terminator and closed file handler | Bruce Hill |
| 2020-09-13 | Added default * **/* glob handling when no files provided | Bruce Hill |
| 2020-09-13 | Makefile fix | Bruce Hill |
| 2020-09-13 | Fixed error bug | 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 | Fixes for CLI flags | Bruce Hill |
| 2020-09-12 | Added backrefs | Bruce Hill |
| 2020-09-12 | Fancier grammar loading logic | Bruce Hill |
| 2020-09-12 | Moving towards separate grammar files. | Bruce Hill |
| 2020-09-12 | Tweaks to CLI, bugfix for escape replacements | Bruce Hill |
| 2020-09-11 | Tidying up | Bruce Hill |
| 2020-09-11 | Improved handling of CLI flags | Bruce Hill |
| 2020-09-11 | Better rule for replacing | Bruce Hill |