Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use `void` over `return ()`comments | Akshay | 2020-10-27 | 1 | -21/+10 |
| | |||||
* | add newline consumption | Atreya Bain | 2020-10-27 | 1 | -7/+14 |
| | |||||
* | trim comment | Atreya Bain | 2020-10-26 | 1 | -6/+0 |
| | |||||
* | Add comments into whitespace | Atreya Bain | 2020-10-26 | 1 | -12/+16 |
| | |||||
* | add comments as whitespace | Atreya Bain | 2020-10-26 | 1 | -5/+26 |
| | |||||
* | refactor internal datatypes to Base | Akshay | 2020-10-23 | 1 | -28/+1 |
| | | | | | - avoids cyclic module dependencies - cleaner exports to Main module | ||||
* | add basic evaluation of unquote-splicing in quasiquoted formsquasiquoting | Akshay | 2020-10-17 | 1 | -9/+8 |
| | |||||
* | prefer applicative over monadic style | Akshay | 2020-10-17 | 1 | -1/+0 |
| | |||||
* | add initial support for variable definition | Akshay | 2020-10-16 | 1 | -0/+2 |
| | |||||
* | fix vector and bool interactions | Akshay | 2020-10-14 | 1 | -2/+2 |
| | |||||
* | add support for vectors | Akshay | 2020-10-14 | 1 | -2/+12 |
| | | | | a | ||||
* | allow multiline expressionspretty-errors | Akshay | 2020-10-13 | 1 | -2/+5 |
| | |||||
* | fix dotted lists again | Akshay | 2020-10-12 | 1 | -1/+1 |
| | |||||
* | parse signed ints and floats correctly | Akshay | 2020-10-12 | 1 | -6/+18 |
| | |||||
* | handle lists and dottedlists without backtracking | Akshay | 2020-10-11 | 1 | -19/+15 |
| | |||||
* | add quasiquote, unquote modifiers, basic boolean operations | Akshay | 2020-10-10 | 1 | -12/+19 |
| | | | | add more info to readme | ||||
* | add experimental floating point handling | Akshay | 2020-10-09 | 1 | -6/+6 |
| | |||||
* | init | Akshay | 2020-10-08 | 1 | -0/+101 |