Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |