Age | Commit message (Expand) | Author |
2019-12-14 | basic inferred params | Leo Tenenbaum |
2019-12-10 | made Expression 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-07 | fixed a double free bug | Leo Tenenbaum |
2019-12-07 | reduced copying and other cleanup | Leo Tenenbaum |
2019-12-07 | added license | Leo Tenenbaum |
2019-12-05 | Arr works!!!! | Leo Tenenbaum |
2019-12-03 | fixed another problem, and now I kind of know whats going on with Arr | Leo Tenenbaum |
2019-11-30 | trying to make this compilable with a c++ compiler | Leo Tenenbaum |
2019-11-30 | fixed some bugs involving returning types | 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-26 | cleanup, switched to enums for flags | Leo Tenenbaum |
2019-11-25 | fixed problems with return declarations | Leo Tenenbaum |
2019-11-17 | started writing code to copy exprs and other stuff | 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-11 | declarations for functions with constant parameters | Leo Tenenbaum |
2019-11-10 | improved some integer type stuff | Leo Tenenbaum |
2019-11-10 | wrote value hash table for compile time arguments | 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 | 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-06 | compile time each! | Leo Tenenbaum |
2019-11-06 | compile time each mostly done | Leo Tenenbaum |
2019-11-06 | compile time range each | 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 |
2019-11-01 | .len as an lvalue for slices | Leo Tenenbaum |
2019-11-01 | arr/slice length with .len! | Leo Tenenbaum |
2019-11-01 | . with pointers to structs | Leo Tenenbaum |
2019-10-31 | fixed the bug (but i'm not happy about the solution) | Leo Tenenbaum |
2019-10-31 | almost fixed the bug | Leo Tenenbaum |
2019-10-31 | discovered a bug where stuff isn't typed before being eval'd. trying to fix it. | Leo Tenenbaum |
2019-10-31 | a.b as an lvalue | Leo Tenenbaum |
2019-10-31 | got . to work at compile time and fixed some other problems along the way | Leo Tenenbaum |
2019-10-31 | basic . operator | Leo Tenenbaum |
2019-10-30 | probably got structs working (but not .) | Leo Tenenbaum |
2019-10-30 | fixed some problems with user-defined types | Leo Tenenbaum |
2019-10-29 | fixed problems with user-defined types and out params | Leo Tenenbaum |
2019-10-27 | user defined types | Leo Tenenbaum |
2019-10-27 | switching to just declaring types | Leo Tenenbaum |