summaryrefslogtreecommitdiff
path: root/types.c
AgeCommit message (Expand)Author
2020-03-03more bug fixingLeo Tenenbaum
2020-03-03fixing const param bugLeo 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-26cleaned up a few TODOsLeo Tenenbaum
2020-02-26removed unneeded functionsLeo Tenenbaum
2020-02-26moved errors from cgen to types.cLeo Tenenbaum
2020-02-26Status, removed errors from sdecls_cgenLeo Tenenbaum
2020-02-25cleanup and new test: arr3Leo Tenenbaum
2020-02-25compatibility cleanupLeo Tenenbaum
2020-02-25much better circular dependency checking system for structsLeo Tenenbaum
2020-02-25fixed bugs with new arg order systemLeo Tenenbaum
2020-02-25more work on switching to new arg order systemLeo Tenenbaum
2020-02-24started improving 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-24struct param inferenceLeo 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-19more struct paramsLeo 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-14minor improvements and preparing for struct argumentsLeo 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-07added warning for expression statements with compile only typesLeo Tenenbaum
2020-02-07fixed leaksLeo Tenenbaum
2020-02-07allow namespace access with nms[string]Leo Tenenbaum
2020-02-07finished new ident systemLeo Tenenbaum
2020-02-07new ident system working except for nmsLeo Tenenbaum
2020-02-07new ident system almost workingLeo Tenenbaum
2020-02-07still trying to fix new identsLeo Tenenbaum
2020-02-06new ident system working except for templatesLeo Tenenbaum
2020-02-06more new identsLeo Tenenbaum