Age | Commit message (Expand) | Author |
2019-12-03 | fixed another problem, and now I kind of know whats going on with Arr | Leo Tenenbaum |
2019-12-03 | fixed another problem, but Arr still aint workin | Leo Tenenbaum |
2019-12-03 | fixed problem with checking for non-constant type declarations | 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 | trying to make this compilable with a c++ compiler | Leo Tenenbaum |
2019-11-30 | fixed was_expr bug | Leo Tenenbaum |
2019-11-30 | fixed some bugs involving returning types | Leo Tenenbaum |
2019-11-30 | basic type returning | 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 | 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 problem which caused bf test to fail | Leo Tenenbaum |
2019-11-25 | cleaning up | 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-25 | fixed problem with flexible types | Leo Tenenbaum |
2019-11-24 | finally fixed all the problems with type params | 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 problem with type params | Leo Tenenbaum |
2019-11-20 | fixed some bugs; caused some others | Leo Tenenbaum |
2019-11-19 | finally got type params to work | Leo Tenenbaum |
2019-11-19 | fixed problems with const params | 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 | started writing code to copy exprs and other stuff | 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 | evaluating default arguments | Leo Tenenbaum |
2019-11-13 | fixed some problems with compile time params | Leo Tenenbaum |
2019-11-13 | local & anonymous fns with const params | Leo Tenenbaum |
2019-11-12 | improved compile time params | Leo Tenenbaum |
2019-11-11 | declarations for functions with constant parameters | Leo Tenenbaum |
2019-11-09 | got rid of _FLAG_ everywhere | Leo Tenenbaum |
2019-11-09 | fixed local functions | Leo Tenenbaum |
2019-11-08 | added value exprs in preparation for compile time arguments | Leo Tenenbaum |
2019-11-08 | got +=, -= to work with pointer arithmetic | Leo Tenenbaum |
2019-11-08 | +=, -=, /=, *= | Leo Tenenbaum |
2019-11-08 | fixed, e.g. each x := x | Leo Tenenbaum |
2019-11-06 | each by pointer | Leo Tenenbaum |
2019-11-05 | fixed problems with each loops | Leo Tenenbaum |
2019-11-04 | each loops! | Leo Tenenbaum |
2019-11-03 | started to get user-defined types to work with pointers to future types | Leo Tenenbaum |
2019-11-03 | fixed problems with eval decls | Leo Tenenbaum |