Age | Commit message (Expand) | Author |
2020-01-09 | switched to new error system! | Leo Tenenbaum |
2020-01-07 | formatting (emacs doesnt like my tabs) | Leo Tenenbaum |
2020-01-06 | fixed bug with cgen structs | Leo Tenenbaum |
2020-01-06 | fixed type_to_str for tuples | Leo Tenenbaum |
2020-01-06 | so: tuples need a different syntax because (int, int) could | Leo Tenenbaum |
2020-01-06 | changed syntax for tuples to allow for complicated types | Leo Tenenbaum |
2020-01-06 | cleaning up; fixed a few bugs | 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 | formatting | Leo Tenenbaum |
2020-01-04 | more exporting | 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 goto problem when compiling as c++ | Leo Tenenbaum |
2020-01-02 | updated copyright year | 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-22 | more exporting | Leo Tenenbaum |
2019-12-22 | started exporting system | Leo Tenenbaum |
2019-12-16 | got rid of coloncolon | Leo Tenenbaum |
2019-12-15 | got rid of parse_printing_after_types; still working on call inference | Leo Tenenbaum |
2019-12-14 | small bug fix (arr_clear => arr_cleara) | Leo Tenenbaum |
2019-12-14 | basic inferred params | Leo Tenenbaum |
2019-12-12 | more infer setup and better arr_foreach | Leo Tenenbaum |
2019-12-12 | ... | Leo Tenenbaum |
2019-12-10 | made Expression 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-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 | added license | Leo Tenenbaum |
2019-12-06 | fixed a problem with ret decls but found another | Leo Tenenbaum |
2019-12-06 | fixed a problem with default arguments | Leo Tenenbaum |
2019-12-06 | @ => :: (looks nicer) | Leo Tenenbaum |
2019-12-05 | Arr works!!!! | Leo Tenenbaum |
2019-12-02 | cleanup | Leo Tenenbaum |
2019-12-01 | improved vbs (now its done during typing instead of parsing) | Leo Tenenbaum |
2019-11-30 | fixed was_expr bug | Leo Tenenbaum |
2019-11-30 | fixed bug | Leo Tenenbaum |
2019-11-30 | got rid of TYPE_USER!! | Leo Tenenbaum |
2019-11-28 | started dealing with calling "type functions" | Leo Tenenbaum |
2019-11-27 | started to set up type parameters | Leo Tenenbaum |
2019-11-27 | fixed problem where functions could have tuple parameters | Leo Tenenbaum |
2019-11-26 | cleanup, switched to enums for flags | Leo Tenenbaum |
2019-11-25 | fixed problems with return declarations | Leo Tenenbaum |
2019-11-25 | fixed multiple idents in one param decl | Leo Tenenbaum |
2019-11-24 | started to get fn(t @ Type, x: t) to work | Leo Tenenbaum |
2019-11-20 | started to turn type parameters into aliases | Leo Tenenbaum |