summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2019-09-28new, delLeo Tenenbaum
2019-09-28chars, string literalsLeo Tenenbaum
2019-09-28optional paramsLeo Tenenbaum
2019-09-27added converter from named arguments to non-namedLeo Tenenbaum
2019-09-27started named argumentsLeo Tenenbaum
2019-09-27probably finished named return valuesLeo Tenenbaum
2019-09-27started to add named return valuesLeo Tenenbaum
2019-09-27bug fixes involving function paramsLeo Tenenbaum
2019-09-27castingLeo Tenenbaum
2019-09-26eq/neq, trying to fix some bugs, etc.Leo Tenenbaum
2019-09-25added boolsLeo Tenenbaum
2019-09-23fixed block arrLeo Tenenbaum
2019-09-22found block arr bug (try running it on parse.c)Leo Tenenbaum
2019-09-22added ifLeo Tenenbaum
2019-09-22prevented variables from being capturedLeo Tenenbaum
2019-09-21void block statements don't need semicolonsLeo Tenenbaum
2019-09-21added float builtin and check for decl self-referenceLeo Tenenbaum
2019-09-21deref; improved eval, declsLeo Tenenbaum
2019-09-21added ptrsLeo Tenenbaum
2019-09-20cleaning up stuff; mul & divLeo Tenenbaum
2019-09-18idealistic float, double => f32, f64; literals were also being typed in parsi...Leo Tenenbaum
2019-09-18parser outputLeo Tenenbaum
2019-09-18improved fn paramsLeo Tenenbaum
2019-09-07finished basic returningLeo Tenenbaum
2019-09-01#C directiveLeo Tenenbaum
2019-09-01improved the way identifiers worked (now they use a single block array)Leo Tenenbaum
2019-08-31parsing of directivesLeo Tenenbaum
2019-08-31removed global identifier treeLeo Tenenbaum
2019-08-30tuple assignmentLeo Tenenbaum
2019-08-30Added tuple typesLeo Tenenbaum
2019-08-30improved assignment; added arraysLeo 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-24Added main functionLeo Tenenbaum
2019-08-24improved functions; added header fileLeo Tenenbaum
2019-08-23Cleaned up codeLeo Tenenbaum
2019-08-22generating function declarations & definitionsLeo Tenenbaum
2019-08-22Started code generationLeo Tenenbaum
2019-08-19Added parentheses to expressionsLeo Tenenbaum
2019-08-19Added basic unary/binary expressionsLeo Tenenbaum
2019-08-18started parsing expressionsLeo Tenenbaum
2019-08-18Basic declarationsLeo 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