Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use new error kinds; track Environment nesting with stack | Akshay | 2021-03-25 | 1 | -1/+2 |
* | rename env to eval, add div operator | Akshay | 2021-03-24 | 1 | -1/+1 |
* | allow minus operator, improve display for exprs | Akshay | 2021-03-24 | 1 | -1/+0 |
* | expose functions to lisp interface, add primitives with macros | Akshay | 2021-03-23 | 1 | -0/+2 |
* | add types for lisp primitives and functions | Akshay | 2021-03-23 | 1 | -6/+9 |
* | factor out types into expr.rs | Akshay | 2021-03-20 | 1 | -40/+3 |
* | begin work on scripting lisp | Akshay | 2021-03-19 | 1 | -0/+46 |