aboutsummaryrefslogtreecommitdiff
path: root/interpreter
AgeCommit message (Collapse)AuthorFilesLines
2018-05-27Fix printing of integers in debug graphsCamil Staps1-2/+2
2018-04-21Add print_eval for NODE_APPCamil Staps1-1/+8
2018-04-03Store integers without pointersCamil Staps8-28/+29
2018-04-03Resolve #11: print end result as soon as it is in HNFCamil Staps3-8/+63
2018-04-03Fix : constructor in list patternsCamil Staps1-0/+10
2018-04-03Beautify MakefileCamil Staps1-1/+7
2018-04-03Fix some minor bugsCamil Staps2-5/+5
2018-04-03Resolve #5: list notation shortcut in patternsCamil Staps1-14/+42
2016-11-08Change _H_* to _H_FUSPEL_* for compatibility with other librariesCamil Staps9-18/+18
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