Age | Commit message (Expand) | Author |
2020-01-16 | better packages. also started std/io pkg (wrote hello world in toc!) | Leo Tenenbaum |
2020-01-15 | fixed several problems with packages. arr_foreach works now! | Leo Tenenbaum |
2020-01-15 | fixing packages more. more to come | Leo Tenenbaum |
2020-01-15 | fixing bugs with pkgs | Leo Tenenbaum |
2020-01-14 | extern variable declarations | Leo Tenenbaum |
2020-01-14 | named args for imported fns | Leo Tenenbaum |
2020-01-14 | improved C names of exported things | Leo Tenenbaum |
2020-01-13 | more packages | Leo Tenenbaum |
2020-01-11 | eval for imported stuff | Leo Tenenbaum |
2020-01-11 | importing some values! | Leo Tenenbaum |
2020-01-11 | removed unnecessary c code generation | Leo Tenenbaum |
2020-01-11 | changed the way struct names work | Leo Tenenbaum |
2020-01-11 | fixed importing bug | 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 | realized i need to be able to export untyped expressions! | Leo Tenenbaum |
2020-01-10 | a bit more importing | Leo Tenenbaum |
2020-01-10 | fixed str_copy | Leo Tenenbaum |
2020-01-10 | problematic circular dependency tracker | Leo Tenenbaum |
2020-01-10 | allow direct circular dependencies | 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 | reading package name and code | Leo Tenenbaum |
2020-01-06 | started importing | Leo Tenenbaum |
2020-01-06 | fixed #alignof | Leo Tenenbaum |
2020-01-06 | fixed bug with cgen structs | 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 | fixed slices | Leo Tenenbaum |
2020-01-05 | exporting identifiers | Leo Tenenbaum |
2020-01-04 | top header | Leo Tenenbaum |
2020-01-04 | finished export_expr | Leo Tenenbaum |
2020-01-04 | more exporting + bugfix | Leo Tenenbaum |
2020-01-04 | more exporting + bugfix | Leo Tenenbaum |
2020-01-04 | vlqs for exporting | Leo Tenenbaum |
2020-01-04 | more exporting | 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 goto problem when compiling as c++ | Leo Tenenbaum |
2020-01-02 | more exporting... this is gonna take a while | 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 |