aboutsummaryrefslogtreecommitdiff
path: root/interpreter/eval.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Constant code namesCamil Staps1-1/+6
2016-09-25Cleanup: unsigned -> bool (stdbool.h)Camil Staps1-5/+6
2016-09-24cleanupCamil Staps1-17/+2
2016-09-24Removed strictnessCamil Staps1-15/+6
2016-09-24cleanupCamil Staps1-17/+13
2016-09-24Fix issue with overwritten referencesCamil Staps1-33/+61
2016-09-24Fixed strictness annotationsCamil Staps1-10/+17
2016-09-24Working graphs (?)Camil Staps1-113/+139
2016-08-30Fix one memory leak mentioned in #2; add debug dot graphs outputCamil Staps1-30/+46
2016-08-29Fixed issue with twiceCamil Staps1-1/+4
2016-08-29Currying arguments and Code applicationsCamil Staps1-114/+119
2016-08-29match EXPR_APPCamil Staps1-0/+58
2016-08-28Fix memory issuesCamil Staps1-24/+51
2016-08-28Start graph-based approachCamil Staps1-349/+171
2016-08-28Removed useless codeCamil Staps1-4/+1
2016-08-26Fix code; memory leaksCamil Staps1-16/+35
2016-08-26Added strictness annotationsCamil Staps1-14/+22
2016-08-26Added eval_mainCamil Staps1-0/+14
2016-08-26Linking C functionsCamil Staps1-0/+77
2016-08-25Fix issue with trailing argumentsCamil Staps1-12/+59
2016-08-25Fix erroneous freeingCamil Staps1-7/+1
2016-08-25pedanticCamil Staps1-0/+258