aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-27Better error handling behaviorBruce Hill
2022-10-27Reapply fix for compiler warningBruce Hill
2022-10-27Pulling back bugfixBruce Hill
2022-10-27Revert "Moving to each_match() API"Bruce Hill
2022-10-27BugfixBruce Hill
2022-10-26Fix warningBruce Hill
2022-10-26Fixed lua to work with new APIBruce Hill
2022-10-26Moving to each_match() APIBruce Hill
2022-10-26Fix for profilingBruce Hill
2022-10-26Added new profileBruce Hill
2022-10-26MicrooptimizationsBruce Hill
2022-10-26Added profile ruleBruce Hill
2022-10-23BugfixBruce Hill
2022-10-23Better JSON printing and fixed issue with numbered capturesBruce Hill
2022-05-14Changed how tags work, changed Lua API for handling match capturesBruce Hill
2022-05-14Bugfix for (Foo: :X blah) parsing as (Foo:: X blah)Bruce Hill
2022-05-14Better error handlingBruce Hill
2022-05-14Allow optional colon for :Tag:fooBruce Hill
2022-05-14Added :tagBruce Hill
2022-05-14Lib install stuffBruce Hill
2022-05-12Split backref/named captures into separate concepts for performanceBruce Hill
2022-05-05Added imageBruce Hill
2022-05-05Fix for source code ranges of suffix patternsBruce Hill
2022-05-02Updated docsBruce Hill
2022-05-02Updated Make rules so default is `bp`Bruce Hill
2022-05-02Added recursive make rulesBruce Hill
2022-05-02Bugfix for left recursionBruce Hill
2022-04-30Cleaned up pattern capture structuring with tagged matchesBruce Hill
2022-04-30Updated docsBruce Hill
2022-04-30Added tagged definitions: `foo:: blah`Bruce Hill
2022-04-30Simplified things by passing a def argument to next_match instead ofBruce Hill
2022-04-27Added printmatchBruce Hill
2022-04-27Later-chained defs take precedence over more recently chained defsBruce Hill
2022-04-24Simplify printing of chainsBruce Hill
2022-04-21Made NULL end values default to strlen()Bruce Hill
2022-04-09Enhancing the illusion of a shellBruce Hill
2022-04-09Added leading zeroesBruce Hill
2022-04-09Tutorial uses --pattern for clarityBruce Hill
2022-04-09Moving print logic out of match.c and renaming explain -> printmatchBruce Hill
2022-04-04Git bookkeepingBruce Hill
2022-04-01RewordingBruce Hill
2022-02-28Fixed typoBruce Hill
2021-11-07Fix to ensure proper line numberingBruce Hill
2021-10-02Fix for left recursion error due to wrong contextBruce Hill
2021-10-02Left recursion correctness fixesBruce Hill
2021-10-01Fix for infinite loop in left recursive patternsBruce Hill
2021-10-01Cleanup on left recursion codeBruce Hill
2021-10-01Bugfix for use-after-free, as well as an issue with the orderBruce Hill
2021-10-01Code cleanupBruce Hill
2021-10-01Update caching code to make it explicitly for failures only.Bruce Hill