summaryrefslogtreecommitdiff
path: root/identifiers.c
AgeCommit message (Collapse)Author
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