Age | Commit message (Expand) | Author |
2020-01-08 | importing identifiers | Leo Tenenbaum |
2020-01-08 | reading package name and code | Leo Tenenbaum |
2020-01-08 | more importing (also turns out export is a keyword in c++) | Leo Tenenbaum |
2020-01-08 | finished read_ functions | Leo Tenenbaum |
2020-01-07 | naming consistency | Leo Tenenbaum |
2020-01-07 | formatting (emacs doesnt like my tabs) | Leo Tenenbaum |
2020-01-06 | started importing | Leo Tenenbaum |
2020-01-06 | fixed #alignof | Leo Tenenbaum |
2020-01-06 | fixed bug with cgen structs | Leo Tenenbaum |
2020-01-06 | changed syntax for tuples to allow for complicated types | Leo Tenenbaum |
2020-01-06 | improved naming of exported functions in C | Leo Tenenbaum |
2020-01-05 | package names | Leo Tenenbaum |
2020-01-05 | exporting identifiers | Leo Tenenbaum |
2020-01-04 | finished export_expr | Leo Tenenbaum |
2020-01-04 | more exporting + bugfix | Leo Tenenbaum |
2020-01-04 | formatting | Leo Tenenbaum |
2020-01-04 | vlqs for exporting | Leo Tenenbaum |
2020-01-04 | more exporting | Leo Tenenbaum |
2020-01-04 | fixed potential future bug, which wasnt causing problems right now | Leo Tenenbaum |
2020-01-03 | fixed a bug with returning | Leo Tenenbaum |
2020-01-03 | small things for more standard compliance | Leo Tenenbaum |
2020-01-02 | fixed goto problem when compiling as c++ | 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-20 | switched to different ID system for identgs | Leo Tenenbaum |
2019-12-18 | added identifier IDs | Leo Tenenbaum |
2019-12-16 | got rid of coloncolon | Leo Tenenbaum |
2019-12-12 | more infer setup and better arr_foreach | Leo Tenenbaum |
2019-12-10 | made Expression smaller | Leo Tenenbaum |
2019-12-10 | changed Location to be smaller | Leo Tenenbaum |
2019-12-09 | more stuff for inferred params | Leo Tenenbaum |
2019-12-07 | reduced copying and other cleanup | Leo Tenenbaum |
2019-12-07 | added license | Leo Tenenbaum |
2019-12-06 | cleaned up instance typing code (which fixed a bug) | Leo Tenenbaum |
2019-12-06 | @ => :: (looks nicer) | Leo Tenenbaum |
2019-12-05 | Arr works!!!! | Leo Tenenbaum |
2019-12-02 | fixed type ret vals bug! | Leo Tenenbaum |
2019-12-01 | improved vbs (now its done during typing instead of parsing) | Leo Tenenbaum |
2019-11-30 | fixed some bugs involving returning types | Leo Tenenbaum |
2019-11-30 | cleanup, found a weird bug | Leo Tenenbaum |
2019-11-30 | got rid of TYPE_USER!! | Leo Tenenbaum |
2019-11-28 | started dealing with calling "type functions" | Leo Tenenbaum |
2019-11-27 | started to set up type parameters | Leo Tenenbaum |
2019-11-27 | fixed problem where functions could have tuple parameters | Leo Tenenbaum |
2019-11-26 | cleanup, switched to enums for flags | Leo Tenenbaum |
2019-11-24 | started to get fn(t @ Type, x: t) to work | Leo Tenenbaum |
2019-11-20 | started to turn type parameters into aliases | Leo Tenenbaum |
2019-11-20 | fixed some bugs; caused some others | Leo Tenenbaum |