Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply clippy lints | Akshay | 2021-04-06 | 1 | -83/+76 |
* | add new catch-all error types | Akshay | 2021-03-30 | 1 | -20/+26 |
* | add Debug & PartialEq impls for LispExpr; add eval tests | Akshay | 2021-03-28 | 1 | -26/+27 |
* | implement char literals | Akshay | 2021-03-27 | 1 | -1/+6 |
* | use new error kinds; track Environment nesting with stack | Akshay | 2021-03-25 | 1 | -31/+24 |
* | add types for lisp primitives and functions | Akshay | 2021-03-23 | 1 | -28/+27 |
* | begin work on parser | Akshay | 2021-03-20 | 1 | -0/+253 |