summaryrefslogtreecommitdiff
path: root/test.toc
AgeCommit message (Expand)Author
2020-01-25passing structs to foreign functionsLeo Tenenbaum
2020-01-25fixed cgen tuplesLeo Tenenbaum
2020-01-25improved location systemLeo Tenenbaum
2020-01-24fixed return declarationsLeo Tenenbaum
2020-01-24fixed eval call problem + more #builtinLeo Tenenbaum
2020-01-24more #builtinLeo Tenenbaum
2020-01-24fixed operator precedence for asLeo Tenenbaum
2020-01-23aghLeo Tenenbaum
2020-01-23no foreign parametersLeo Tenenbaum
2020-01-23improved parsing fn types; fixed testsLeo Tenenbaum
2020-01-22new std/ioLeo Tenenbaum
2020-01-22runtime foreignLeo Tenenbaum
2020-01-21int literal bug fixLeo Tenenbaum
2020-01-21only load libraries onceLeo Tenenbaum
2020-01-20only load function pointers onceLeo Tenenbaum
2020-01-19#foreign is kinda working now!Leo 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-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-14extern variable declarationsLeo Tenenbaum
2020-01-14named args for imported fnsLeo Tenenbaum
2020-01-14improved C names of exported thingsLeo Tenenbaum
2020-01-13more packagesLeo Tenenbaum
2020-01-11eval for imported stuffLeo 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 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-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
2020-01-08reading package name and codeLeo Tenenbaum
2020-01-06started importingLeo Tenenbaum
2020-01-06fixed #alignofLeo Tenenbaum
2020-01-06fixed bug with cgen structsLeo Tenenbaum
2020-01-06so: tuples need a different syntax because (int, int) couldLeo Tenenbaum
2020-01-06changed syntax for tuples to allow for complicated typesLeo Tenenbaum