| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | |||||