aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add nice example code in test.lispJan Tuomi2022-12-051-26/+30
* Fix matchJan Tuomi2022-12-054-49/+70
* Implement letJan Tuomi2022-12-056-38/+79
* Separate Builtins moduleJan Tuomi2022-12-054-74/+83
* 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-052-19/+61
* 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-053-20/+49
* Add some evaluation logicJan Tuomi2022-12-052-10/+36
* Add integer typeJan Tuomi2022-12-052-8/+16
* Implement parserJan Tuomi2022-12-059-32/+139
* Make REPL workJan Tuomi2022-12-051-6/+10
* Add dumb REPLJan Tuomi2022-12-056-3/+39
* Add helpJan Tuomi2022-12-051-13/+17
* Add exceptions, global configJan Tuomi2022-12-056-27/+77
* Initial commitJan Tuomi2022-12-0514-0/+373
* Initial commitJan T2022-12-051-0/+21