summaryrefslogtreecommitdiff
path: root/util/err.c
AgeCommit message (Expand)Author
2019-09-19added arg type checkingLeo Tenenbaum
2019-09-01#C directiveLeo 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-29More constant expressionsLeo Tenenbaum
2019-08-22Started code generationLeo Tenenbaum
2019-08-21started identificationLeo Tenenbaum
2019-08-19Added basic unary/binary expressionsLeo 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
2019-08-16Basic tokenizationLeo Tenenbaum