Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-07-20 | Check the type of the main function (should be Void) | Camil Staps | 1 | -6/+21 |
2017-07-20 | Type checking | Camil Staps | 1 | -0/+1 |
2017-07-20 | Add checks for locals with type Void | Camil Staps | 1 | -4/+12 |
2017-07-19 | Add checks: no main, duplicate function, duplicate local | Camil Staps | 1 | -19/+60 |
2017-07-19 | Fix testing code | Camil Staps | 1 | -1/+1 |
2017-07-19 | Add NoReturnFromNonVoidError | Camil Staps | 1 | -5/+16 |
2017-07-19 | Add AST checks | Camil Staps | 1 | -0/+49 |