Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor internal datatypes to Base | Akshay | 2020-10-23 | 1 | -1/+1 |
* | add initial support for variable definition | Akshay | 2020-10-16 | 1 | -3/+1 |
* | add basic list primitives | Akshay | 2020-10-15 | 1 | -13/+45 |
* | improve arity error messages | Akshay | 2020-10-15 | 1 | -26/+27 |
* | refactor Error into submodules | Akshay | 2020-10-13 | 1 | -1/+1 |
* | parse signed ints and floats correctly | Akshay | 2020-10-12 | 1 | -5/+10 |
* | complete definition of naryBool | Akshay | 2020-10-10 | 1 | -1/+5 |
* | add quasiquote, unquote modifiers, basic boolean operations | Akshay | 2020-10-10 | 1 | -1/+18 |
* | add binary boolean operators | Akshay | 2020-10-09 | 1 | -0/+14 |
* | doc/todos | Akshay | 2020-10-09 | 1 | -0/+4 |
* | add experimental floating point handling | Akshay | 2020-10-09 | 1 | -6/+25 |
* | use mtl to generate errors | Akshay | 2020-10-09 | 1 | -6/+12 |
* | init | Akshay | 2020-10-08 | 1 | -0/+22 |