summaryrefslogtreecommitdiff
path: root/main.scm
Commit message (Collapse)AuthorAgeFilesLines
* let there be lambda!Akshay2020-11-051-5/+87
| | | | | | | * begin form * define form * let derived form * function application and stuff
* evaluate cond forms, by forming if else chainAkshay2020-11-051-0/+26
|
* repl code, refactor into modulesAkshay2020-11-051-9/+27
|
* add basic evaluator, environmentAkshay2020-11-041-0/+72