summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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-17removed unnecessary t->flags |= TYPE_IS_RESOLVED;Leo Tenenbaum
and some other minor corrections
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-16switched to labels for break/continue so that switch works in the futureLeo 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-15removed whereLeo 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-14fixed indentationLeo Tenenbaum
2020-03-13...Leo Tenenbaum
2020-03-13fixed bug involving cgen_valLeo Tenenbaum
2020-03-13fixed various build problemsLeo Tenenbaum
2020-03-13silenced some compiler warnings about avcallLeo Tenenbaum
2020-03-13fixed small 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-13toc v. 0.4Leo Tenenbaum
2020-03-13varargs lenLeo Tenenbaum
2020-03-13typeof!Leo Tenenbaum
2020-03-13got rid of some temporary variables in outputLeo Tenenbaum
2020-03-13improved FnExpr structureLeo Tenenbaum
2020-03-12fixed problems with varargsLeo Tenenbaum
2020-03-12foreign varargs almost workingLeo Tenenbaum
2020-03-12added varargs test, showed that somethings wrongLeo Tenenbaum
2020-03-12#foreign varargsLeo Tenenbaum
2020-03-12started #foreign varargsLeo Tenenbaum
2020-03-12fixed problem with const varargsLeo Tenenbaum
2020-03-11removed unnecessary part of build scriptLeo Tenenbaum
2020-03-11improved bsd supportLeo 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