aboutsummaryrefslogtreecommitdiff
path: root/interpreter
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Remove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLICamil Staps8-26/+26
2016-10-16Usage message when no modules are givenCamil Staps1-6/+10
2016-10-14token_list using an array for memory efficiencyCamil Staps8-203/+231
2016-10-12Make debug graphs a command line option (-g)Camil Staps4-6/+34
2016-10-11Fix initialisation warningCamil Staps1-1/+1
2016-10-07CleanupCamil Staps1-16/+4
2016-10-07Cleanup (resolves #9)Camil Staps21-263/+236
2016-10-07Resolve #12, don't show code keyword in debug graphCamil Staps6-94/+164
2016-10-07Makefile: add override to CFLAGSCamil Staps1-1/+1
2016-10-06Fixing the buildCamil Staps2-9/+4
2016-10-06Made the CLI an option to save binary space on minimal platformsCamil Staps2-17/+51
2016-10-06List notation shortcut (resolves #5)Camil Staps1-16/+42
2016-10-06Adds a trace codeCamil Staps2-4/+15
2016-09-25Debug graph readability improvementsCamil Staps1-6/+6
2016-09-25Print (don't parse) lists as suggested in #5Camil Staps1-9/+20
2016-09-25Debug graph readability improvementsCamil Staps1-20/+21
2016-09-25Added code: add, eq, ge, gt, le, lt, neCamil Staps1-0/+74
2016-09-25Various minor cleanupsCamil Staps4-8/+4
2016-09-25Constant code namesCamil Staps1-1/+6
2016-09-25Cleanup: unsigned -> bool (stdbool.h)Camil Staps7-21/+24
2016-09-24Made parse_file implementation dependentCamil Staps4-6/+7
2016-09-24Remove unnecessary dependencyCamil Staps1-0/+3
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