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