Age | Commit message (Expand) | Author |
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-11-01 | fixed that bug! | Leo Tenenbaum |
2019-10-31 | fixed some bugs involving trying to call future functions at compile time; no... | 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 | 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 type expressions | 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-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 | minor cleaning up and bug fixes | Leo Tenenbaum |
2019-10-25 | started fixing leaking | Leo Tenenbaum |
2019-10-24 | pointer arithmetic | 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-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 | run time slice at index; started compile time | Leo Tenenbaum |
2019-10-20 | mostly fixed 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-17 | basic cgen block return values | Leo Tenenbaum |
2019-10-14 | made parameters immutable; fixed other things involving immutability | Leo Tenenbaum |
2019-10-11 | stating to make returns work for out param fns | Leo Tenenbaum |
2019-10-10 | cgen more types, unary, etc. | Leo Tenenbaum |
2019-10-09 | more cgen | Leo Tenenbaum |
2019-10-09 | started cgen | Leo Tenenbaum |
2019-10-08 | eval fn calling (eval is done!!) | Leo Tenenbaum |
2019-10-07 | started eval unary &, but not done yet | Leo Tenenbaum |
2019-10-07 | more eval, but there are bugs | Leo Tenenbaum |
2019-10-06 | some work on compile time array accesses | Leo Tenenbaum |
2019-10-06 | a few small bug fixes involving eval | Leo Tenenbaum |
2019-10-06 | compile-time idents and tuples | Leo Tenenbaum |
2019-10-04 | improved declarations (multiple types in one decl) | Leo Tenenbaum |
2019-10-03 | fixed bug & added while infinite loops (now only they can have ret exprs) | Leo Tenenbaum |
2019-10-03 | fixed some arr bugs | Leo Tenenbaum |