Age | Commit message (Expand) | Author |
---|---|---|
2025-08-05 | Fix: quote is not a typewise identity function. Added vt(&str) as util for Va... | Joel Kronqvist |
2025-08-05 | Implemented booleans (no if-else yet) | Joel Kronqvist |
2025-08-05 | Added boilerplate and tests for booleans, integer comparisons and boolean ope... | Joel Kronqvist |
2025-08-05 | Changed project name | Joel Kronqvist |
2025-08-04 | Added repl and some documentation. Improved error messages. Removed dead code. | Joel Kronqvist |
2025-08-01 | Modified quote so the values of lists are evaluated | Joel Kronqvist |
2025-07-30 | Implemented evaluation according to tests. Quite a bit of changes were requir... | Joel Kronqvist |
2025-07-29 | Added Nil and modified tests to make this more of a list interpreter rather t... | Joel Kronqvist |
2025-07-26 | Implemented integer operator dynamics, fixed some tests and added a combinati... | Joel Kronqvist |
2025-07-26 | Created necessary data structures and utilities for integers and their operat... | Joel Kronqvist |