Age | Commit message (Expand) | Author |
2020-01-04 | vlqs for exporting | Leo Tenenbaum |
2020-01-04 | more exporting | Leo Tenenbaum |
2020-01-04 | fixed potential future bug, which wasnt causing problems right now | Leo Tenenbaum |
2020-01-03 | fixed a bug with returning | Leo Tenenbaum |
2020-01-03 | improved the way #sizeof and #alignof work | Leo Tenenbaum |
2020-01-03 | small things for more standard compliance | Leo Tenenbaum |
2020-01-02 | fixed problem with #C | Leo Tenenbaum |
2020-01-02 | preparing for release | Leo Tenenbaum |
2020-01-02 | fixed goto problem when compiling as c++ | Leo Tenenbaum |
2020-01-02 | updated copyright year | Leo Tenenbaum |
2020-01-02 | more exporting... this is gonna take a while | Leo Tenenbaum |
2020-01-01 | more exporting | Leo Tenenbaum |
2019-12-29 | fixed the bug | Leo Tenenbaum |
2019-12-27 | more work on exporting (floats), discovered bug | Leo Tenenbaum |
2019-12-27 | fixed error reporting; more export | Leo Tenenbaum |
2019-12-26 | more export | Leo Tenenbaum |
2019-12-22 | more exporting | Leo Tenenbaum |
2019-12-22 | started exporting system | Leo Tenenbaum |
2019-12-20 | switched to different ID system for identgs | Leo Tenenbaum |
2019-12-18 | added identifier IDs | Leo Tenenbaum |
2019-12-18 | fixed leaks | Leo Tenenbaum |
2019-12-16 | updated readme | Leo Tenenbaum |
2019-12-16 | fixing type bug | Leo Tenenbaum |
2019-12-16 | better inference | Leo Tenenbaum |
2019-12-16 | got rid of coloncolon | Leo Tenenbaum |
2019-12-15 | updated readme | Leo Tenenbaum |
2019-12-15 | got everything working for new test: arr2 | Leo Tenenbaum |
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 |