summaryrefslogtreecommitdiff
path: root/types.h
AgeCommit message (Expand)Author
2020-01-31more namespacesLeo Tenenbaum
2020-01-30more namespacesLeo Tenenbaum
2020-01-29started namespacesLeo Tenenbaum
2020-01-29got rid of packages.Leo Tenenbaum
2020-01-27started nested packagesLeo Tenenbaum
2020-01-27fixed #include scoping problemsLeo Tenenbaum
2020-01-27#includeLeo Tenenbaum
2020-01-25seem to have fully fixed packagesLeo Tenenbaum
2020-01-25mostly fixed packagesLeo Tenenbaum
2020-01-25more #builtin. realized theres a problem with pkgs...Leo Tenenbaum
2020-01-25each => forLeo Tenenbaum
2020-01-25improved location systemLeo Tenenbaum
2020-01-25cleaned up copyingLeo Tenenbaum
2020-01-24fixed eval call problem + more #builtinLeo Tenenbaum
2020-01-24more #builtinLeo Tenenbaum
2020-01-22runtime foreignLeo Tenenbaum
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-19more work on #foreignLeo Tenenbaum
2020-01-18started #foreignLeo 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-14extern variable declarationsLeo Tenenbaum
2020-01-14named args for imported fnsLeo 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-11importing expressions (kind of working!)]Leo Tenenbaum
2020-01-11finished import_valLeo Tenenbaum
2020-01-11changed the way struct names workLeo Tenenbaum
2020-01-11fixed problem with importing declsLeo 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-10problematic circular dependency trackerLeo 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
2020-01-09started changing location systemLeo Tenenbaum
2020-01-08importing identifiersLeo Tenenbaum
2020-01-08reading package name and codeLeo Tenenbaum
2020-01-08more importing (also turns out export is a keyword in c++)Leo Tenenbaum
2020-01-08finished read_ functionsLeo Tenenbaum
2020-01-07naming consistencyLeo Tenenbaum