| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-08-25 | Added mapsHEADmain | 1 | -0/+9 | ||
| 2024-08-24 | Added array access. | 1 | -0/+7 | ||
| 2024-08-24 | Added fancier tuple argument specs. | 1 | -11/+32 | ||
| Made ArgSpec use visitor pattern to avoid problems the best way. Merged empty tuple and non-empty tuple classes. | |||||
| 2024-08-24 | Add tuples. | 1 | -6/+14 | ||
| 2024-08-22 | Made a single CheckAndEval class to make main repl loop look less ugly | 1 | -3/+3 | ||
| 2024-08-22 | Get rid of that Scope mess | 1 | -23/+16 | ||
| 2024-08-22 | Fix bug in checker that made it not execute and made ArgSpec less likely to ↵ | 1 | -2/+6 | ||
| cause accidental errors. | |||||
| 2024-08-19 | Added a checker module. | 3 | -0/+164 | ||
| NOTE: I think I should look at guava or commons for some sort of sealable Map instead of the current Scope :D | |||||