Age | Commit message (Expand) | Author |
2020-07-11 | improved the way value memory management works | Leo Tenenbaum |
2020-07-10 | oops fixed setting stack-allocated arrs/structs | Leo Tenenbaum |
2020-07-10 | fixed problem where wrong argument type wasnt being detected | Leo Tenenbaum |
2020-07-10 | made types 16 bytes | Leo Tenenbaum |
2020-07-10 | cleaning up some stuff, fixing memory leaks | Leo Tenenbaum |
2020-07-10 | big changes to the way for loops work | Leo Tenenbaum |
2020-07-09 | fixed some bugs with tuples, new version of writei | Leo Tenenbaum |
2020-07-08 | debug and release builds; reading files still not fully tested | Leo Tenenbaum |
2020-07-03 | io is working but slow | Leo Tenenbaum |
2020-07-03 | removed ability to evaluate a function before it is declared at compile time;... | Leo Tenenbaum |
2020-06-27 | more work on fixing #ifs | Leo Tenenbaum |
2020-06-24 | started moving #include to parsing; not working yet | Leo Tenenbaum |
2020-05-23 | turned if, while, for, block into statements | Leo Tenenbaum |
2020-05-23 | started removing block ret_expr | Leo Tenenbaum |
2020-05-13 | got rid of UNARY_LEN | Leo Tenenbaum |
2020-05-04 | fixed bug with f(f(x)) solution | Leo Tenenbaum |
2020-05-04 | fixed f(f(x)) bug but it's not very nice | Leo Tenenbaum |
2020-05-03 | turns out __cdecl is only for 32-bit. now everything works except for 64-bit ... | Leo Tenenbaum |
2020-05-02 | &&, || | Leo Tenenbaum |
2020-05-02 | fixed including something multiple times | Leo Tenenbaum |
2020-05-01 | &void | Leo Tenenbaum |
2020-05-01 | #if no longer creates a block | Leo Tenenbaum |
2020-04-25 | consistently handling indexing pointer to array/slice | Leo Tenenbaum |
2020-04-25 | fixed problems with using future types | Leo Tenenbaum |
2020-04-23 | fixed problem with undeclared identifiers | Leo Tenenbaum |
2020-04-23 | made EXPR_IDENT a string before typing | Leo Tenenbaum |
2020-04-23 | fixed bug with type expressions | Leo Tenenbaum |
2020-04-23 | got rid of call inference; now inference is much simpler | Leo Tenenbaum |
2020-04-22 | improved arr system | Leo Tenenbaum |
2020-04-19 | new for loop system: eval | Leo Tenenbaum |
2020-04-13 | cleaned up ident system; working except for for | Leo Tenenbaum |
2020-04-08 | fixed compiler warnings about pointer casting | Leo Tenenbaum |
2020-04-05 | improved eval error messages | Leo Tenenbaum |
2020-04-05 | fixed some problems with use | Leo Tenenbaum |
2020-04-04 | Slice.n => Slice.len | Leo Tenenbaum |
2020-03-27 | made statement members pointers | Leo Tenenbaum |
2020-03-21 | started use | Leo Tenenbaum |
2020-03-20 | fixed compile time defer | Leo Tenenbaum |
2020-03-20 | compile time defer | Leo Tenenbaum |
2020-03-19 | #ifs inside structs | Leo Tenenbaum |
2020-03-19 | fixed IDECL_EXPR bug; version 0.5 | Leo Tenenbaum |
2020-03-17 | all tests working and defer is coming along | Leo Tenenbaum |
2020-03-17 | imrpoved block ret val situation | Leo Tenenbaum |
2020-03-16 | updated tests, fixed bugs | Leo Tenenbaum |
2020-03-16 | made new and del functions | Leo Tenenbaum |
2020-03-16 | sizeof, alignof | Leo Tenenbaum |
2020-03-16 | break, continue | Leo Tenenbaum |
2020-03-15 | #error, realized this can replace where | Leo Tenenbaum |
2020-03-14 | discovered foreign varargs bug | Leo Tenenbaum |
2020-03-14 | fixed indentation | Leo Tenenbaum |