Age | Commit message (Expand) | Author |
2020-01-27 | #include | Leo Tenenbaum |
2020-01-25 | each => for | Leo Tenenbaum |
2020-01-25 | passing structs to foreign functions | Leo Tenenbaum |
2020-01-25 | fixed cgen tuples | Leo Tenenbaum |
2020-01-25 | improved location system | Leo Tenenbaum |
2020-01-24 | fixed return declarations | Leo Tenenbaum |
2020-01-24 | more #builtin | Leo Tenenbaum |
2020-01-24 | fixed operator precedence for as | Leo Tenenbaum |
2020-01-23 | agh | Leo Tenenbaum |
2020-01-23 | no foreign parameters | Leo Tenenbaum |
2020-01-23 | improved parsing fn types; fixed tests | Leo Tenenbaum |
2020-01-22 | runtime foreign | Leo Tenenbaum |
2020-01-19 | more work on #foreign | Leo Tenenbaum |
2020-01-18 | started #foreign | Leo Tenenbaum |
2020-01-17 | Location bug fix and (&Package).something | Leo Tenenbaum |
2020-01-16 | better packages. also started std/io pkg (wrote hello world in toc!) | Leo Tenenbaum |
2020-01-14 | extern variable declarations | Leo Tenenbaum |
2020-01-14 | named args for imported fns | Leo Tenenbaum |
2020-01-11 | importing some values! | Leo Tenenbaum |
2020-01-11 | changed the way struct names work | Leo Tenenbaum |
2020-01-11 | improved error message for too many (s | Leo Tenenbaum |
2020-01-10 | made #size/alignof unary ops | Leo Tenenbaum |
2020-01-10 | made Field.type not a pointer | 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 | 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 |