summaryrefslogtreecommitdiff
path: root/test.toc
AgeCommit message (Expand)Author
2020-01-04more exporting + bugfixLeo Tenenbaum
2020-01-04vlqs for exportingLeo Tenenbaum
2020-01-04more exportingLeo Tenenbaum
2020-01-03fixed a bug with returningLeo Tenenbaum
2020-01-03improved the way #sizeof and #alignof workLeo Tenenbaum
2020-01-03small things for more standard complianceLeo Tenenbaum
2020-01-02fixed goto problem when compiling as c++Leo Tenenbaum
2020-01-02more exporting... this is gonna take a whileLeo Tenenbaum
2019-12-29fixed the bugLeo Tenenbaum
2019-12-27more work on exporting (floats), discovered bugLeo Tenenbaum
2019-12-27fixed error reporting; more exportLeo Tenenbaum
2019-12-26more exportLeo Tenenbaum
2019-12-22more exportingLeo Tenenbaum
2019-12-22started exporting systemLeo Tenenbaum
2019-12-16fixing type bugLeo Tenenbaum
2019-12-16better inferenceLeo Tenenbaum
2019-12-16got rid of coloncolonLeo Tenenbaum
2019-12-15updated readmeLeo Tenenbaum
2019-12-15got everything working for new test: arr2Leo Tenenbaum
2019-12-15bug fixes for inferenceLeo Tenenbaum
2019-12-15got rid of expr__ when theres only one identLeo Tenenbaum
2019-12-15call inference!!!Leo Tenenbaum
2019-12-14trying to get call inference to workLeo Tenenbaum
2019-12-14fixed bug with inferenceLeo Tenenbaum
2019-12-14fixed problem with inferLeo Tenenbaum
2019-12-14basic inferred paramsLeo Tenenbaum
2019-12-11more inferLeo Tenenbaum
2019-12-11fixed some cgen stuffLeo Tenenbaum
2019-12-09more stuff for inferred paramsLeo Tenenbaum
2019-12-08changed post to preincrement (it actually does make a difference with tcc)Leo Tenenbaum
2019-12-08checking for duplicate argsLeo Tenenbaum
2019-12-08allowed parameters with default values before params without as long as theyr...Leo Tenenbaum
2019-12-08fixed named argsLeo Tenenbaum
2019-12-08fixed problem with flexible typesLeo Tenenbaum
2019-12-08discovered a bug with flexible types while cleaning up argsLeo Tenenbaum
2019-12-08better error systemLeo Tenenbaum
2019-12-07fixed something weird going on with the tokenizer that might be a bug in clangLeo Tenenbaum
2019-12-07switched from structure."field" to structure["field"]Leo Tenenbaum
2019-12-07fixed a double free bugLeo Tenenbaum
2019-12-07fixed problem with default argumentsLeo Tenenbaum
2019-12-07reduced copying and other cleanupLeo Tenenbaum
2019-12-06fixed another problem with ret_declsLeo Tenenbaum
2019-12-06fixed a problem with ret decls but found anotherLeo Tenenbaum
2019-12-06cleanupLeo Tenenbaum
2019-12-06fixed a problem with default argumentsLeo Tenenbaum
2019-12-06fixed bug (we shouldntve resolved the return type when we dont resolve the pa...Leo Tenenbaum
2019-12-06cleaned up instance typing code (which fixed a bug)Leo Tenenbaum
2019-12-06@ => :: (looks nicer)Leo Tenenbaum
2019-12-05Arr works!!!!Leo Tenenbaum
2019-12-04really figured out whats going on with Arr.Leo Tenenbaum