summaryrefslogtreecommitdiff
path: root/infer.c
AgeCommit message (Collapse)Author
2020-02-25minor bits of cleanupLeo Tenenbaum
2020-02-25fixed bugs with new arg order systemLeo Tenenbaum
also now struct parameters are "officially" part of the language
2020-02-24started improving arg order systemLeo Tenenbaum
2020-02-24struct param inferenceLeo Tenenbaum
2020-02-21started inferring struct paramsLeo Tenenbaum
2020-02-20fixing default arguments for parameterized structsLeo Tenenbaum
2020-02-19more struct paramsLeo Tenenbaum
2020-02-15more struct params & reverted to StructDef *struc;Leo Tenenbaum
2020-02-14minor improvements and preparing for struct argumentsLeo Tenenbaum
2020-02-06more work on new ident system; not quite working yetLeo Tenenbaum
2020-01-17code cleanup (FnExpr now contains Location)Leo Tenenbaum
2020-01-10made Field.type not a pointerLeo Tenenbaum
2020-01-09changed TYPE_TYPE,PKG to TYPE_BUILTINsLeo Tenenbaum
2020-01-07formatting (emacs doesnt like my tabs)Leo Tenenbaum
2020-01-06changed syntax for tuples to allow for complicated typesLeo Tenenbaum
2020-01-04formattingLeo Tenenbaum
2019-12-16better inferenceLeo Tenenbaum
2019-12-15updated readmeLeo Tenenbaum
2019-12-15bug fixes for inferenceLeo Tenenbaum
2019-12-15call inference!!!Leo Tenenbaum
2019-12-15got rid of parse_printing_after_types; still working on call inferenceLeo Tenenbaum
2019-12-14trying to get call inference to workLeo Tenenbaum
2019-12-14extracted out arg reordering thing cause i will need it for inferLeo Tenenbaum
2019-12-14inferLeo Tenenbaum
2019-12-14basic inferred paramsLeo Tenenbaum
2019-12-13more inferLeo Tenenbaum
2019-12-12more infer setup and better arr_foreachLeo Tenenbaum
2019-12-12...Leo Tenenbaum
2019-12-11finally probably have a good version of what infer should doLeo Tenenbaum
2019-12-11more inferLeo Tenenbaum
2019-12-09more stuff for inferred paramsLeo Tenenbaum
2019-08-28cleaned up code; fixed some function stuffLeo Tenenbaum
2019-08-27basic type inferenceLeo Tenenbaum
2019-08-23Cleaned up codeLeo Tenenbaum