summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/patterns/ComplexPattern.java
AgeCommit message (Collapse)Author
2022-09-27Add some interesting new thingsBen Culkin
Adds a number of things based off of some of the notes I've made over time, plus a few papers I've read. More details to come later, whenever I decide to actually get serious about documentation and examples and the like
2021-07-12Formatting tweaksBenjamin J. Culkin
2020-12-03Adapt to esodata changesBen Culkin
2020-12-01An assortment of changes/new thingsBen Culkin
2020-11-21Add basic pattern matchingBen Culkin
Adds a basic pattern matching implementation. Not perfect, but pretty good, considering what we have to work with