summaryrefslogtreecommitdiff
path: root/toc.c
AgeCommit message (Expand)Author
2019-12-14fixed problem with inferLeo Tenenbaum
2019-12-09more stuff for inferred paramsLeo Tenenbaum
2019-12-07added licenseLeo Tenenbaum
2019-12-02cleanupLeo Tenenbaum
2019-11-30got rid of TYPE_USER!!Leo Tenenbaum
2019-11-28started dealing with calling "type functions"Leo Tenenbaum
2019-11-24started to get fn(t @ Type, x: t) to workLeo Tenenbaum
2019-11-20fixed some bugs; caused some othersLeo Tenenbaum
2019-11-17started writing code to copy exprs and other stuffLeo Tenenbaum
2019-11-17moved constant param system to typing.Leo Tenenbaum
2019-11-10wrote value hash table for compile time argumentsLeo Tenenbaum
2019-11-09got rid of _FLAG_ everywhereLeo Tenenbaum
2019-11-03replaced user-defined type system (there are still bugs apparently though)Leo Tenenbaum
2019-10-31fixed some bugs involving trying to call future functions at compile time; no...Leo Tenenbaum
2019-10-31a.b as an lvalueLeo Tenenbaum
2019-10-29fixed problems with user-defined types and out paramsLeo Tenenbaum
2019-10-27minor fixes to silence warnings when building releaseLeo Tenenbaum
2019-10-09started cgenLeo Tenenbaum
2019-10-07more eval, but there are bugsLeo Tenenbaum
2019-10-03started switching array systemLeo Tenenbaum
2019-10-02eval castingLeo Tenenbaum
2019-10-01Integer, UInteger => int64_t, uint64_tLeo Tenenbaum
2019-10-01restarted eval, this time with macros!Leo Tenenbaum
2019-09-29continued allocatorLeo Tenenbaum
2019-09-29made allocator; will switch to it soonLeo Tenenbaum
2019-09-27added converter from named arguments to non-namedLeo Tenenbaum
2019-09-21fixed a bit of parsingLeo Tenenbaum
2019-09-18improved fn paramsLeo Tenenbaum
2019-09-07a few more thingsLeo Tenenbaum
2019-08-29More constant expressionsLeo Tenenbaum
2019-08-29Added fixed-size arraysLeo Tenenbaum
2019-08-28cleaned up code; fixed some function stuffLeo Tenenbaum
2019-08-24improved functions; added header fileLeo Tenenbaum
2019-08-22generating function declarations & definitionsLeo Tenenbaum
2019-08-22Started code generationLeo Tenenbaum
2019-08-21started identificationLeo Tenenbaum
2019-08-19Added parentheses to expressionsLeo Tenenbaum