aboutsummaryrefslogtreecommitdiff
path: root/src/Operators.hs
Commit message (Collapse)AuthorAgeFilesLines
* use maps over assoc listsAkshay2020-11-121-32/+7
|
* refactor internal datatypes to BaseAkshay2020-10-231-1/+1
| | | | | - avoids cyclic module dependencies - cleaner exports to Main module
* add initial support for variable definitionAkshay2020-10-161-3/+1
|
* add basic list primitivesAkshay2020-10-151-13/+45
|
* improve arity error messagesAkshay2020-10-151-26/+27
| | | | | - now includes function name with expected arity - closes #4 on github.com/dscrv/lisk
* refactor Error into submodulesAkshay2020-10-131-1/+1
|
* parse signed ints and floats correctlyAkshay2020-10-121-5/+10
|
* complete definition of naryBoolAkshay2020-10-101-1/+5
| | | | i forgot to finish the function lol
* add quasiquote, unquote modifiers, basic boolean operationsAkshay2020-10-101-1/+18
| | | | add more info to readme
* add binary boolean operatorsAkshay2020-10-091-0/+14
|
* doc/todosAkshay2020-10-091-0/+4
|
* add experimental floating point handlingAkshay2020-10-091-6/+25
|
* use mtl to generate errorsAkshay2020-10-091-6/+12
|
* initAkshay2020-10-081-0/+22