aboutsummaryrefslogtreecommitdiff
path: root/src/model.lisp
AgeCommit message (Collapse)Author
2025-02-15Rework `$` operator to take a capture variableAryadev Chavali
In case operators require use of a variable, we should let the caller provide the symbol so we don't fall into weird package issues.
2025-02-14Rework card< comparator to make Jokers the top of the hierarchyAryadev Chavali
2025-02-14Split source code into different modules for cleanlinessAryadev Chavali