aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-28Added !=Bruce Hill
2020-09-28Added +/*/? postfix operatorsBruce Hill
2020-09-28Tolerate spaces around `=` in @foo = bazBruce Hill
2020-09-28Added link to commons clauseBruce Hill
2020-09-28Clarifying licenseBruce Hill
2020-09-28Updated readme with examplesBruce Hill
2020-09-28Updated docs for commentsBruce Hill
2020-09-28Fixes for captures and backrefs, and added block commentsBruce Hill
2020-09-28New grammar: [<pat>] instead of 0-1(<pat>), and @foo=<pat> instead ofBruce Hill
2020-09-28More intuitive escape sequences for string patternsBruce Hill
2020-09-26Optimization for utf8Bruce Hill
2020-09-26Added utf8 identifier definitionsBruce Hill
2020-09-25Some light unicode supportBruce Hill
2020-09-24Made paren groups multilineBruce Hill
2020-09-24Added mmap()Bruce Hill
2020-09-24Optimizations for replacementBruce Hill
2020-09-24Fix for replace-all not working with 0 replacementsBruce Hill
2020-09-24Fixed major performance issue with finding patternsBruce Hill
2020-09-23More rigorous compile-time checks via __attribute__sBruce Hill
2020-09-20Added configurability for CCBruce Hill
2020-09-18Slightly better handling of NULL bytesBruce Hill
2020-09-18Added rule to help skip binary files, and improved looping logicBruce Hill
2020-09-17Some fixes, including to "\\" and ".."/"..."Bruce Hill
2020-09-17Updates to the grammarBruce Hill
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