summaryrefslogtreecommitdiff
path: root/test.toc
AgeCommit message (Expand)Author
2020-03-19fixed IDECL_EXPR bug; version 0.5Leo Tenenbaum
2020-03-19removed old tuple code, found a bugLeo Tenenbaum
2020-03-19simplified tuple type syntax, fixed some problems with tuplesLeo Tenenbaum
2020-03-18cant return a #C, improved defer testLeo Tenenbaum
2020-03-18defer seems to be fully workingLeo Tenenbaum
2020-03-18got rid of old code for while/for ret exprsLeo Tenenbaum
2020-03-18defer seems to be working with functions nowLeo Tenenbaum
2020-03-17all tests working and defer is coming alongLeo Tenenbaum
2020-03-17started deferLeo Tenenbaum
2020-03-17imrpoved block ret val situationLeo Tenenbaum
2020-03-16updated tests, fixed bugsLeo Tenenbaum
2020-03-16made new and del functionsLeo Tenenbaum
2020-03-16assuming people know what they are doing with foreign variadic functionsLeo Tenenbaum
2020-03-16sizeof, alignofLeo Tenenbaum
2020-03-16made #sizeof only take a typeLeo Tenenbaum
2020-03-16removed for/while ret exprsLeo Tenenbaum
2020-03-16break, continueLeo Tenenbaum
2020-03-16oops forgot about while!Leo Tenenbaum
2020-03-16runtime break/continueLeo Tenenbaum
2020-03-15got rid of need for ; following f ::= fn() {} etc.Leo Tenenbaum
2020-03-15#error, realized this can replace whereLeo Tenenbaum
2020-03-14fixed problems with foreign varargsLeo Tenenbaum
2020-03-14discovered foreign varargs bugLeo Tenenbaum
2020-03-13fixed eval returning from an includeLeo Tenenbaum
2020-03-13added where conditions for functions, discovered bug with eval returningLeo Tenenbaum
2020-03-13varargs lenLeo Tenenbaum
2020-03-13typeof!Leo Tenenbaum
2020-03-12fixed problems with varargsLeo Tenenbaum
2020-03-12foreign varargs almost workingLeo Tenenbaum
2020-03-12#foreign varargsLeo Tenenbaum
2020-03-12started #foreign varargsLeo Tenenbaum
2020-03-12fixed problem with const varargsLeo Tenenbaum
2020-03-11cleanup and varargs bugfixLeo Tenenbaum
2020-03-11passing varargs seemingly fully workingLeo Tenenbaum
2020-03-11passing varargs to varargs functions almost workingLeo Tenenbaum
2020-03-11prevent varargs[i] from being an lvalueLeo Tenenbaum
2020-03-11no semiconst or struct varargsLeo Tenenbaum
2020-03-11error message for default varargsLeo Tenenbaum
2020-03-11indices in varargs for loopsLeo Tenenbaum
2020-03-10varargs seem to be fully working nowLeo Tenenbaum
2020-03-10fixed varargs lookupLeo Tenenbaum
2020-03-10for loop over varargs; many things are still brokenLeo Tenenbaum
2020-03-10non-const varargs also working at compile time!Leo Tenenbaum
2020-03-10non-const varargs seem to be working at runtimeLeo Tenenbaum
2020-03-10const varargs workingLeo Tenenbaum
2020-03-09more varargsLeo Tenenbaum
2020-03-09more varargs and bugfixesLeo Tenenbaum
2020-03-08more varargsLeo Tenenbaum
2020-03-08cleaned up table_index codeLeo Tenenbaum
2020-03-08more varargsLeo Tenenbaum