aboutsummaryrefslogtreecommitdiff
path: root/interpreter/lex.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-25Cleanup: unsigned -> bool (stdbool.h)Camil Staps1-4/+5
2016-09-24Removed strictnessCamil Staps1-1/+0
2016-09-24Added commentsCamil Staps1-0/+4
2016-08-28Adds an import construct; resolves #1Camil Staps1-10/+17
2016-08-26Fix bug with names starting with a cCamil Staps1-1/+1
2016-08-26Added strictness annotationsCamil Staps1-0/+1
2016-08-26Linking C functionsCamil Staps1-3/+10
2016-08-25pedanticCamil Staps1-0/+101