aboutsummaryrefslogtreecommitdiff
path: root/pattern.c
AgeCommit message (Expand)Author
2021-01-20Tweaked `..` syntax to make it more flexible (now: `.. % skip pat`)Bruce Hill
2021-01-19Simplified code by disallowing escapes in strings and splittingBruce Hill
2021-01-18More bools, because why notBruce Hill
2021-01-18More static analysis cleanupBruce Hill
2021-01-18More static analyzer cleanupBruce Hill
2021-01-18Checking more return values (per static analyzer)Bruce Hill
2021-01-18CleanupBruce 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-17No longer allocatte memory for replacement stringBruce Hill
2021-01-17Code cleanup on utilsBruce 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-15Moved pattern code into the right fileBruce Hill
2021-01-15Rename compiler -> patternBruce Hill