summaryrefslogtreecommitdiff
path: root/types.c
AgeCommit message (Expand)Author
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-10made Expression smallerLeo Tenenbaum
2019-12-09more stuff for inferred paramsLeo Tenenbaum
2019-12-08changed post to preincrement (it actually does make a difference with tcc)Leo Tenenbaum
2019-12-08checking for duplicate argsLeo Tenenbaum
2019-12-08allowed parameters with default values before params without as long as theyr...Leo Tenenbaum
2019-12-08fixed named argsLeo Tenenbaum
2019-12-08fixed problem with flexible typesLeo Tenenbaum
2019-12-08discovered a bug with flexible types while cleaning up argsLeo Tenenbaum
2019-12-07fixed something weird going on with the tokenizer that might be a bug in clangLeo Tenenbaum
2019-12-07switched from structure."field" to structure["field"]Leo Tenenbaum
2019-12-07fixed problem with default argumentsLeo Tenenbaum
2019-12-07reduced copying and other cleanupLeo Tenenbaum
2019-12-07added licenseLeo Tenenbaum
2019-12-06fixed another problem with ret_declsLeo Tenenbaum
2019-12-06fixed a problem with ret decls but found anotherLeo Tenenbaum
2019-12-06cleanupLeo Tenenbaum
2019-12-06fixed a problem with default argumentsLeo Tenenbaum
2019-12-06fixed bug (we shouldntve resolved the return type when we dont resolve the pa...Leo Tenenbaum
2019-12-06cleaned up instance typing code (which fixed a bug)Leo Tenenbaum
2019-12-06@ => :: (looks nicer)Leo Tenenbaum
2019-12-05Arr works!!!!Leo Tenenbaum
2019-12-04really figured out whats going on with Arr.Leo Tenenbaum
2019-12-03fixed another problem, and now I kind of know whats going on with ArrLeo Tenenbaum
2019-12-03fixed another problem, but Arr still aint workinLeo Tenenbaum
2019-12-03fixed problem with checking for non-constant type declarationsLeo Tenenbaum
2019-12-02cleanupLeo Tenenbaum
2019-12-01improved vbs (now its done during typing instead of parsing)Leo Tenenbaum
2019-11-30trying to make this compilable with a c++ compilerLeo Tenenbaum
2019-11-30fixed was_expr bugLeo Tenenbaum
2019-11-30fixed some bugs involving returning typesLeo Tenenbaum
2019-11-30basic type returningLeo Tenenbaum
2019-11-30fixed bugLeo Tenenbaum
2019-11-30got rid of TYPE_USER!!Leo Tenenbaum
2019-11-28started dealing with calling "type functions"Leo Tenenbaum
2019-11-27fixed problem where functions could have tuple parametersLeo Tenenbaum
2019-11-26cleanup, switched to enums for flagsLeo Tenenbaum
2019-11-25fixed problem which caused bf test to failLeo Tenenbaum
2019-11-25cleaning upLeo Tenenbaum
2019-11-25fixed problems with return declarationsLeo Tenenbaum
2019-11-25fixed multiple idents in one param declLeo Tenenbaum
2019-11-25fixed problem with flexible typesLeo Tenenbaum
2019-11-24finally fixed all the problems with type paramsLeo Tenenbaum
2019-11-24started to get fn(t @ Type, x: t) to workLeo Tenenbaum
2019-11-20started to turn type parameters into aliasesLeo Tenenbaum
2019-11-20fixed problem with type paramsLeo Tenenbaum
2019-11-20fixed some bugs; caused some othersLeo Tenenbaum