summaryrefslogtreecommitdiff
path: root/test.toc
AgeCommit message (Expand)Author
2020-07-15...Leo Tenenbaum
2020-07-15more type informationLeo Tenenbaum
2020-07-15removed named struct args, fixed type information for struct instancesLeo Tenenbaum
2020-07-15fix struct definition generation orderLeo Tenenbaum
2020-07-14type information finishedLeo Tenenbaum
2020-07-13static for seems to be working; also fixed some eval stuffLeo Tenenbaum
2020-07-13started #for, also fixed some other stuff (including io.puti)Leo Tenenbaum
2020-07-13more type informationLeo Tenenbaum
2020-07-12some type information; not tested yetLeo Tenenbaum
2020-07-12fixed bin op problems, added testing types for equalityLeo Tenenbaum
2020-07-12fixed local #foreign functionsLeo Tenenbaum
2020-07-12reduce number of errors if an include failedLeo Tenenbaum
2020-07-12//Leo Tenenbaum
2020-07-12disallow using templates before they are declaredLeo Tenenbaum
2020-07-11improved the way value memory management worksLeo Tenenbaum
2020-07-10oops fixed setting stack-allocated arrs/structsLeo Tenenbaum
2020-07-10fixed problem where wrong argument type wasnt being detectedLeo Tenenbaum
2020-07-10fixed problem unveiled by making types smallerLeo Tenenbaum
2020-07-10some cleanupLeo Tenenbaum
2020-07-10big changes to the way for loops workLeo Tenenbaum
2020-07-09dont have to invoke C compiler separately anymoreLeo Tenenbaum
2020-07-09fixed some bugs with tuples, new version of writeiLeo Tenenbaum
2020-07-09some bugfixes involving tuple return values; also found some related bugsLeo Tenenbaum
2020-07-08debug and release builds; reading files still not fully testedLeo Tenenbaum
2020-07-07reading from stdin; file reading not tested that much yetLeo Tenenbaum
2020-07-07oops fclose fixedLeo Tenenbaum
2020-07-03io is working but slowLeo Tenenbaum
2020-07-03removed ability to evaluate a function before it is declared at compile time;...Leo Tenenbaum
2020-06-27figured out what the problem with the types test wasLeo Tenenbaum
2020-06-27#initLeo Tenenbaum
2020-06-26fix problem where file included twice was cgenerated twiceLeo Tenenbaum
2020-06-26finished moving #include to parsingLeo Tenenbaum
2020-06-24started moving #include to parsing; not working yetLeo Tenenbaum
2020-06-23fixed some problems with globalsLeo Tenenbaum
2020-06-22found bug with evaling future functionsLeo Tenenbaum
2020-06-21everything now working with blocks not returning valuesLeo Tenenbaum
2020-06-21fixed some problems with tr->block being wrong, still not fully workingLeo Tenenbaum
2020-05-23started fixing tests; found bugLeo Tenenbaum
2020-05-23some cleanup involving blocks no longer having ret_exprsLeo Tenenbaum
2020-05-23turned if, while, for, block into statementsLeo Tenenbaum
2020-05-23started removing block ret_exprLeo Tenenbaum
2020-05-19got rid of decls_cgen, cleaned up a bunch of stuffLeo Tenenbaum
2020-05-13check for circular includesLeo Tenenbaum
2020-05-13got rid of UNARY_LENLeo Tenenbaum
2020-05-13fixed some problems with cgen_recurse_stuffLeo Tenenbaum
2020-05-13fixed segfault following #include errorLeo Tenenbaum
2020-05-12fixed struct #ifsLeo Tenenbaum
2020-05-11fixed some problems you can get when you put a function in a structLeo Tenenbaum
2020-05-10fixed that namespace problemLeo Tenenbaum
2020-05-09found bug with namespacesLeo Tenenbaum