| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-08-25 | Added mapsHEADmain | 1 | -12/+34 | ||
| 2024-08-24 | Added array access. | 1 | -2/+12 | ||
| 2024-08-24 | Added fancier tuple argument specs. | 1 | -15/+44 | ||
| 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 | -1/+14 | ||
| 2024-08-22 | Made a single CheckAndEval class to make main repl loop look less ugly | 1 | -15/+1 | ||
| 2024-08-18 | Changed the grammar to allow bare top-level expressions only in REPL. | 1 | -7/+20 | ||
| 2024-08-18 | Added explicit ignored/"underscore" arguments & top-level defs | 1 | -6/+15 | ||
| 2024-08-18 | Some more modularisation | 3 | -0/+356 | ||