aboutsummaryrefslogtreecommitdiff
path: root/interpreter/syntax.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-03Store integers without pointersCamil Staps1-0/+2
2016-11-08Change _H_* to _H_FUSPEL_* for compatibility with other librariesCamil Staps1-2/+2
2016-10-14token_list using an array for memory efficiencyCamil Staps1-2/+3
2016-10-07Cleanup (resolves #9)Camil Staps1-55/+55
2016-09-25Cleanup: unsigned -> bool (stdbool.h)Camil Staps1-2/+4
2016-09-24Made parse_file implementation dependentCamil Staps1-1/+1
2016-09-24Removed strictnessCamil Staps1-2/+0
2016-09-24Working graphs (?)Camil Staps1-6/+7
2016-08-28Start graph-based approachCamil Staps1-1/+0
2016-08-28Adds an import construct; resolves #1Camil Staps1-0/+1
2016-08-26Added strictness annotationsCamil Staps1-0/+2
2016-08-26Linking C functionsCamil Staps1-0/+2
2016-08-25Fix issue with trailing argumentsCamil Staps1-0/+1
2016-08-25pedanticCamil Staps1-0/+80