Age | Commit message (Expand) | Author |
2020-02-06 | more work on new ident system; not quite working yet | Leo Tenenbaum |
2020-02-04 | more namespaces | Leo Tenenbaum |
2020-02-02 | more namespaces | Leo Tenenbaum |
2020-01-30 | more namespaces | Leo Tenenbaum |
2020-01-29 | got rid of packages. | Leo Tenenbaum |
2020-01-27 | #include | Leo Tenenbaum |
2020-01-24 | more #builtin | 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-17 | code cleanup (FnExpr now contains Location) | Leo Tenenbaum |
2020-01-15 | fixed several problems with packages. arr_foreach works now! | Leo Tenenbaum |
2020-01-14 | declarations of imported things in C!!! | Leo Tenenbaum |
2020-01-14 | extern variable declarations | Leo Tenenbaum |
2020-01-14 | better exported C name system | Leo Tenenbaum |
2020-01-14 | improved C names of exported things | Leo Tenenbaum |
2020-01-13 | more packages | Leo Tenenbaum |
2020-01-11 | changed the way struct names work | Leo Tenenbaum |
2020-01-10 | made Field.type not a pointer | Leo Tenenbaum |
2020-01-09 | changed TYPE_TYPE,PKG to TYPE_BUILTINs | Leo Tenenbaum |
2020-01-07 | naming consistency | Leo Tenenbaum |
2020-01-06 | started importing | Leo Tenenbaum |
2020-01-06 | fixed bug with cgen structs | Leo Tenenbaum |
2020-01-06 | improved naming of exported functions in C | Leo Tenenbaum |
2020-01-06 | cleaning up; fixed a few bugs | Leo Tenenbaum |
2020-01-02 | updated copyright year | Leo Tenenbaum |
2019-12-10 | made Expression smaller | 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 | 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-02 | fixed type ret vals bug! | Leo Tenenbaum |
2019-12-02 | cleanup | Leo Tenenbaum |
2019-11-30 | fixed some bugs involving returning types | Leo Tenenbaum |
2019-11-30 | basic type returning | Leo Tenenbaum |
2019-11-30 | fixed bug | Leo Tenenbaum |
2019-11-30 | cleanup, found a weird bug | Leo Tenenbaum |
2019-11-30 | got rid of TYPE_USER!! | Leo Tenenbaum |
2019-11-19 | fixed problems with const params | Leo Tenenbaum |
2019-11-18 | stuff with type params | Leo Tenenbaum |
2019-11-17 | declarations of fns with const params | Leo Tenenbaum |
2019-11-17 | moved constant param system to typing. | Leo Tenenbaum |
2019-11-16 | :@ | Leo Tenenbaum |
2019-11-13 | fixed a bunch of bugs!! | Leo Tenenbaum |
2019-11-13 | local & anonymous fns with const params | Leo Tenenbaum |
2019-11-12 | improved compile time params | Leo Tenenbaum |
2019-11-12 | compile time parameters | Leo Tenenbaum |
2019-11-11 | declarations for functions with constant parameters | Leo Tenenbaum |
2019-11-10 | wrote value hash table for compile time arguments | Leo Tenenbaum |
2019-11-09 | got rid of _FLAG_ everywhere | Leo Tenenbaum |