Age | Commit message (Expand) | Author |
2020-07-03 | io is working but slow | Leo Tenenbaum |
2020-05-19 | got rid of decls_cgen, cleaned up a bunch of stuff | Leo Tenenbaum |
2020-05-06 | system v amd64 calling convention | Leo Tenenbaum |
2020-05-05 | added #foreign MSVC 64-bit but broke something else | Leo Tenenbaum |
2020-05-03 | trying to make std/*.toc portable, fwrite not working for some reason | 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-01 | &void | Leo Tenenbaum |
2020-04-25 | fixed problems with using future types | Leo Tenenbaum |
2020-04-22 | improved arr system | Leo Tenenbaum |
2020-03-22 | more use | Leo Tenenbaum |
2020-03-19 | fixed IDECL_EXPR bug; version 0.5 | Leo Tenenbaum |
2020-03-18 | defer seems to be working with functions now | Leo Tenenbaum |
2020-03-17 | started defer | Leo Tenenbaum |
2020-03-16 | switched to labels for break/continue so that switch works in the future | Leo Tenenbaum |
2020-03-11 | improved bsd support | Leo Tenenbaum |
2020-03-11 | error message for default varargs | Leo Tenenbaum |
2020-03-04 | corrected comment | Leo Tenenbaum |
2020-03-01 | improved command line arguments for compiler (added -no-color) | Leo Tenenbaum |
2020-02-29 | new foreign system working like old one did now | Leo Tenenbaum |
2020-02-26 | removed unneeded functions | Leo Tenenbaum |
2020-02-26 | syntax for including something into a namespace | Leo Tenenbaum |
2020-02-26 | cgen no longer produces errors! | Leo Tenenbaum |
2020-02-26 | Status, removed errors from sdecls_cgen | Leo Tenenbaum |
2020-02-25 | compatibility cleanup | Leo Tenenbaum |
2020-02-25 | much better circular dependency checking system for structs | Leo Tenenbaum |
2020-02-25 | fixed bugs with new arg order system | Leo Tenenbaum |
2020-02-24 | struct param inference | Leo Tenenbaum |
2020-02-07 | fixed leaks | Leo Tenenbaum |
2020-02-07 | new ident system almost working | Leo Tenenbaum |
2020-02-07 | still trying to fix new idents | Leo Tenenbaum |
2020-02-05 | switching to new ident system and wow it makes everything so much simpler | Leo Tenenbaum |
2020-02-04 | bug fixes | Leo Tenenbaum |
2020-02-04 | new test: nms | 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 | passing structs to foreign functions | Leo Tenenbaum |
2020-01-22 | runtime foreign | Leo Tenenbaum |
2020-01-19 | extracted hash table for future use by foreign to avoid loading libraries twice | Leo Tenenbaum |
2020-01-19 | #foreign is kinda working now! | Leo Tenenbaum |
2020-01-19 | more #foreign | Leo Tenenbaum |
2020-01-17 | Location bug fix and (&Package).something | Leo Tenenbaum |
2020-01-14 | declarations of imported things in C!!! | Leo Tenenbaum |
2020-01-11 | renamed typedefs_cgen.c | Leo Tenenbaum |
2020-01-11 | removed unnecessary c code generation | Leo Tenenbaum |
2020-01-10 | realized i need to be able to export untyped expressions! | Leo Tenenbaum |
2020-01-09 | changed TYPE_TYPE,PKG to TYPE_BUILTINs | Leo Tenenbaum |
2020-01-08 | more importing (also turns out export is a keyword in c++) | Leo Tenenbaum |
2020-01-07 | put small functions together and cleaned up float exporting | Leo Tenenbaum |