Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add PBTs for arithmetic operators | Akshay | 2020-10-14 | 1 | -3/+0 |
* | allow multiline expressionspretty-errors | Akshay | 2020-10-13 | 1 | -2/+5 |
* | refactor Error into submodules | Akshay | 2020-10-13 | 4 | -3/+104 |
* | fix dotted lists again | Akshay | 2020-10-12 | 1 | -1/+1 |
* | parse signed ints and floats correctly | Akshay | 2020-10-12 | 2 | -11/+28 |
* | handle lists and dottedlists without backtracking | Akshay | 2020-10-11 | 1 | -19/+15 |
* | complete definition of naryBool | Akshay | 2020-10-10 | 1 | -1/+5 |
* | add quasiquote, unquote modifiers, basic boolean operations | Akshay | 2020-10-10 | 4 | -24/+50 |
* | add binary boolean operators | Akshay | 2020-10-09 | 2 | -1/+15 |
* | mimic guile's errors | Akshay | 2020-10-09 | 1 | -1/+1 |
* | doc/todos | Akshay | 2020-10-09 | 1 | -0/+4 |
* | add experimental floating point handling | Akshay | 2020-10-09 | 3 | -12/+32 |
* | use mtl to generate errors | Akshay | 2020-10-09 | 3 | -14/+57 |
* | init | Akshay | 2020-10-08 | 3 | -0/+145 |