summaryrefslogtreecommitdiff
path: root/test.toc
AgeCommit message (Expand)Author
2019-10-27user defined typesLeo Tenenbaum
2019-10-27some fixes and starting to get type declarationsLeo Tenenbaum
2019-10-27parameters are immutable againLeo Tenenbaum
2019-10-27switching to just declaring typesLeo Tenenbaum
2019-10-26started newtypeLeo Tenenbaum
2019-10-26minor cleaning up and bug fixesLeo Tenenbaum
2019-10-26fixed leaksLeo Tenenbaum
2019-10-25started fixing leakingLeo Tenenbaum
2019-10-25compile time arrays and slices!Leo Tenenbaum
2019-10-24started getting compile time arrays and slices to workLeo Tenenbaum
2019-10-24better support for compile time tuplesLeo Tenenbaum
2019-10-24pointer arithmeticLeo Tenenbaum
2019-10-22string literals are now slices; minor bug fixesLeo Tenenbaum
2019-10-22checked for NULL return value from calloc in outputLeo Tenenbaum
2019-10-22fixed constantsLeo Tenenbaum
2019-10-22improved new slice (removed pre)Leo Tenenbaum
2019-10-21finished slice notationLeo Tenenbaum
2019-10-21mostly did slice notation (e.g. x[3:5])Leo Tenenbaum
2019-10-21del slicesLeo Tenenbaum
2019-10-21compile time recursionLeo Tenenbaum
2019-10-21compile time slice at indexLeo Tenenbaum
2019-10-21run time slice at index; started compile timeLeo Tenenbaum
2019-10-20mostly fixed compile time newLeo Tenenbaum
2019-10-20started fixing compile time newLeo Tenenbaum
2019-10-20improved new; new slicesLeo Tenenbaum
2019-10-19parameters passed as pointersLeo Tenenbaum
2019-10-18started slicesLeo Tenenbaum
2019-10-18arr stuffLeo Tenenbaum
2019-10-18while, block exprsLeo Tenenbaum
2019-10-18block tuple ret valsLeo Tenenbaum
2019-10-17basic cgen block return valuesLeo Tenenbaum
2019-10-17tuples are mostly workingLeo Tenenbaum
2019-10-15started cgen tuplesLeo Tenenbaum
2019-10-15more out params, fixed anon fnsLeo Tenenbaum
2019-10-14minor improvements, including output indentationLeo Tenenbaum
2019-10-14made parameters immutable; fixed other things involving immutabilityLeo Tenenbaum
2019-10-14more out paramsLeo Tenenbaum
2019-10-11stating to make returns work for out param fnsLeo Tenenbaum
2019-10-11bug fixes, function callsLeo Tenenbaum
2019-10-11more cgen (bin ops, direct c)Leo Tenenbaum
2019-10-10cgen more types, unary, etc.Leo Tenenbaum
2019-10-09started cgenLeo Tenenbaum
2019-10-08eval fn calling (eval is done!!)Leo Tenenbaum
2019-10-08fixed array access lval bugsLeo Tenenbaum
2019-10-07started eval unary &, but not done yetLeo Tenenbaum
2019-10-07compile time at indexLeo Tenenbaum
2019-10-07more eval, but there are bugsLeo Tenenbaum
2019-10-06some work on compile time array accessesLeo Tenenbaum
2019-10-06a few small bug fixes involving evalLeo Tenenbaum
2019-10-06compile-time idents and tuplesLeo Tenenbaum