aboutsummaryrefslogtreecommitdiff
path: root/src/Error
Commit message (Collapse)AuthorAgeFilesLines
* refactor internal datatypes to BaseAkshay2020-10-231-1/+1
| | | | | - avoids cyclic module dependencies - cleaner exports to Main module
* add basic quasiquote and unquote behaviourAkshay2020-10-161-1/+1
|
* add initial support for variable definitionAkshay2020-10-162-15/+18
|
* improve arity error messagesAkshay2020-10-151-2/+5
| | | | | - now includes function name with expected arity - closes #4 on github.com/dscrv/lisk
* add PBTs for arithmetic operatorsAkshay2020-10-141-3/+0
| | | | | - commutativity of addition - commutativity of multiplication
* refactor Error into submodulesAkshay2020-10-132-0/+132