summaryrefslogtreecommitdiff
path: root/test.toc
AgeCommit message (Expand)Author
2020-03-07more varargsLeo Tenenbaum
2020-03-04started varargsLeo Tenenbaum
2020-03-04fixed std/arr.tocLeo Tenenbaum
2020-03-04slightly improved infer error message; still needs workLeo Tenenbaum
2020-03-03seem to have fully fixed bugLeo Tenenbaum
2020-03-03bug almost fixedLeo Tenenbaum
2020-03-03more bug fixingLeo Tenenbaum
2020-03-03fixing const param bugLeo Tenenbaum
2020-03-03fixed array argument bugLeo Tenenbaum
2020-03-03added new test and discovered bugLeo Tenenbaum
2020-03-03new, better test systemLeo Tenenbaum
2020-03-03static ifLeo Tenenbaum
2020-03-02started #ifLeo Tenenbaum
2020-03-02got rid of Location in TypeLeo Tenenbaum
2020-03-01accessing struct constants/params just using the typeLeo Tenenbaum
2020-03-01switched some expression kinds to using pointers so that sizeof(Expression) i...Leo Tenenbaum
2020-03-01constants in structsLeo Tenenbaum
2020-03-01casting to #C typesLeo Tenenbaum
2020-03-01better #foreign systemLeo Tenenbaum
2020-02-29new foreign system working like old one did nowLeo Tenenbaum
2020-02-29more #foreignLeo Tenenbaum
2020-02-28started new #foreign systemLeo Tenenbaum
2020-02-27forced #includeLeo Tenenbaum
2020-02-27only #include stuff onceLeo Tenenbaum
2020-02-27running stuff at compile time without assigning it to a constantLeo Tenenbaum
2020-02-26syntax for including something into a namespaceLeo Tenenbaum
2020-02-26cgen no longer produces errors!Leo Tenenbaum
2020-02-26moved errors from cgen to types.cLeo Tenenbaum
2020-02-26Status, removed errors from sdecls_cgenLeo Tenenbaum
2020-02-26added x, _ := fn_which_returns_tuple();Leo Tenenbaum
2020-02-25much better circular dependency checking system for structsLeo Tenenbaum
2020-02-25more work on switching to new arg order systemLeo Tenenbaum
2020-02-24accessing struct parameters with .Leo Tenenbaum
2020-02-24oops turns out we werent generating redeclaration errorsLeo Tenenbaum
2020-02-24a bit of cleanupLeo Tenenbaum
2020-02-24struct param inferenceLeo Tenenbaum
2020-02-21started inferring struct paramsLeo Tenenbaum
2020-02-21fixed several bugs with struct parametersLeo Tenenbaum
2020-02-20fixing default arguments for parameterized structsLeo Tenenbaum
2020-02-20finished parameterized structs but found a bugLeo Tenenbaum
2020-02-19struct parameters mostly working, but for some reason it doesnt want to leave...Leo Tenenbaum
2020-02-19struct parameters seem to be workingLeo Tenenbaum
2020-02-16typing struct paramsLeo Tenenbaum
2020-02-15more struct params & reverted to StructDef *struc;Leo Tenenbaum
2020-02-15more struct paramsLeo Tenenbaum
2020-02-14more struct paramsLeo Tenenbaum
2020-02-13various bug fixes (return declarations & circularly dependent types)Leo Tenenbaum
2020-02-12got rid of #cache; decided it wasnt the way to goLeo Tenenbaum
2020-02-11started #cache, but not fully working yetLeo Tenenbaum
2020-02-09made cgen pass arrays by valueLeo Tenenbaum