aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-17Better printingBruce Hill
2020-09-17Fixed memory leak in REPLACE patternBruce Hill
2020-09-17Some error handlingBruce Hill
2020-09-17Removing "Empty" rule from meta grammarBruce Hill
2020-09-16Changed arg parsing to '-d foo:baz' for consistency (was: '-d foo=baz')Bruce Hill
2020-09-16Removed the requirement for semicolons, changed '=' -> ':' forBruce Hill
2020-09-16Removed (/) (which is just a clunky way to do "")Bruce Hill
2020-09-16Updated highlighting codeBruce Hill
2020-09-16Exit 1 iff *all* files fail to match instead of *any*Bruce Hill
2020-09-16Check files can be openedBruce Hill
2020-09-16Tweaks to highlightingBruce Hill
2020-09-16Moving more behavior over to definitionsBruce Hill
2020-09-16Removed old codeBruce Hill
2020-09-16Added tons of file and line number stuffBruce Hill
2020-09-16WIPBruce Hill
2020-09-16Fixed upto for non-matchesBruce Hill
2020-09-16In verbose mode, print lowercase captures tooBruce Hill
2020-09-16Updated docsBruce Hill
2020-09-16Consolidated repetition ops (instead of '+', '*', '?', etc. now it's allBruce Hill
2020-09-16Another fixBruce Hill
2020-09-16Fixed grammarBruce Hill
2020-09-14Fixing compiler warningsBruce Hill
2020-09-14Improved CLI error handlingBruce Hill
2020-09-14Added --ignore-case flagBruce Hill
2020-09-14Tweaks and docsBruce Hill
2020-09-14Added readmeBruce Hill
2020-09-14Added licenseBruce Hill
2020-09-14Added nodent support (|)Bruce Hill
2020-09-13CleanupBruce Hill
2020-09-13Spruced up a bunch of stuff, tweaked the grammar, added docsBruce Hill
2020-09-13Changed "upto-and" syntax to ".."/"..."Bruce Hill
2020-09-13Added == operatorBruce Hill
2020-09-13Added captures in lookaheads/behinds.Bruce Hill
2020-09-13Updated usageBruce Hill
2020-09-13Added null terminator and closed file handlerBruce Hill
2020-09-13Added default * **/* glob handling when no files providedBruce Hill
2020-09-13Makefile fixBruce Hill
2020-09-13Fixed error bugBruce Hill
2020-09-13Tentative support for left-recursionBruce Hill
2020-09-13Don't use color for non-tty outputs, added `-m` mode argumentBruce Hill
2020-09-12Fixes for CLI flagsBruce Hill
2020-09-12Added backrefsBruce Hill
2020-09-12Fancier grammar loading logicBruce Hill
2020-09-12Moving towards separate grammar files.Bruce Hill
2020-09-12Tweaks to CLI, bugfix for escape replacementsBruce Hill
2020-09-11Tidying upBruce Hill
2020-09-11Improved handling of CLI flagsBruce Hill
2020-09-11Better rule for replacingBruce Hill
2020-09-11Made more grep-likeBruce Hill
2020-09-11Updated makefile, added manpageBruce Hill