Age | Commit message (Expand) | Author |
---|---|---|
2019-11-17 | started writing code to copy exprs and other stuff | Leo Tenenbaum |
2019-11-13 | fixed a bunch of bugs!! | Leo Tenenbaum |
2019-11-11 | declarations for functions with constant parameters | Leo Tenenbaum |
2019-10-29 | fixed problems with user-defined types and out params | Leo Tenenbaum |
2019-10-27 | minor fixes to silence warnings when building release | Leo Tenenbaum |
2019-10-21 | compile time recursion | Leo Tenenbaum |
2019-10-11 | bug fixes, function calls | Leo Tenenbaum |
2019-10-04 | improved arr_add and fixed bug | Leo Tenenbaum |
2019-10-03 | fixed bug & added while infinite loops (now only they can have ret exprs) | Leo Tenenbaum |
2019-10-03 | fixed some arr bugs | Leo Tenenbaum |
2019-10-03 | continued arr system | Leo Tenenbaum |
2019-10-03 | started switching array system | Leo Tenenbaum |
2019-09-29 | finished replacing err_malloc with allocators; now there are no memory leaks! | Leo Tenenbaum |
2019-09-29 | continued allocator | Leo Tenenbaum |
2019-09-27 | added converter from named arguments to non-named | Leo Tenenbaum |