summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2019-12-09more stuff for inferred paramsLeo Tenenbaum
2019-12-08checking for duplicate argsLeo Tenenbaum
2019-12-08fixed named argsLeo Tenenbaum
2019-12-07more docsLeo 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 a double free bugLeo 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-06new testLeo Tenenbaum
2019-12-06fixed bug (we shouldntve resolved the return type when we dont resolve the pa...Leo Tenenbaum
2019-12-06@ => :: (looks nicer)Leo Tenenbaum
2019-12-05Arr works!!!!Leo Tenenbaum
2019-12-02cleanupLeo 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-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-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-22fixed type parametersLeo Tenenbaum
2019-11-20fixed some bugs; caused some othersLeo Tenenbaum
2019-11-19finally got type params to workLeo Tenenbaum
2019-11-19fixed problems with const paramsLeo Tenenbaum
2019-11-18stuff with type paramsLeo Tenenbaum
2019-11-17declarations of fns with const paramsLeo Tenenbaum
2019-11-17moved constant param system to typing.Leo Tenenbaum
2019-11-16:@Leo Tenenbaum
2019-11-16bug fixes, return declaration initializersLeo Tenenbaum
2019-11-14cleaning up some stuffLeo Tenenbaum
2019-11-13..Leo Tenenbaum
2019-11-13fixed a bunch of bugs!!Leo Tenenbaum
2019-11-13evaluating default argumentsLeo Tenenbaum
2019-11-13fixed some problems with compile time paramsLeo Tenenbaum
2019-11-12improved compile time paramsLeo Tenenbaum
2019-11-12compile time parametersLeo Tenenbaum
2019-11-11declarations for functions with constant parametersLeo Tenenbaum
2019-11-10wrote value hash table for compile time argumentsLeo Tenenbaum