aboutsummaryrefslogtreecommitdiff
path: root/match.c
AgeCommit message (Expand)Author
2021-01-26Cleaned up some error codeBruce Hill
2021-01-26Removed check() and replaced with err()/errx()Bruce Hill
2021-01-20Added --skip flag for skipping over patternsBruce Hill
2021-01-20Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)Bruce Hill
2021-01-18More bools, because why notBruce Hill
2021-01-18A few more pedantic cleanupsBruce Hill
2021-01-18More static analysis cleanupBruce Hill
2021-01-18More static analyzer cleanupBruce Hill
2021-01-18More static analyzer cleanup, including switching to use bools whereBruce Hill
2021-01-18Checking more return values (per static analyzer)Bruce Hill
2021-01-18Static analysis part 1Bruce Hill
2021-01-17Updated REF and CAPTURE types to store direct pointers to names (with aBruce Hill
2021-01-17Updated the behavior of !=/== to only consider exact, full-text matchesBruce Hill
2021-01-17Improved argument parsing and added support for prompting user for aBruce Hill
2021-01-16Renamed VM_ to BP_Bruce Hill
2021-01-15Sorting importsBruce Hill
2021-01-15Moved pattern code into the right fileBruce Hill
2021-01-15Renamed grammar -> definitionsBruce Hill
2021-01-15Renamed vm->matchBruce Hill