aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add throwLJan Tuomi2022-12-051-94/+0
|
* Make builtinAdd2 polymorphic in numeric typesJan Tuomi2022-12-051-1/+2
|
* Fix matchJan Tuomi2022-12-051-1/+3
|
* Implement letJan Tuomi2022-12-051-2/+2
|
* Separate Builtins moduleJan Tuomi2022-12-051-0/+27
|
* Add support for functions with 0 paramsJan Tuomi2022-12-051-0/+3
|
* Implement function def for 1 param functionsJan Tuomi2022-12-051-1/+1
|
* Implement function evaluation and symbol lookupJan Tuomi2022-12-051-1/+1
|
* Add integer typeJan Tuomi2022-12-051-4/+8
|
* Implement parserJan Tuomi2022-12-051-0/+44
|
* Add exceptions, global configJan Tuomi2022-12-051-0/+13