| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made a single CheckAndEval class to make main repl loop look less ugly | 2024-08-22 | 5 | -43/+57 | |
| | | |||||
| * | Move Evaluator to a new module | 2024-08-22 | 19 | -22/+36 | |
| | | |||||
| * | Get rid of that Scope mess | 2024-08-22 | 7 | -146/+42 | |
| | | |||||
| * | Fix bug in checker that made it not execute and made ArgSpec less likely to ↵ | 2024-08-22 | 3 | -23/+32 | |
| | | | | | cause accidental errors. | ||||
| * | Simplify build scripts | 2024-08-19 | 10 | -119/+59 | |
| | | |||||
| * | Added a checker module. | 2024-08-19 | 25 | -103/+311 | |
| | | | | | NOTE: I think I should look at guava or commons for some sort of sealable Map instead of the current Scope :D | ||||
| * | Changed the grammar to allow bare top-level expressions only in REPL. | 2024-08-18 | 3 | -10/+26 | |
| | | |||||
| * | Added explicit ignored/"underscore" arguments & top-level defs | 2024-08-18 | 5 | -8/+28 | |
| | | |||||
| * | Some more modularisation | 2024-08-18 | 18 | -354/+413 | |
| | | |||||
| * | Added Nothing/empty-tuple arguments | 2024-08-18 | 15 | -56/+114 | |
| | | |||||
| * | Big Refactoring, added support for comments | 2024-08-16 | 74 | -327/+582 | |
| | | |||||
| * | Small improvements | 2024-08-02 | 2 | -2/+7 | |
| | | |||||
| * | Initial commit | 2024-08-02 | 53 | -0/+2205 | |