Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-10 | Overhaulmaster | Aryadev Chavali | |
Loads of changes, some which I wasn't sure what I was on when doing them | |||
2025-02-24 | Make suit->int and int->suit complete inverses | Aryadev Chavali | |
2025-02-22 | Make card a structure | Aryadev Chavali | |
Card is a structure instead of just a type. Stronger type checking, automatic constructor, destructors and existence check. | |||
2025-02-15 | Small changes | Aryadev Chavali | |
2025-02-15 | Rework `$` operator to take a capture variable | Aryadev 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-14 | Rework card< comparator to make Jokers the top of the hierarchy | Aryadev Chavali | |
2025-02-14 | Split source code into different modules for cleanliness | Aryadev Chavali | |