aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* allow multiline expressionspretty-errorsAkshay2020-10-131-2/+5
|
* refactor Error into submodulesAkshay2020-10-134-3/+104
|
* fix dotted lists againAkshay2020-10-121-1/+1
|
* parse signed ints and floats correctlyAkshay2020-10-122-11/+28
|
* handle lists and dottedlists without backtrackingAkshay2020-10-111-19/+15
|
* complete definition of naryBoolAkshay2020-10-101-1/+5
| | | | i forgot to finish the function lol
* add quasiquote, unquote modifiers, basic boolean operationsAkshay2020-10-104-24/+50
| | | | add more info to readme
* add binary boolean operatorsAkshay2020-10-092-1/+15
|
* mimic guile's errorsAkshay2020-10-091-1/+1
|
* doc/todosAkshay2020-10-091-0/+4
|
* add experimental floating point handlingAkshay2020-10-093-12/+32
|
* use mtl to generate errorsAkshay2020-10-093-14/+57
|
* initAkshay2020-10-083-0/+145