aboutsummaryrefslogtreecommitdiff
path: root/src/model.lisp
AgeCommit message (Collapse)Author
2025-07-10OverhaulmasterAryadev Chavali
Loads of changes, some which I wasn't sure what I was on when doing them
2025-02-24Make suit->int and int->suit complete inversesAryadev Chavali
2025-02-22Make card a structureAryadev Chavali
Card is a structure instead of just a type. Stronger type checking, automatic constructor, destructors and existence check.
2025-02-15Small changesAryadev Chavali
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