aboutsummaryrefslogtreecommitdiff
path: root/interpreter
AgeCommit message (Expand)AuthorFilesLines
2016-09-24cleanupCamil Staps1-17/+2
2016-09-24Removed strictnessCamil Staps7-29/+6
2016-09-24Fix memory leak with codeCamil Staps1-2/+6
2016-09-24Colour internal nodes gray in dot outputCamil Staps1-5/+5
2016-09-24cleanupCamil Staps1-17/+13
2016-09-24Added commentsCamil Staps1-0/+4
2016-09-24Fix issue with overwritten referencesCamil Staps4-43/+119
2016-09-24Fix format stringsCamil Staps2-15/+21
2016-09-24Fixed strictness annotationsCamil Staps1-10/+17
2016-09-24Working graphs (?)Camil Staps9-185/+246
2016-08-30Fix one memory leak mentioned in #2; add debug dot graphs outputCamil Staps6-37/+122
2016-08-29Fixed issue with twiceCamil Staps2-2/+5
2016-08-29Currying arguments and Code applicationsCamil Staps8-154/+322
2016-08-29match EXPR_APPCamil Staps1-0/+58
2016-08-28Fix memory issuesCamil Staps2-24/+53
2016-08-28Start graph-based approachCamil Staps4-377/+171
2016-08-28Added my_reallocCamil Staps2-0/+10
2016-08-28Temporary makefile changeCamil Staps1-1/+1
2016-08-28Removed useless codeCamil Staps1-4/+1
2016-08-28Adds an import construct; resolves #1Camil Staps7-30/+93
2016-08-27fuspelc -> fuspelCamil Staps3-3/+3
2016-08-26Fix bug with names starting with a cCamil Staps2-4/+4
2016-08-26Fix code; memory leaksCamil Staps1-16/+35
2016-08-26Added code_printCamil Staps1-4/+17
2016-08-26Added strictness annotationsCamil Staps6-14/+39
2016-08-26Added eval_mainCamil Staps3-13/+24
2016-08-26Linking C functionsCamil Staps10-8/+190
2016-08-25Fix issue with trailing argumentsCamil Staps3-12/+69
2016-08-25Fix erroneous freeingCamil Staps2-8/+2
2016-08-25pedanticCamil Staps17-0/+1128