summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-21only load libraries onceLeo Tenenbaum
2020-01-20only load function pointers onceLeo Tenenbaum
2020-01-19extracted hash table for future use by foreign to avoid loading libraries twiceLeo Tenenbaum
2020-01-19fixed foreign for release buildLeo Tenenbaum
2020-01-19#foreign is kinda working now!Leo Tenenbaum
2020-01-19more #foreignLeo Tenenbaum
2020-01-19more work on #foreignLeo Tenenbaum
2020-01-18started #foreignLeo Tenenbaum
2020-01-17Location bug fix and (&Package).somethingLeo Tenenbaum
2020-01-17code cleanup (FnExpr now contains Location)Leo Tenenbaum
2020-01-16deleted unnecessary filesLeo Tenenbaum
2020-01-16better packages. also started std/io pkg (wrote hello world in toc!)Leo Tenenbaum
2020-01-15fixed several problems with packages. arr_foreach works now!Leo Tenenbaum
2020-01-15fixing packages more. more to comeLeo Tenenbaum
2020-01-15fixing bugs with pkgsLeo Tenenbaum
2020-01-14fixed struct decls (tests pass now)Leo Tenenbaum
2020-01-14declarations of imported things in C!!!Leo Tenenbaum
2020-01-14extern variable declarationsLeo Tenenbaum
2020-01-14named args for imported fnsLeo Tenenbaum
2020-01-14better exported C name systemLeo Tenenbaum
2020-01-14packages finally mostly working!Leo Tenenbaum
2020-01-14improved C names of exported thingsLeo Tenenbaum
2020-01-13more packagesLeo Tenenbaum
2020-01-12fixed memory leaksLeo Tenenbaum
2020-01-12better identifier system (uses much less memory)Leo Tenenbaum
2020-01-11eval for imported stuffLeo Tenenbaum
2020-01-11renamed typedefs_cgen.cLeo Tenenbaum
2020-01-11importing expressions (kind of working!)]Leo Tenenbaum
2020-01-11fixed clang warningLeo Tenenbaum
2020-01-11finished import_valLeo Tenenbaum
2020-01-11importing some values!Leo Tenenbaum
2020-01-11removed unnecessary c code generationLeo Tenenbaum
2020-01-11changed the way struct names workLeo Tenenbaum
2020-01-11fixed problem with importing declsLeo Tenenbaum
2020-01-11fixed importing bugLeo Tenenbaum
2020-01-11improved error message for too many (sLeo Tenenbaum
2020-01-10made #size/alignof unary opsLeo Tenenbaum
2020-01-10realized i need to be able to export untyped expressions!Leo Tenenbaum
2020-01-10made Field.type not a pointerLeo Tenenbaum
2020-01-10more importingLeo Tenenbaum
2020-01-10more importingLeo Tenenbaum
2020-01-10importing locationsLeo Tenenbaum
2020-01-10a bit more importingLeo Tenenbaum
2020-01-10fixed str_copyLeo Tenenbaum
2020-01-10problematic circular dependency trackerLeo Tenenbaum
2020-01-10allow direct circular dependenciesLeo Tenenbaum
2020-01-10allow circular dependencies in structsLeo Tenenbaum
2020-01-09changed TYPE_TYPE,PKG to TYPE_BUILTINsLeo Tenenbaum
2020-01-09better error systemLeo Tenenbaum
2020-01-09switched to new error system!Leo Tenenbaum