Age | Commit message (Expand) | Author |
2020-01-10 | importing locations | Leo Tenenbaum |
2020-01-10 | a bit more importing | Leo Tenenbaum |
2020-01-10 | fixed str_copy | Leo Tenenbaum |
2020-01-10 | allow circular dependencies in structs | Leo Tenenbaum |
2020-01-09 | changed TYPE_TYPE,PKG to TYPE_BUILTINs | Leo Tenenbaum |
2020-01-09 | better error system | Leo Tenenbaum |
2020-01-09 | switched to new error system! | Leo Tenenbaum |
2020-01-08 | importing identifiers | Leo Tenenbaum |
2020-01-07 | formatting (emacs doesnt like my tabs) | Leo Tenenbaum |
2020-01-06 | started importing | Leo Tenenbaum |
2020-01-05 | better package file output | Leo Tenenbaum |
2020-01-05 | package names | Leo Tenenbaum |
2020-01-05 | exporting identifiers | Leo Tenenbaum |
2020-01-04 | top header | Leo Tenenbaum |
2020-01-04 | formatting | Leo Tenenbaum |
2020-01-03 | fixed a bug with returning | 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 | updated copyright year | Leo Tenenbaum |
2019-12-27 | fixed error reporting; more export | Leo Tenenbaum |
2019-12-22 | started exporting system | Leo Tenenbaum |
2019-12-16 | fixing type bug | 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 parse_printing_after_types; still working on call inference | Leo Tenenbaum |
2019-12-09 | more stuff for inferred params | Leo Tenenbaum |
2019-12-08 | checking for duplicate args | Leo Tenenbaum |
2019-12-08 | fixed named args | 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 | reduced copying and other cleanup | Leo Tenenbaum |
2019-12-07 | added license | 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 | @ => :: (looks nicer) | Leo Tenenbaum |
2019-12-05 | Arr works!!!! | Leo Tenenbaum |
2019-12-02 | cleanup | Leo Tenenbaum |
2019-11-30 | trying to make this compilable with a c++ compiler | Leo Tenenbaum |
2019-11-30 | fixed was_expr bug | Leo Tenenbaum |
2019-11-30 | fixed some bugs involving returning types | Leo Tenenbaum |
2019-11-30 | basic type returning | Leo Tenenbaum |
2019-11-30 | got rid of TYPE_USER!! | Leo Tenenbaum |
2019-11-28 | started dealing with calling "type functions" | Leo Tenenbaum |