aboutsummaryrefslogtreecommitdiff
path: root/interpreter
AgeCommit message (Expand)AuthorFilesLines
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