aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix matchJan Tuomi2022-12-053-40/+42
|
* Implement letJan Tuomi2022-12-053-17/+51
|
* Separate Builtins moduleJan Tuomi2022-12-053-74/+82
|
* Add support for functions with 0 paramsJan Tuomi2022-12-052-17/+24
|
* Implement matchJan Tuomi2022-12-052-3/+32
|
* Add head, tail builtinsJan Tuomi2022-12-051-4/+23
|
* Implement user defined functions with > 1 paramsJan Tuomi2022-12-051-19/+60
|
* Implement function def for 1 param functionsJan Tuomi2022-12-052-29/+47
|
* Add special function handlingJan Tuomi2022-12-051-7/+29
|
* Implement function evaluation and symbol lookupJan Tuomi2022-12-052-19/+46
|
* Add some evaluation logicJan Tuomi2022-12-051-2/+28
|
* Add integer typeJan Tuomi2022-12-052-8/+16
|
* Implement parserJan Tuomi2022-12-053-29/+114
|
* Add dumb REPLJan Tuomi2022-12-051-1/+6
|
* Add exceptions, global configJan Tuomi2022-12-053-18/+63
|
* Initial commitJan Tuomi2022-12-051-0/+56