summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-02got rid of Location in TypeLeo Tenenbaum
2020-03-01removed unnecessary Location parameters from cgen stuffLeo 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-01improved command line arguments for compiler (added -no-color)Leo 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-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-25cleanup and new test: arr3Leo Tenenbaum
2020-02-25compatibility cleanupLeo Tenenbaum
2020-02-25much better circular dependency checking system for structsLeo Tenenbaum
2020-02-25minor bits of cleanupLeo Tenenbaum
2020-02-25fixed bugs with new arg order systemLeo Tenenbaum
2020-02-25cleaned up a few things so that msvc build still worksLeo 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-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-20fixed compile time slice bugLeo Tenenbaum
2020-02-20finished parameterized structs but found a bugLeo Tenenbaum
2020-02-19more struct paramsLeo 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-16deleted old abbrevsLeo Tenenbaum
2020-02-16typing struct paramsLeo Tenenbaum
2020-02-15fixed disabling foreignLeo 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