summaryrefslogtreecommitdiff
path: root/test.toc
AgeCommit message (Expand)Author
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-07fixed problem with default argumentsLeo Tenenbaum
2019-12-07reduced copying and other cleanupLeo 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-03doing Arr(T); fixed some stuff, but there are still bugsLeo Tenenbaum
2019-12-02fixed type ret vals bug!Leo Tenenbaum
2019-12-02cleanupLeo Tenenbaum
2019-12-01improved vbs (now its done during typing instead of parsing)Leo 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-30cleanup, found a weird bugLeo Tenenbaum
2019-11-30got rid of TYPE_USER!!Leo Tenenbaum
2019-11-27started to set up type parametersLeo 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-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
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-18trying to do const type paramsLeo Tenenbaum
2019-11-17started writing code to copy exprs and other stuffLeo 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