aboutsummaryrefslogtreecommitdiff
path: root/interpreter/code.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Resolve #12, don't show code keyword in debug graphCamil Staps1-33/+40
2016-10-06Adds a trace codeCamil Staps1-2/+15
2016-09-25Added code: add, eq, ge, gt, le, lt, neCamil Staps1-0/+74
2016-09-24Fix memory leak with codeCamil Staps1-2/+6
2016-09-24Working graphs (?)Camil Staps1-4/+4
2016-08-30Fix one memory leak mentioned in #2; add debug dot graphs outputCamil Staps1-2/+2
2016-08-29Currying arguments and Code applicationsCamil Staps1-35/+22
2016-08-26Added code_printCamil Staps1-4/+17
2016-08-26Linking C functionsCamil Staps1-0/+54