Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-07-27 | Don't allow tuples with arity > 32 (ABC-machine limitation) | Camil Staps | 1 | -0/+1 |
2017-07-27 | Add tuples (see #1) | Camil Staps | 1 | -0/+2 |
2017-07-24 | Use B-stack for basic arguments (not locals): resolve #9 | Camil Staps | 1 | -2/+15 |
2017-07-20 | Check the type of the main function (should be Void) | Camil Staps | 1 | -1/+3 |
2017-07-20 | Type checking | Camil Staps | 1 | -0/+36 |