aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* refactor internal datatypes to BaseAkshay2020-10-231-2/+6
| | | | | - avoids cyclic module dependencies - cleaner exports to Main module
* prefer applicative over monadic styleAkshay2020-10-171-8/+5
|
* fix: pretty print errorsAkshay2020-10-161-2/+2
|
* add initial support for variable definitionAkshay2020-10-161-11/+18
|
* refactor Error into submodulesAkshay2020-10-131-3/+5
|
* parse signed ints and floats correctlyAkshay2020-10-121-2/+1
|
* handle lists and dottedlists without backtrackingAkshay2020-10-111-1/+2
|
* add experimental floating point handlingAkshay2020-10-091-1/+1
|
* allow eval without entering replAkshay2020-10-091-5/+18
|
* initAkshay2020-10-081-0/+26