summaryrefslogtreecommitdiff
path: root/identifiers.c
AgeCommit message (Expand)Author
2019-10-26...Leo Tenenbaum
2019-10-07more eval, but there are bugsLeo Tenenbaum
2019-10-04improved arr_add and fixed bugLeo Tenenbaum
2019-10-03continued arr systemLeo Tenenbaum
2019-10-03started switching array systemLeo Tenenbaum
2019-10-02eval castingLeo Tenenbaum
2019-10-01restarted eval, this time with macros!Leo Tenenbaum
2019-09-29finished replacing err_malloc with allocators; now there are no memory leaks!Leo Tenenbaum
2019-09-27started named argumentsLeo Tenenbaum
2019-09-26added comparison operatorsLeo Tenenbaum
2019-09-22malloc => err_mallocLeo Tenenbaum
2019-09-18parser outputLeo Tenenbaum
2019-09-18improved fn paramsLeo Tenenbaum
2019-09-06started block return valuesLeo Tenenbaum
2019-09-02re-added dots in identsLeo Tenenbaum
2019-09-01unicode ident namesLeo Tenenbaum
2019-09-01trying to get unicode idents to workLeo Tenenbaum
2019-09-01improved the way identifiers worked (now they use a single block array)Leo Tenenbaum
2019-08-31removed global identifier treeLeo Tenenbaum
2019-08-28cleaned up code; work on typesLeo Tenenbaum
2019-08-27checked undeclared identifiers; not totally done yetLeo Tenenbaum
2019-08-24Added main functionLeo Tenenbaum
2019-08-23Cleaned up codeLeo Tenenbaum
2019-08-22generating function declarations & definitionsLeo Tenenbaum
2019-08-21started identificationLeo Tenenbaum
2019-08-18Added string constants and improved tokenizationLeo Tenenbaum
2019-08-16Finished literals; cleaned up codeLeo Tenenbaum
2019-08-16Switched to reading whole file into memory; started number literalsLeo Tenenbaum
2019-08-16Added identifierSLeo Tenenbaum