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