Age | Commit message (Expand) | Author |
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-04 | found a bug: f(f(x)) | Leo Tenenbaum |
2020-05-03 | better unrecognized expression error message | Leo Tenenbaum |
2020-05-03 | got tests to work on BSD | Leo Tenenbaum |
2020-05-03 | got tests to work on linux again | Leo Tenenbaum |
2020-05-03 | oops forgot about this | Leo Tenenbaum |
2020-05-03 | got tests to work on windows (fixed some problems with them) | Leo Tenenbaum |
2020-05-03 | trying to make std/*.toc portable, fwrite not working for some reason | Leo Tenenbaum |
2020-05-03 | 64-bit #foreign arguments | Leo Tenenbaum |
2020-05-03 | turns out __cdecl is only for 32-bit. now everything works except for 64-bit ... | Leo Tenenbaum |
2020-05-03 | started windows #foreign support -- floating point not working yet--also foun... | Leo Tenenbaum |
2020-05-02 | &&, || | Leo Tenenbaum |
2020-05-02 | removed unnecessary builtins | Leo Tenenbaum |
2020-05-02 | fixed including something multiple times | Leo Tenenbaum |
2020-05-01 | made output for void pointer arithmetic standard-compliant | Leo Tenenbaum |
2020-05-01 | null | Leo Tenenbaum |
2020-05-01 | &void | Leo Tenenbaum |
2020-05-01 | #if no longer creates a block | Leo Tenenbaum |
2020-04-28 | #ifs cant return values | Leo Tenenbaum |
2020-04-28 | cleanup | Leo Tenenbaum |
2020-04-26 | verbose option | Leo Tenenbaum |
2020-04-26 | added more stuff in use test because of used struct members | Leo Tenenbaum |
2020-04-26 | use struct member!!! | Leo Tenenbaum |
2020-04-25 | consistently handling indexing pointer to array/slice | Leo Tenenbaum |
2020-04-25 | stop copying whole fn body unless necessary when generating an instance | Leo Tenenbaum |
2020-04-25 | fixed problems with using future types | Leo Tenenbaum |
2020-04-25 | improved #include error handling | Leo Tenenbaum |
2020-04-25 | fixed global slices | Leo Tenenbaum |
2020-04-25 | fixed problem where local structs were named in c | Leo Tenenbaum |
2020-04-24 | fixed problems with using future types | Leo Tenenbaum |
2020-04-24 | improve cgen for loops and allow returning something of unknown type | Leo Tenenbaum |
2020-04-24 | fixed problems with using _ as an identifier | 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-23 | fixed error printing problem, added new test: use | Leo Tenenbaum |
2020-04-22 | used for loops | Leo Tenenbaum |
2020-04-22 | improved arr system | Leo Tenenbaum |
2020-04-21 | fixed for loop problem (turns out it had to do with implicit type conversions) | Leo Tenenbaum |
2020-04-19 | new for loop system: eval | Leo Tenenbaum |
2020-04-19 | fixing some for loop stuff | Leo Tenenbaum |
2020-04-19 | annotating index type for loops | Leo Tenenbaum |
2020-04-19 | new for loop system: cgen | Leo Tenenbaum |
2020-04-19 | new for system: typing | Leo Tenenbaum |
2020-04-13 | started getting for to work | Leo Tenenbaum |
2020-04-13 | cleaned up ident system; working except for for | Leo Tenenbaum |
2020-04-13 | started cleaning up for system | Leo Tenenbaum |
2020-04-13 | cleaned up struct member access with struct[member_as_string] by replacing it... | Leo Tenenbaum |