Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-16 | better inference | 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-07 | added license | Leo Tenenbaum | |
2019-12-02 | fixed type ret vals bug! | Leo Tenenbaum | |
2019-12-02 | cleanup | Leo Tenenbaum | |
2019-11-30 | cleanup, found a weird bug | Leo Tenenbaum | |
2019-11-30 | got rid of TYPE_USER!! | Leo Tenenbaum | |
2019-11-22 | fixed type parameters | Leo Tenenbaum | |
2019-11-17 | moved constant param system to typing. | Leo Tenenbaum | |
2019-11-16 | :@ | Leo Tenenbaum | |
2019-11-14 | cleaning up some stuff | Leo Tenenbaum | |
2019-11-13 | fixed a bunch of bugs!! | Leo Tenenbaum | |
mainly to do with default arguments and named return values. also cgen unicode identifier support! | |||
2019-11-12 | improved compile time params | Leo Tenenbaum | |
2019-11-12 | compile time 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 | |
2019-11-09 | fixed local functions | Leo Tenenbaum | |
2019-11-08 | added value exprs in preparation for compile time arguments | Leo Tenenbaum | |
2019-11-08 | fixed, e.g. each x := x | Leo Tenenbaum | |
2019-11-04 | each loops! | Leo Tenenbaum | |
2019-11-03 | got pointers to future types to work | Leo Tenenbaum | |
2019-11-03 | started to get user-defined types to work with pointers to future types | Leo Tenenbaum | |
2019-11-03 | fixed problems with eval decls | Leo Tenenbaum | |
2019-11-03 | replaced user-defined type system (there are still bugs apparently though) | Leo Tenenbaum | |
2019-11-02 | did part of #sizeof/alignof directives for compile-time size and aligns of types | Leo Tenenbaum | |
realizing that the current user type system has bugs; will need to switch to one which isn't identifier based after resolving. | |||
2019-10-31 | basic . operator | Leo Tenenbaum | |
2019-10-29 | fixed problems with user-defined types and out params | Leo Tenenbaum | |