aboutsummaryrefslogtreecommitdiff
path: root/interpreter/eval.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-07Fix clang errorsCamil Staps1-1/+1
2018-04-21Add print_eval for NODE_APPCamil Staps1-1/+8
2018-04-03Store integers without pointersCamil Staps1-2/+3
2018-04-03Resolve #11: print end result as soon as it is in HNFCamil Staps1-2/+58
2018-04-03Fix some minor bugsCamil Staps1-2/+2
2016-11-08Remove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLICamil Staps1-8/+8
2016-10-14token_list using an array for memory efficiencyCamil Staps1-9/+7
2016-10-12Make debug graphs a command line option (-g)Camil Staps1-3/+12
2016-10-07Cleanup (resolves #9)Camil Staps1-37/+37
2016-10-07Resolve #12, don't show code keyword in debug graphCamil Staps1-30/+13
2016-10-06Adds a trace codeCamil Staps1-2/+0
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