Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor internal datatypes to Base | Akshay | 2020-10-23 | 1 | -1/+2 |
| | | | | | - avoids cyclic module dependencies - cleaner exports to Main module | ||||
* | add basic evaluation of unquote-splicing in quasiquoted formsquasiquoting | Akshay | 2020-10-17 | 1 | -16/+26 |
| | |||||
* | prefer applicative over monadic style | Akshay | 2020-10-17 | 1 | -7/+7 |
| | |||||
* | add basic quasiquote and unquote behaviour | Akshay | 2020-10-16 | 1 | -10/+19 |
| | |||||
* | add initial support for variable definition | Akshay | 2020-10-16 | 1 | -15/+23 |
| | |||||
* | add support for vectors | Akshay | 2020-10-14 | 1 | -4/+5 |
| | | | | a | ||||
* | refactor Error into submodules | Akshay | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | add quasiquote, unquote modifiers, basic boolean operations | Akshay | 2020-10-10 | 1 | -7/+9 |
| | | | | add more info to readme | ||||
* | add experimental floating point handling | Akshay | 2020-10-09 | 1 | -0/+1 |
| | |||||
* | use mtl to generate errors | Akshay | 2020-10-09 | 1 | -8/+14 |
| | |||||
* | init | Akshay | 2020-10-08 | 1 | -0/+22 |