aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
AgeCommit message (Collapse)Author
2021-05-11Code cleanup: adding len parameter to new_pat()Bruce Hill
2021-05-10Added {word} feature and cleaned up the code some.Bruce Hill
2021-01-20Added --skip flag for skipping over patternsBruce Hill
2021-01-19Simplified code by disallowing escapes in strings and splittingBruce Hill
stringpatterns into chunks (so unescaped versions don't need to be created)
2021-01-18More static analyzer cleanup, including switching to use bools whereBruce Hill
appropriate and EXIT_SUCESS/EXIT_FAILURE
2021-01-18Static analysis part 1Bruce Hill
2021-01-17Improved argument parsing and added support for prompting user for aBruce Hill
pattern if none is provided
2021-01-15Moved pattern code into the right fileBruce Hill
2021-01-15Rename compiler -> patternBruce Hill