Age | Commit message (Expand) | Author |
2020-01-07 | fixed bug with multiline comments | Leo Tenenbaum |
2020-01-05 | better package file output | Leo Tenenbaum |
2020-01-05 | package names | Leo Tenenbaum |
2020-01-05 | exporting identifiers | Leo Tenenbaum |
2020-01-04 | formatting | Leo Tenenbaum |
2020-01-03 | small things for more standard compliance | Leo Tenenbaum |
2020-01-02 | updated copyright year | Leo Tenenbaum |
2020-01-02 | more exporting... this is gonna take a while | Leo Tenenbaum |
2019-12-22 | more exporting | Leo Tenenbaum |
2019-12-22 | started exporting system | Leo Tenenbaum |
2019-12-16 | got rid of coloncolon | Leo Tenenbaum |
2019-12-10 | made Expression smaller | Leo Tenenbaum |
2019-12-10 | changed Location to be smaller | Leo Tenenbaum |
2019-12-08 | changed post to preincrement (it actually does make a difference with tcc) | Leo Tenenbaum |
2019-12-08 | checking for duplicate args | Leo Tenenbaum |
2019-12-08 | better error system | Leo Tenenbaum |
2019-12-07 | fixed something weird going on with the tokenizer that might be a bug in clang | Leo Tenenbaum |
2019-12-07 | added license | Leo Tenenbaum |
2019-12-06 | @ => :: (looks nicer) | Leo Tenenbaum |
2019-11-30 | trying to make this compilable with a c++ compiler | Leo Tenenbaum |
2019-11-19 | fixed problems with const params | Leo Tenenbaum |
2019-11-17 | moved constant param system to typing. | Leo Tenenbaum |
2019-11-14 | cleaning up some stuff | Leo Tenenbaum |
2019-11-11 | declarations for functions with constant parameters | Leo Tenenbaum |
2019-11-08 | +=, -=, /=, *= | Leo Tenenbaum |
2019-11-08 | fixed, e.g. each x := x | Leo Tenenbaum |
2019-11-04 | each loops! | Leo Tenenbaum |
2019-11-02 | did part of #sizeof/alignof directives for compile-time size and aligns of types | Leo Tenenbaum |
2019-10-31 | fixed the bug (but i'm not happy about the solution) | Leo Tenenbaum |
2019-10-31 | basic . operator | Leo Tenenbaum |
2019-10-30 | started adding structs | Leo Tenenbaum |
2019-10-27 | some fixes and starting to get type declarations | Leo Tenenbaum |
2019-10-26 | started newtype | Leo Tenenbaum |
2019-10-23 | started writing bf interpreter; found a few bugs | Leo Tenenbaum |
2019-10-14 | made parameters immutable; fixed other things involving immutability | 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 some arr bugs | 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-09-29 | finished replacing err_malloc with allocators; now there are no memory leaks! | Leo Tenenbaum |
2019-09-28 | new, del | Leo Tenenbaum |
2019-09-28 | chars, string literals | Leo Tenenbaum |
2019-09-27 | started to add named return values | Leo Tenenbaum |
2019-09-27 | casting | Leo Tenenbaum |
2019-09-26 | added comparison operators | Leo Tenenbaum |
2019-09-25 | added bools | Leo Tenenbaum |
2019-09-25 | added return | Leo Tenenbaum |
2019-09-23 | improved if/elif/else; started while | Leo Tenenbaum |