aboutsummaryrefslogtreecommitdiff
path: root/pattern.c
AgeCommit message (Collapse)Author
2021-01-17Updated REF and CAPTURE types to store direct pointers to names (with aBruce Hill
len size_t) instead of allocating memory.
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
pattern if none is provided
2021-01-16Renamed VM_ to BP_Bruce Hill
2021-01-15Moved pattern code into the right fileBruce Hill
2021-01-15Rename compiler -> patternBruce Hill