summaryrefslogtreecommitdiff
path: root/toc.c
AgeCommit message (Expand)Author
2020-01-22runtime foreignLeo Tenenbaum
2020-01-19extracted hash table for future use by foreign to avoid loading libraries twiceLeo Tenenbaum
2020-01-19#foreign is kinda working now!Leo Tenenbaum
2020-01-19more #foreignLeo Tenenbaum
2020-01-17Location bug fix and (&Package).somethingLeo Tenenbaum
2020-01-14declarations of imported things in C!!!Leo Tenenbaum
2020-01-11renamed typedefs_cgen.cLeo Tenenbaum
2020-01-11removed unnecessary c code generationLeo Tenenbaum
2020-01-10realized i need to be able to export untyped expressions!Leo Tenenbaum
2020-01-09changed TYPE_TYPE,PKG to TYPE_BUILTINsLeo Tenenbaum
2020-01-08more importing (also turns out export is a keyword in c++)Leo Tenenbaum
2020-01-07put small functions together and cleaned up float exportingLeo Tenenbaum
2020-01-04fixed potential future bug, which wasnt causing problems right nowLeo Tenenbaum
2020-01-03fixed a bug with returningLeo Tenenbaum
2020-01-03small things for more standard complianceLeo Tenenbaum
2020-01-02fixed goto problem when compiling as c++Leo Tenenbaum
2020-01-02updated copyright yearLeo Tenenbaum
2019-12-27fixed error reporting; more exportLeo Tenenbaum
2019-12-22more exportingLeo Tenenbaum
2019-12-22started exporting systemLeo Tenenbaum
2019-12-18fixed leaksLeo Tenenbaum
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