Age | Commit message (Expand) | Author |
2020-07-03 | removed ability to evaluate a function before it is declared at compile time;... | Leo Tenenbaum |
2020-06-26 | finished moving #include to parsing | 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-19 | removed a few unused functions | Leo Tenenbaum |
2020-05-10 | remove while loops with no condition | 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-25 | stop copying whole fn body unless necessary when generating an instance | Leo Tenenbaum |
2020-04-23 | made EXPR_IDENT a string before typing | 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-13 | cleaned up ident system; working except for for | Leo Tenenbaum |
2020-04-13 | started cleaning up for system | Leo Tenenbaum |
2020-04-01 | while implementing use, found bug with namespaces | Leo Tenenbaum |
2020-03-27 | made statement members pointers | Leo Tenenbaum |
2020-03-27 | removed StructDef.constants | Leo Tenenbaum |
2020-03-25 | improved struct member lookup | Leo Tenenbaum |
2020-03-21 | started use | 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 | started defer | Leo Tenenbaum |
2020-03-16 | made new and del functions | Leo Tenenbaum |
2020-03-16 | runtime break/continue | Leo Tenenbaum |
2020-03-15 | removed where | Leo Tenenbaum |
2020-03-15 | #error, realized this can replace where | Leo Tenenbaum |
2020-03-14 | fixed indentation | Leo Tenenbaum |
2020-03-13 | fixed small bug | Leo Tenenbaum |
2020-03-13 | added where conditions for functions, discovered bug with eval returning | Leo Tenenbaum |
2020-03-11 | error message for default varargs | Leo Tenenbaum |
2020-03-08 | more varargs | Leo Tenenbaum |
2020-03-05 | fixed 32-bit compilation warning | Leo Tenenbaum |
2020-03-03 | bug almost fixed | Leo Tenenbaum |
2020-03-03 | more bug fixing | Leo Tenenbaum |
2020-03-03 | fixing const param bug | Leo Tenenbaum |
2020-03-02 | got rid of Location in Type | Leo Tenenbaum |
2020-03-01 | switched some expression kinds to using pointers so that sizeof(Expression) i... | Leo Tenenbaum |
2020-03-01 | constants in structs | Leo Tenenbaum |
2020-02-24 | oops turns out we werent generating redeclaration errors | Leo Tenenbaum |
2020-02-20 | finished parameterized structs but found a bug | Leo Tenenbaum |
2020-02-19 | struct parameters seem to be working | Leo Tenenbaum |
2020-02-15 | more struct params & reverted to StructDef *struc; | Leo Tenenbaum |
2020-02-14 | minor improvements and preparing for struct arguments | Leo Tenenbaum |
2020-02-12 | got rid of #cache; decided it wasnt the way to go | Leo Tenenbaum |
2020-02-07 | new ident system working except for nms | Leo Tenenbaum |
2020-02-07 | still trying to fix new idents | Leo Tenenbaum |
2020-01-30 | more namespaces | Leo Tenenbaum |
2020-01-29 | more namespaces | Leo Tenenbaum |