| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-08-25 | Added mapsHEADmain | 2 | -0/+14 | ||
| 2024-08-24 | Added array access. | 2 | -0/+11 | ||
| 2024-08-24 | Added fancier tuple argument specs. | 8 | -53/+54 | ||
| Made ArgSpec use visitor pattern to avoid problems the best way. Merged empty tuple and non-empty tuple classes. | |||||
| 2024-08-24 | Add tuples. | 4 | -15/+29 | ||
| 2024-08-22 | Fix bug in checker that made it not execute and made ArgSpec less likely to ↵ | 1 | -19/+24 | ||
| cause accidental errors. | |||||
| 2024-08-18 | Added explicit ignored/"underscore" arguments & top-level defs | 1 | -0/+8 | ||
| 2024-08-18 | Added Nothing/empty-tuple arguments | 5 | -2/+43 | ||
| 2024-08-16 | Big Refactoring, added support for comments | 20 | -0/+252 | ||