Age | Commit message (Expand) | Author |
2019-10-31 | a.b as an lvalue | Leo Tenenbaum |
2019-10-31 | fixed order of operations problem with . | 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 | minor improvements to error reporting | Leo Tenenbaum |
2019-10-30 | small struct fixes | Leo Tenenbaum |
2019-10-30 | probably got structs working (but not .) | Leo Tenenbaum |
2019-10-30 | fixed more problems with type expressions | Leo Tenenbaum |
2019-10-30 | fixed type expressions | Leo Tenenbaum |
2019-10-30 | started adding structs | Leo Tenenbaum |
2019-10-30 | fixed some problems with user-defined types | 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-27 | parameters are immutable again | Leo Tenenbaum |
2019-10-27 | switching to just declaring types | Leo Tenenbaum |
2019-10-26 | started newtype | Leo Tenenbaum |
2019-10-26 | minor cleaning up and bug fixes | Leo Tenenbaum |
2019-10-26 | fixed leaks | Leo Tenenbaum |
2019-10-25 | started fixing leaking | 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-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-22 | improved new slice (removed pre) | 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 |
2019-10-21 | compile time recursion | Leo Tenenbaum |
2019-10-21 | compile time slice at index | Leo Tenenbaum |
2019-10-21 | run time slice at index; started compile time | Leo Tenenbaum |
2019-10-20 | mostly fixed compile time new | Leo Tenenbaum |
2019-10-20 | started fixing compile time new | Leo Tenenbaum |
2019-10-20 | improved new; new slices | Leo Tenenbaum |
2019-10-19 | parameters passed as pointers | Leo Tenenbaum |
2019-10-18 | started slices | Leo Tenenbaum |
2019-10-18 | arr stuff | Leo Tenenbaum |
2019-10-18 | while, block exprs | Leo Tenenbaum |
2019-10-18 | block tuple ret vals | Leo Tenenbaum |
2019-10-17 | basic cgen block return values | Leo Tenenbaum |
2019-10-17 | tuples are mostly working | Leo Tenenbaum |
2019-10-15 | started cgen tuples | Leo Tenenbaum |
2019-10-15 | more out params, fixed anon fns | Leo Tenenbaum |
2019-10-14 | minor improvements, including output indentation | Leo Tenenbaum |
2019-10-14 | made parameters immutable; fixed other things involving immutability | Leo Tenenbaum |