aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-09-11Tightening up the makefile flags and vim modelinesBruce Hill
2020-09-11Don't gitignore itselfBruce Hill
2020-09-11Added gitignoreBruce Hill
2020-09-11Major overhaul refactor restructuringBruce Hill
2020-09-10Fixed/tidied replacement logicBruce Hill
2020-09-10Added flags for defining rulesBruce Hill
2020-09-10Misc. tweaks and visualization changes, capitalized some rulesBruce Hill
2020-09-10a e s t h e t i c sBruce Hill
2020-09-10Fixed empty ruleBruce Hill
2020-09-10Fixed semicolon ruleBruce Hill
2020-09-10Fixes, getting closer to meta-parsingBruce Hill
2020-09-10Fixed old "->"Bruce Hill
2020-09-10Added dashes to identifiersBruce Hill
2020-09-10Added multiline variants of operatorsBruce Hill
2020-09-10Added escape rangesBruce Hill
2020-09-10Some bug fixes, syntax tweaks, added ^^/$$/__, and bpeg meta grammar.Bruce Hill
2020-09-10Added "~x" (anything but x) and dropped "^x" (up to x), added "^" (startBruce Hill
of line), added "$" (end of line), and changed "`a,z" to "`a-z"
2020-09-09Improving escape handlingBruce Hill
2020-09-09Loads of changes, including new CLI flags, start-in-string mode, etc.Bruce Hill
2020-09-08Some cool debug viz stuffBruce Hill
2020-09-08CleanupBruce Hill
2020-09-08Tweaking display output.Bruce Hill
2020-09-08DebuggingBruce Hill
2020-09-08Cleaned up backslash escape codeBruce Hill
2020-09-08Simplified repeat code and added file inputBruce Hill
2020-09-08Fix named capturesBruce Hill
2020-09-08Added replacement functionalityBruce Hill
2020-09-08Improved printing code, fixed some bugsBruce Hill
2020-09-07Updates and cleanupBruce Hill
2020-09-07Cleanup, splitting into filesBruce Hill