Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | - now includes function name with expected arity - closes #4 on github.com/dscrv/lisk | ||||
* | 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 |
| | | | | i forgot to finish the function lol | ||||
* | add quasiquote, unquote modifiers, basic boolean operations | Akshay | 2020-10-10 | 1 | -1/+18 |
| | | | | add more info to readme | ||||
* | 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 |