aboutsummaryrefslogtreecommitdiff
path: root/interpreter.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove suckPřemysl Janouch2017-05-261-1/+2
| | | | | | struct context::arguments stank, the "arg" special form stank. The amount of lines this adds can be counted on one hand.
* Finish implementation of printingPřemysl Janouch2017-05-251-5/+0
| | | | | | | | Now readds all syntax sugar and quotes strings properly. Removed automatic line breaking and indenting since it is complicated. Removed #ifndef since it stopped making any sense.
* Split out the interpreterPřemysl Janouch2017-05-211-0/+71