Age | Commit message (Expand) | Author |
2019-11-13 | .. | 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-12 | improved compile time params | Leo Tenenbaum |
2019-11-12 | compile time parameters | Leo Tenenbaum |
2019-11-11 | declarations for functions with constant parameters | 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-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 | 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 range each | Leo Tenenbaum |
2019-11-05 | fixed problems with each loops | Leo Tenenbaum |
2019-11-04 | each loops! | Leo Tenenbaum |
2019-11-03 | got pointers to future types to work | 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 |
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-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 | small struct fixes | Leo Tenenbaum |
2019-10-30 | probably got structs working (but not .) | Leo Tenenbaum |
2019-10-30 | started adding structs | Leo Tenenbaum |
2019-10-29 | casting to/from user type doesn't cast in C now; fixed float literals | Leo Tenenbaum |
2019-10-29 | fixed problems with user-defined types and out params | Leo Tenenbaum |
2019-10-28 | still some issues with user-defined types | Leo Tenenbaum |
2019-10-27 | user defined types | Leo Tenenbaum |
2019-10-27 | some fixes and starting to get type declarations | Leo Tenenbaum |
2019-10-26 | minor cleaning up and bug fixes | Leo Tenenbaum |
2019-10-26 | fixed leaks | Leo Tenenbaum |
2019-10-25 | compile time arrays and slices! | Leo Tenenbaum |
2019-10-24 | started getting compile time arrays and slices to work | Leo Tenenbaum |
2019-10-24 | better support for compile time tuples | Leo Tenenbaum |
2019-10-24 | pointer arithmetic | Leo Tenenbaum |
2019-10-23 | added a test | Leo Tenenbaum |
2019-10-23 | started writing bf interpreter; found a few bugs | Leo Tenenbaum |
2019-10-22 | string literals are now slices; minor bug fixes | Leo Tenenbaum |
2019-10-22 | checked for NULL return value from calloc in output | Leo Tenenbaum |
2019-10-22 | fixed constants | Leo Tenenbaum |
2019-10-21 | finished slice notation | Leo Tenenbaum |
2019-10-21 | mostly did slice notation (e.g. x[3:5]) | Leo Tenenbaum |
2019-10-21 | del slices | Leo Tenenbaum |