Age | Commit message (Expand) | Author |
2020-06-27 | figured out what the problem with the types test was | Leo Tenenbaum |
2020-05-13 | check for circular includes | Leo Tenenbaum |
2020-04-26 | use struct member!!! | 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-22 | improved arr system | 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 |
2020-03-25 | improved struct member lookup | Leo Tenenbaum |
2020-03-19 | fixed IDECL_EXPR bug; version 0.5 | Leo Tenenbaum |
2020-03-14 | fixed indentation | Leo Tenenbaum |
2020-02-26 | cleaned up a few TODOs | Leo Tenenbaum |
2020-02-26 | removed unneeded functions | Leo Tenenbaum |
2020-02-25 | minor bits of cleanup | Leo Tenenbaum |
2020-02-24 | oops turns out we werent generating redeclaration errors | Leo Tenenbaum |
2020-02-07 | allow namespace access with nms[string] | Leo Tenenbaum |
2020-02-07 | finished new ident system | 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-02-06 | more new idents | Leo Tenenbaum |
2020-02-06 | more work on new ident system; not quite working yet | Leo Tenenbaum |
2020-02-05 | switching to new ident system and wow it makes everything so much simpler | Leo Tenenbaum |
2020-02-04 | more namespaces | Leo Tenenbaum |
2020-02-04 | nms . typing and fixing cgen for local namespaces | Leo Tenenbaum |
2020-01-31 | more namespaces | Leo Tenenbaum |
2020-01-30 | more namespaces | Leo Tenenbaum |
2020-01-25 | more #builtin. realized theres a problem with pkgs... | Leo Tenenbaum |
2020-01-24 | more #builtin | Leo Tenenbaum |
2020-01-19 | extracted hash table for future use by foreign to avoid loading libraries twice | Leo Tenenbaum |
2020-01-17 | code cleanup (FnExpr now contains Location) | Leo Tenenbaum |
2020-01-15 | fixed several problems with packages. arr_foreach works now! | Leo Tenenbaum |
2020-01-14 | extern variable declarations | Leo Tenenbaum |
2020-01-14 | named args for imported fns | Leo Tenenbaum |
2020-01-14 | packages finally mostly working! | Leo Tenenbaum |
2020-01-13 | more packages | Leo Tenenbaum |
2020-01-12 | fixed memory leaks | Leo Tenenbaum |
2020-01-12 | better identifier system (uses much less memory) | Leo Tenenbaum |
2020-01-11 | eval for imported stuff | Leo Tenenbaum |
2020-01-10 | more importing | Leo Tenenbaum |
2020-01-10 | a bit more importing | Leo Tenenbaum |
2020-01-08 | importing identifiers | Leo Tenenbaum |
2020-01-06 | fixed bug with cgen structs | Leo Tenenbaum |
2020-01-05 | exporting identifiers | Leo Tenenbaum |
2020-01-04 | formatting | Leo Tenenbaum |
2020-01-02 | updated copyright year | Leo Tenenbaum |
2019-12-20 | switched to different ID system for identgs | Leo Tenenbaum |
2019-12-18 | added identifier IDs | Leo Tenenbaum |
2019-12-08 | changed post to preincrement (it actually does make a difference with tcc) | Leo Tenenbaum |
2019-12-08 | checking for duplicate args | Leo Tenenbaum |
2019-12-08 | fixed named args | Leo Tenenbaum |