| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added mapsHEADmain | 2024-08-25 | 1 | -0/+9 | |
| | | |||||
| * | Added array access. | 2024-08-24 | 1 | -0/+7 | |
| | | |||||
| * | Added fancier tuple argument specs. | 2024-08-24 | 1 | -11/+32 | |
| | | | | | | Made ArgSpec use visitor pattern to avoid problems the best way. Merged empty tuple and non-empty tuple classes. | ||||
| * | Add tuples. | 2024-08-24 | 1 | -6/+14 | |
| | | |||||
| * | Made a single CheckAndEval class to make main repl loop look less ugly | 2024-08-22 | 1 | -3/+3 | |
| | | |||||
| * | Get rid of that Scope mess | 2024-08-22 | 1 | -23/+16 | |
| | | |||||
| * | Fix bug in checker that made it not execute and made ArgSpec less likely to ↵ | 2024-08-22 | 1 | -2/+6 | |
| | | | | | cause accidental errors. | ||||
| * | Added a checker module. | 2024-08-19 | 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 | |||||