Age | Commit message (Expand) | Author |
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 |
2019-11-17 | started writing code to copy exprs and other stuff | Leo Tenenbaum |
2019-11-17 | moved constant param system to typing. | Leo Tenenbaum |
2019-11-16 | :@ | Leo Tenenbaum |
2019-11-13 | fixed a bunch of bugs!! | Leo Tenenbaum |
2019-11-13 | local & anonymous fns with const params | Leo Tenenbaum |
2019-11-12 | improved compile time params | Leo Tenenbaum |
2019-11-12 | compile time parameters | Leo Tenenbaum |
2019-11-11 | declarations for functions with constant parameters | Leo Tenenbaum |
2019-11-10 | added hash table test & fixed bugs there | Leo Tenenbaum |
2019-11-10 | improved some integer type stuff | Leo Tenenbaum |
2019-11-10 | wrote value hash table for compile time arguments | Leo Tenenbaum |
2019-11-09 | got rid of _FLAG_ everywhere | Leo Tenenbaum |
2019-11-08 | added value exprs in preparation for compile time arguments | Leo Tenenbaum |
2019-11-08 | +=, -=, /=, *= | Leo Tenenbaum |