Age | Commit message (Expand) | Author |
2019-12-15 | bug fixes for inference | Leo Tenenbaum |
2019-12-15 | got rid of expr__ when theres only one ident | Leo Tenenbaum |
2019-12-15 | call inference!!! | Leo Tenenbaum |
2019-12-15 | got rid of parse_printing_after_types; still working on call inference | Leo Tenenbaum |
2019-12-14 | trying to get call inference to work | Leo Tenenbaum |
2019-12-14 | extracted out arg reordering thing cause i will need it for infer | Leo Tenenbaum |
2019-12-14 | infer | Leo Tenenbaum |
2019-12-14 | fixed bug with inference | Leo Tenenbaum |
2019-12-14 | fixed problem with infer | Leo Tenenbaum |
2019-12-14 | small bug fix (arr_clear => arr_cleara) | Leo Tenenbaum |
2019-12-14 | basic inferred params | Leo Tenenbaum |
2019-12-13 | more infer | Leo Tenenbaum |
2019-12-12 | more infer setup and better arr_foreach | Leo Tenenbaum |
2019-12-12 | ... | Leo Tenenbaum |
2019-12-11 | finally probably have a good version of what infer should do | Leo Tenenbaum |
2019-12-11 | more infer | Leo Tenenbaum |
2019-12-11 | fixed some cgen stuff | Leo Tenenbaum |
2019-12-10 | made Expression smaller | Leo Tenenbaum |
2019-12-10 | changed Location to be smaller | Leo Tenenbaum |
2019-12-09 | more stuff for inferred params | Leo Tenenbaum |
2019-12-08 | changed post to preincrement (it actually does make a difference with tcc) | Leo Tenenbaum |
2019-12-08 | checking for duplicate args | Leo Tenenbaum |
2019-12-08 | allowed parameters with default values before params without as long as theyr... | Leo Tenenbaum |
2019-12-08 | fixed named args | Leo Tenenbaum |
2019-12-08 | fixed problem with flexible types | Leo Tenenbaum |
2019-12-08 | discovered a bug with flexible types while cleaning up args | Leo Tenenbaum |
2019-12-08 | better error system | Leo Tenenbaum |
2019-12-07 | more docs | Leo Tenenbaum |
2019-12-07 | fixed something weird going on with the tokenizer that might be a bug in clang | Leo Tenenbaum |
2019-12-07 | switched from structure."field" to structure["field"] | Leo Tenenbaum |
2019-12-07 | fixed a double free bug | Leo Tenenbaum |
2019-12-07 | oops deleting files | Leo Tenenbaum |
2019-12-07 | fixed problem with default arguments | Leo Tenenbaum |
2019-12-07 | reduced copying and other cleanup | Leo Tenenbaum |
2019-12-07 | added license | Leo Tenenbaum |
2019-12-06 | updated readme | Leo Tenenbaum |
2019-12-06 | fixed another problem with ret_decls | Leo Tenenbaum |
2019-12-06 | fixed a problem with ret decls but found another | Leo Tenenbaum |
2019-12-06 | cleanup | Leo Tenenbaum |
2019-12-06 | fixed a problem with default arguments | Leo Tenenbaum |
2019-12-06 | new test | Leo Tenenbaum |
2019-12-06 | fixed bug (we shouldntve resolved the return type when we dont resolve the pa... | Leo Tenenbaum |
2019-12-06 | cleaned up instance typing code (which fixed a bug) | Leo Tenenbaum |
2019-12-06 | @ => :: (looks nicer) | Leo Tenenbaum |
2019-12-05 | Arr works!!!! | Leo Tenenbaum |
2019-12-04 | really figured out whats going on with Arr. | Leo Tenenbaum |
2019-12-03 | fixed another problem, and now I kind of know whats going on with Arr | Leo Tenenbaum |
2019-12-03 | fixed another problem, but Arr still aint workin | Leo Tenenbaum |
2019-12-03 | fixed problem with checking for non-constant type declarations | Leo Tenenbaum |
2019-12-03 | doing Arr(T); fixed some stuff, but there are still bugs | Leo Tenenbaum |