Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add arity struct for primitives | Akshay | 2021-03-27 | 1 | -7/+87 |
* | add checked downcast methods to LispExpr | Akshay | 2021-03-25 | 1 | -4/+58 |
* | 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 | -23/+26 |
* | expose functions to lisp interface, add primitives with macros | Akshay | 2021-03-23 | 1 | -1/+18 |
* | add types for lisp primitives and functions | Akshay | 2021-03-23 | 1 | -3/+8 |
* | factor out types into expr.rs | Akshay | 2021-03-20 | 1 | -0/+87 |