aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Builtins of one parameter workingJan Tuomi2021-11-252-6/+51
|
* Add some testsJan Tuomi2021-11-253-76/+215
|
* Get term reduction (without Lazy) seemingly workingJan Tuomi2021-11-252-17/+157
|
* Term generation working seeminglyJan Tuomi2021-11-251-4/+5
|
* Rewrite value systemJan Tuomi2021-11-253-184/+159
|
* Prepare ast for parameterized functionsJan Tuomi2021-11-215-112/+147
|
* Split project into separate filesJan Tuomi2021-11-214-424/+415
|
* WIP working towards factorialJan Tuomi2021-11-211-16/+67
|
* Implement builtin int functionsJan Tuomi2021-11-211-4/+46
|
* Improve outputJan Tuomi2021-11-211-7/+31
|
* CleanupJan Tuomi2021-11-211-47/+1
|
* Function application seems to work :--)Jan Tuomi2021-11-211-10/+36
|
* Get evaluation workingJan Tuomi2021-11-212-46/+70
|
* WIP expression evalJan Tuomi2021-11-191-1/+24
|
* Refactor expression astJan Tuomi2021-11-192-33/+72
|
* Some progressJan Tuomi2021-11-191-17/+67
|
* Improve error reportingJan Tuomi2021-11-181-2/+8
|
* Add some runtime handlingJan Tuomi2021-11-181-13/+47
|
* Add wip runtimeJan Tuomi2021-11-181-26/+42
|
* Write a nice AST generatorJan Tuomi2021-11-182-153/+100
|
* WIP Rewrite to point-free styleJan Tuomi2021-11-182-260/+154
|
* Work on runtimeJan Tuomi2021-11-172-32/+164
|
* WIP evaluationJan Tuomi2021-11-172-6/+76
|
* Implement four function calc operatorsJan Tuomi2021-11-172-6/+18
|
* Initial commitJan Tuomi2021-11-172-0/+118