summaryrefslogtreecommitdiff
path: root/toc.c
AgeCommit message (Expand)Author
2020-02-24struct param inferenceLeo Tenenbaum
2020-02-07fixed leaksLeo Tenenbaum
2020-02-07new ident system almost workingLeo Tenenbaum
2020-02-07still trying to fix new identsLeo Tenenbaum
2020-02-05switching to new ident system and wow it makes everything so much simplerLeo Tenenbaum
2020-02-04bug fixesLeo Tenenbaum
2020-02-04new test: nmsLeo Tenenbaum
2020-01-29started namespacesLeo Tenenbaum
2020-01-29got rid of packages.Leo Tenenbaum
2020-01-27#includeLeo Tenenbaum
2020-01-25passing structs to foreign functionsLeo Tenenbaum
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