Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-04 | more namespaces | Leo Tenenbaum | |
2020-01-30 | more namespaces | Leo Tenenbaum | |
2020-01-29 | started namespaces | Leo Tenenbaum | |
2020-01-29 | got rid of packages. | Leo Tenenbaum | |
2020-01-27 | #include | Leo Tenenbaum | |
2020-01-25 | each => for | Leo Tenenbaum | |
2020-01-25 | passing structs to foreign functions | Leo Tenenbaum | |
2020-01-25 | improved location system | Leo Tenenbaum | |
2020-01-24 | more #builtin | Leo Tenenbaum | |
2020-01-19 | more work on #foreign | Leo Tenenbaum | |
2020-01-18 | started #foreign | Leo Tenenbaum | |
2020-01-17 | Location bug fix and (&Package).something | Leo Tenenbaum | |
2020-01-12 | fixed memory leaks | Leo Tenenbaum | |
2020-01-11 | eval for imported stuff | Leo Tenenbaum | |
2020-01-10 | a bit more importing | Leo Tenenbaum | |
2020-01-09 | changed TYPE_TYPE,PKG to TYPE_BUILTINs | Leo Tenenbaum | |
2020-01-09 | better error system | Leo Tenenbaum | |
2020-01-09 | switched to new error system! | Leo Tenenbaum | |
2020-01-09 | started changing location system | Leo Tenenbaum | |
2020-01-07 | formatting (emacs doesnt like my tabs) | Leo Tenenbaum | |
2020-01-07 | fixed bug with multiline comments | Leo Tenenbaum | |
2020-01-05 | better package file output | Leo Tenenbaum | |
2020-01-05 | package names | Leo Tenenbaum | |
2020-01-05 | exporting identifiers | Leo Tenenbaum | |
2020-01-04 | formatting | Leo Tenenbaum | |
2020-01-03 | small things for more standard compliance | Leo Tenenbaum | |
2020-01-02 | updated copyright year | Leo Tenenbaum | |
2020-01-02 | more exporting... this is gonna take a while | Leo Tenenbaum | |
2019-12-22 | more exporting | Leo Tenenbaum | |
2019-12-22 | started exporting system | Leo Tenenbaum | |
2019-12-16 | got rid of coloncolon | Leo Tenenbaum | |
2019-12-10 | made Expression smaller | Leo Tenenbaum | |
2019-12-10 | changed Location to be smaller | 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 | better error system | Leo Tenenbaum | |
2019-12-07 | fixed something weird going on with the tokenizer that might be a bug in clang | Leo Tenenbaum | |
2019-12-07 | added license | Leo Tenenbaum | |
2019-12-06 | @ => :: (looks nicer) | Leo Tenenbaum | |
2019-11-30 | trying to make this compilable with a c++ compiler | Leo Tenenbaum | |
maybe it works on some but gccs not happy with my gotos... | |||
2019-11-19 | fixed problems with const params | Leo Tenenbaum | |
2019-11-17 | moved constant param system to typing. | Leo Tenenbaum | |
2019-11-14 | cleaning up some stuff | Leo Tenenbaum | |
2019-11-11 | declarations for functions with constant parameters | Leo Tenenbaum | |
2019-11-08 | +=, -=, /=, *= | Leo Tenenbaum | |
2019-11-08 | fixed, e.g. each x := x | Leo Tenenbaum | |
2019-11-04 | each loops! | Leo Tenenbaum | |
2019-11-02 | did part of #sizeof/alignof directives for compile-time size and aligns of types | Leo Tenenbaum | |
realizing that the current user type system has bugs; will need to switch to one which isn't identifier based after resolving. | |||
2019-10-31 | fixed the bug (but i'm not happy about the solution) | Leo Tenenbaum | |
2019-10-31 | basic . operator | Leo Tenenbaum | |