Age | Commit message (Expand) | Author |
2020-03-13 | fixed various build problems | Leo Tenenbaum |
2020-03-11 | removed unnecessary part of build script | Leo Tenenbaum |
2020-03-11 | improved bsd support | Leo Tenenbaum |
2020-03-02 | got rid of Location in Type | Leo Tenenbaum |
2020-01-29 | made #foreign a part of the language | Leo Tenenbaum |
2020-01-29 | got rid of packages. | Leo Tenenbaum |
2020-01-25 | fixed cgen tuples | Leo Tenenbaum |
2020-01-21 | int literal bug fix | Leo Tenenbaum |
2020-01-19 | #foreign is kinda working now! | Leo Tenenbaum |
2020-01-09 | changed TYPE_TYPE,PKG to TYPE_BUILTINs | Leo Tenenbaum |
2020-01-09 | better error system | Leo Tenenbaum |
2020-01-08 | more importing (also turns out export is a keyword in c++) | Leo Tenenbaum |
2019-12-07 | fixed something weird going on with the tokenizer that might be a bug in clang | Leo Tenenbaum |
2019-11-14 | cleaning up some stuff | Leo Tenenbaum |
2019-11-13 | fixed a bunch of bugs!! | Leo Tenenbaum |
2019-11-10 | wrote val_eq | Leo Tenenbaum |
2019-11-10 | wrote value hash table for compile time arguments | Leo Tenenbaum |
2019-11-08 | +=, -=, /=, *= | Leo Tenenbaum |
2019-11-08 | fixed, e.g. each x := x | Leo Tenenbaum |
2019-10-27 | minor fixes to silence warnings when building release | Leo Tenenbaum |
2019-10-14 | made parameters immutable; fixed other things involving immutability | Leo Tenenbaum |
2019-10-09 | a bit more cgen (basic fn headers) | Leo Tenenbaum |
2019-10-04 | improved arr_add and fixed bug | Leo Tenenbaum |
2019-10-02 | finished eval casting | Leo Tenenbaum |
2019-10-02 | eval casting | Leo Tenenbaum |
2019-10-01 | restarted eval, this time with macros! | Leo Tenenbaum |
2019-09-29 | continued allocator | Leo Tenenbaum |
2019-09-18 | improved fn params | Leo Tenenbaum |
2019-09-06 | started block return values | Leo Tenenbaum |
2019-09-01 | unicode ident names | Leo Tenenbaum |
2019-09-01 | improved the way identifiers worked (now they use a single block array) | Leo Tenenbaum |
2019-08-30 | improved assignment; added arrays | Leo Tenenbaum |
2019-08-28 | Improved types (now gives error when you annotate the wrong type) | Leo Tenenbaum |
2019-08-27 | checked undeclared identifiers; not totally done yet | Leo Tenenbaum |
2019-08-22 | generating function declarations & definitions | Leo Tenenbaum |
2019-08-20 | started function calls | Leo Tenenbaum |
2019-08-19 | Added basic unary/binary expressions | Leo Tenenbaum |
2019-08-18 | Added string constants and improved tokenization | Leo Tenenbaum |
2019-08-16 | Basic tokenization | Leo Tenenbaum |