aboutsummaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2020-09-16Fixed upto for non-matchesBruce Hill
2020-09-16In verbose mode, print lowercase captures tooBruce Hill
2020-09-16Consolidated repetition ops (instead of '+', '*', '?', etc. now it's allBruce Hill
2020-09-14Added --ignore-case flagBruce Hill
2020-09-14Added nodent support (|)Bruce 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-13Tentative support for left-recursionBruce Hill
2020-09-13Don't use color for non-tty outputs, added `-m` mode argumentBruce Hill
2020-09-12Added backrefsBruce Hill
2020-09-12Tweaks to CLI, bugfix for escape replacementsBruce Hill
2020-09-11Improved handling of CLI flagsBruce Hill
2020-09-11Tightening up the makefile flags and vim modelinesBruce Hill
2020-09-11Major overhaul refactor restructuringBruce Hill