Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2022-02-09 | Add support for "case" statementsHEADtrh/submission | Tom Harley | -14/+89 |
2022-01-27 | Add support for "let" statements | Tom Harley | -1/+49 |
2020-01-25 | Committed version of codebase | Tom Harley | -56/+621 |
2020-01-12 | Add some LLVM attributes to functions | Tom Harley | -12/+67 |
2020-01-11 | Make tail recursion mod cons toggleable | Tom Harley | -42/+70 |
2020-01-11 | Rename compiler to sinc | Tom Harley | -22/+22 |
2020-01-11 | Tidying up | Tom Harley | -555/+62 |
2020-01-11 | Added int width specifiers | Tom Harley | -5973/+161 |
2020-01-08 | Add option to enable/disable boxing | Tom Harley | -50/+181 |
2020-01-08 | I should commit more | Tom Harley | -231/+1303 |
2019-12-23 | checkpoint | Tom Harley | -884/+7955 |
2019-11-10 | Add basics for interpreter; add CLI options | Tom Harley | -54/+236 |
2019-10-30 | Enable -Weverything | Tom Harley | -57/+117 |
2019-10-29 | Box everything | Tom Harley | -33/+83 |
2019-10-28 | Add struct type definitions | Tom Harley | -6/+118 |
2019-10-12 | Implement recursive definition support | Tom Harley | -7/+57 |
2019-10-09 | Implement function definitions | Tom Harley | -79/+317 |
2019-10-03 | Support + and * operations | Tom Harley | -29/+258 |
2019-09-30 | Initial commit | Tom Harley | -0/+263 |