summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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-30tuple assignmentLeo Tenenbaum
2019-08-30added array access lvaluesLeo Tenenbaum
2019-08-29More constant expressionsLeo Tenenbaum
2019-08-28cleaned up code; work on typesLeo Tenenbaum
2019-08-28Improved types (now gives error when you annotate the wrong type)Leo Tenenbaum
2019-08-28cleaned up code; fixed some function stuffLeo Tenenbaum
2019-08-27Function typesLeo Tenenbaum
2019-08-24improved functions; added header fileLeo Tenenbaum
2019-08-22Started code generationLeo Tenenbaum
2019-08-21started identificationLeo Tenenbaum
2019-08-20parameter lists, return types, function bodiesLeo Tenenbaum
2019-08-19---Leo 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