Age | Commit message (Expand) | Author |
2020-01-03 | fixed a bug with returning | 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 | updated copyright year | Leo Tenenbaum |
2019-12-27 | fixed error reporting; more export | Leo Tenenbaum |
2019-12-22 | more exporting | Leo Tenenbaum |
2019-12-22 | started exporting system | Leo Tenenbaum |
2019-12-18 | fixed leaks | Leo Tenenbaum |
2019-12-14 | fixed problem with infer | Leo Tenenbaum |
2019-12-09 | more stuff for inferred params | Leo Tenenbaum |
2019-12-07 | added license | Leo Tenenbaum |
2019-12-02 | cleanup | Leo Tenenbaum |
2019-11-30 | got rid of TYPE_USER!! | Leo Tenenbaum |
2019-11-28 | started dealing with calling "type functions" | Leo Tenenbaum |
2019-11-24 | started to get fn(t @ Type, x: t) to work | Leo Tenenbaum |
2019-11-20 | fixed some bugs; caused some others | Leo Tenenbaum |
2019-11-17 | started writing code to copy exprs and other stuff | Leo Tenenbaum |
2019-11-17 | moved constant param system to typing. | 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-03 | replaced user-defined type system (there are still bugs apparently though) | Leo Tenenbaum |
2019-10-31 | fixed some bugs involving trying to call future functions at compile time; no... | Leo Tenenbaum |
2019-10-31 | a.b as an lvalue | 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-09 | started cgen | Leo Tenenbaum |
2019-10-07 | more eval, but there are bugs | Leo Tenenbaum |
2019-10-03 | started switching array system | Leo Tenenbaum |
2019-10-02 | eval casting | Leo Tenenbaum |
2019-10-01 | Integer, UInteger => int64_t, uint64_t | Leo Tenenbaum |
2019-10-01 | restarted eval, this time with macros! | Leo Tenenbaum |
2019-09-29 | continued allocator | Leo Tenenbaum |
2019-09-29 | made allocator; will switch to it soon | Leo Tenenbaum |
2019-09-27 | added converter from named arguments to non-named | Leo Tenenbaum |
2019-09-21 | fixed a bit of parsing | Leo Tenenbaum |
2019-09-18 | improved fn params | Leo Tenenbaum |
2019-09-07 | a few more things | Leo Tenenbaum |
2019-08-29 | More constant expressions | Leo Tenenbaum |
2019-08-29 | Added fixed-size arrays | Leo Tenenbaum |
2019-08-28 | cleaned up code; fixed some function stuff | Leo Tenenbaum |
2019-08-24 | improved functions; added header file | Leo Tenenbaum |
2019-08-22 | generating function declarations & definitions | Leo Tenenbaum |
2019-08-22 | Started code generation | Leo Tenenbaum |
2019-08-21 | started identification | Leo Tenenbaum |
2019-08-19 | Added parentheses to expressions | Leo Tenenbaum |