Age | Commit message (Expand) | Author |
2020-04-25 | fixed problem where local structs were named in c | Leo Tenenbaum |
2020-04-23 | fixed error printing problem, added new test: use | Leo Tenenbaum |
2020-04-22 | improved arr system | Leo Tenenbaum |
2020-04-21 | fixed for loop problem (turns out it had to do with implicit type conversions) | Leo Tenenbaum |
2020-03-27 | removed StructDef.constants | Leo Tenenbaum |
2020-03-21 | fixed casting to #C type at runtime | Leo Tenenbaum |
2020-03-20 | fixed defer test and automatically determine whether to use color | Leo Tenenbaum |
2020-03-20 | compile time defer | Leo Tenenbaum |
2020-03-19 | removed old tuple code, found a bug | Leo Tenenbaum |
2020-03-18 | cant return a #C, improved defer test | Leo Tenenbaum |
2020-03-18 | defer seems to be fully working | Leo Tenenbaum |
2020-03-17 | removed unnecessary t->flags |= TYPE_IS_RESOLVED; | Leo Tenenbaum |
2020-03-16 | updated tests, fixed bugs | Leo Tenenbaum |
2020-03-16 | sizeof, alignof | Leo Tenenbaum |
2020-03-16 | break, continue | Leo Tenenbaum |
2020-03-15 | removed where | Leo Tenenbaum |
2020-03-13 | added where conditions for functions, discovered bug with eval returning | Leo Tenenbaum |
2020-03-13 | varargs len | Leo Tenenbaum |
2020-03-12 | fixed problems with varargs | Leo Tenenbaum |
2020-03-12 | added varargs test, showed that somethings wrong | Leo Tenenbaum |
2020-03-03 | fixing const param bug | Leo Tenenbaum |
2020-03-03 | added new test and discovered bug | Leo Tenenbaum |
2020-03-03 | new, better test system | Leo Tenenbaum |
2020-03-01 | improved command line arguments for compiler (added -no-color) | Leo Tenenbaum |
2020-03-01 | better #foreign system | Leo Tenenbaum |
2020-02-25 | cleanup and new test: arr3 | Leo Tenenbaum |
2020-02-25 | fixed bugs with new arg order system | Leo Tenenbaum |
2020-02-04 | fixed gitignore | Leo Tenenbaum |
2020-02-04 | new test: nms | Leo Tenenbaum |
2020-01-25 | each => for | Leo Tenenbaum |
2020-01-24 | ... | Leo Tenenbaum |
2020-01-24 | fixed return declarations | Leo Tenenbaum |
2020-01-23 | improved parsing fn types; fixed tests | Leo Tenenbaum |
2020-01-22 | fixed tests | Leo Tenenbaum |
2020-01-06 | cleaning up; fixed a few bugs | Leo Tenenbaum |
2020-01-03 | small things for more standard compliance | Leo Tenenbaum |
2019-12-15 | got everything working for new test: arr2 | Leo Tenenbaum |
2019-12-12 | more infer setup and better arr_foreach | Leo Tenenbaum |
2019-12-07 | fixed a double free bug | Leo Tenenbaum |
2019-12-06 | fixed a problem with default arguments | Leo Tenenbaum |
2019-12-06 | new test | Leo Tenenbaum |
2019-11-26 | cleanup, switched to enums for flags | Leo Tenenbaum |
2019-10-23 | added a test | Leo Tenenbaum |
2019-10-23 | started writing bf interpreter; found a few bugs | Leo Tenenbaum |