Age | Commit message (Expand) | Author |
2019-12-08 | fixed named args | Leo Tenenbaum |
2019-12-07 | added license | Leo Tenenbaum |
2019-12-05 | Arr works!!!! | Leo Tenenbaum |
2019-11-13 | fixed a bunch of bugs!! | Leo Tenenbaum |
2019-11-09 | got rid of _FLAG_ everywhere | Leo Tenenbaum |
2019-11-04 | each loops! | Leo Tenenbaum |
2019-11-03 | replaced user-defined type system (there are still bugs apparently though) | Leo Tenenbaum |
2019-11-01 | fixed that bug! | Leo Tenenbaum |
2019-10-31 | fixed some bugs involving trying to call future functions at compile time; no... | Leo Tenenbaum |
2019-10-31 | basic . operator | Leo Tenenbaum |
2019-10-30 | fixed some problems with user-defined types | Leo Tenenbaum |
2019-10-27 | user defined types | Leo Tenenbaum |
2019-10-26 | ... | Leo Tenenbaum |
2019-10-07 | more eval, but there are bugs | Leo Tenenbaum |
2019-10-04 | improved arr_add and fixed bug | Leo Tenenbaum |
2019-10-03 | continued arr system | Leo Tenenbaum |
2019-10-03 | started switching array system | Leo Tenenbaum |
2019-10-02 | eval casting | Leo Tenenbaum |
2019-10-01 | restarted eval, this time with macros! | Leo Tenenbaum |
2019-09-29 | finished replacing err_malloc with allocators; now there are no memory leaks! | Leo Tenenbaum |
2019-09-27 | started named arguments | Leo Tenenbaum |
2019-09-26 | added comparison operators | Leo Tenenbaum |
2019-09-22 | malloc => err_malloc | Leo Tenenbaum |
2019-09-18 | parser output | Leo Tenenbaum |
2019-09-18 | improved fn params | Leo Tenenbaum |
2019-09-06 | started block return values | Leo Tenenbaum |
2019-09-02 | re-added dots in idents | Leo Tenenbaum |
2019-09-01 | unicode ident names | Leo Tenenbaum |
2019-09-01 | trying to get unicode idents to work | Leo Tenenbaum |
2019-09-01 | improved the way identifiers worked (now they use a single block array) | Leo Tenenbaum |
2019-08-31 | removed global identifier tree | Leo Tenenbaum |
2019-08-28 | cleaned up code; work on types | Leo Tenenbaum |
2019-08-27 | checked undeclared identifiers; not totally done yet | Leo Tenenbaum |
2019-08-24 | Added main function | Leo Tenenbaum |
2019-08-23 | Cleaned up code | Leo Tenenbaum |
2019-08-22 | generating function declarations & definitions | Leo Tenenbaum |
2019-08-21 | started identification | Leo Tenenbaum |
2019-08-18 | Added string constants and improved tokenization | Leo Tenenbaum |
2019-08-16 | Finished literals; cleaned up code | Leo Tenenbaum |
2019-08-16 | Switched to reading whole file into memory; started number literals | Leo Tenenbaum |
2019-08-16 | Added identifierS | Leo Tenenbaum |