Age | Commit message (Expand) | Author |
2019-12-16 | got rid of coloncolon | Leo Tenenbaum |
2019-12-15 | got rid of parse_printing_after_types; still working on call inference | Leo Tenenbaum |
2019-12-14 | small bug fix (arr_clear => arr_cleara) | Leo Tenenbaum |
2019-12-14 | basic inferred params | Leo Tenenbaum |
2019-12-12 | more infer setup and better arr_foreach | Leo Tenenbaum |
2019-12-12 | ... | Leo Tenenbaum |
2019-12-10 | made Expression smaller | Leo Tenenbaum |
2019-12-09 | more stuff for inferred params | 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-07 | more docs | 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 | fixed a problem with ret decls but found another | Leo Tenenbaum |
2019-12-06 | fixed a problem with default arguments | Leo Tenenbaum |
2019-12-06 | @ => :: (looks nicer) | Leo Tenenbaum |
2019-12-05 | Arr works!!!! | Leo Tenenbaum |
2019-12-02 | cleanup | Leo Tenenbaum |
2019-12-01 | improved vbs (now its done during typing instead of parsing) | Leo Tenenbaum |
2019-11-30 | fixed was_expr bug | Leo Tenenbaum |
2019-11-30 | fixed bug | 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-27 | started to set up type parameters | Leo Tenenbaum |
2019-11-27 | fixed problem where functions could have tuple parameters | Leo Tenenbaum |
2019-11-26 | cleanup, switched to enums for flags | Leo Tenenbaum |
2019-11-25 | fixed problems with return declarations | Leo Tenenbaum |
2019-11-25 | fixed multiple idents in one param decl | Leo Tenenbaum |
2019-11-24 | started to get fn(t @ Type, x: t) to work | Leo Tenenbaum |
2019-11-20 | started to turn type parameters into aliases | Leo Tenenbaum |
2019-11-20 | fixed some bugs; caused some others | Leo Tenenbaum |
2019-11-18 | still trying to get type params to work | Leo Tenenbaum |
2019-11-18 | trying to do const type params | Leo Tenenbaum |
2019-11-17 | moved constant param system to typing. | Leo Tenenbaum |
2019-11-16 | :@ | Leo Tenenbaum |
2019-11-16 | bug fixes, return declaration initializers | Leo Tenenbaum |
2019-11-14 | cleaning up some stuff | Leo Tenenbaum |
2019-11-13 | fixed a bunch of bugs!! | Leo Tenenbaum |
2019-11-13 | fixed some problems with compile time params | Leo Tenenbaum |
2019-11-11 | declarations for functions with constant parameters | Leo Tenenbaum |
2019-11-10 | improved some integer type stuff | Leo Tenenbaum |
2019-11-09 | got rid of _FLAG_ everywhere | Leo Tenenbaum |
2019-11-08 | added value exprs in preparation for compile time arguments | Leo Tenenbaum |
2019-11-08 | +=, -=, /=, *= | Leo Tenenbaum |
2019-11-06 | allowed just each <array or range> | Leo Tenenbaum |
2019-11-05 | fixed problems with each loops | Leo Tenenbaum |
2019-11-04 | each loops! | Leo Tenenbaum |
2019-11-03 | fixed problems with eval decls | Leo Tenenbaum |
2019-11-03 | replaced user-defined type system (there are still bugs apparently though) | Leo Tenenbaum |
2019-11-02 | did part of #sizeof/alignof directives for compile-time size and aligns of types | Leo Tenenbaum |