Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-07-20 | Check the type of the main function (should be Void) | Camil Staps | 1 | -2/+4 |
2017-07-20 | Add checks for locals with type Void | Camil Staps | 1 | -0/+1 |
2017-07-19 | Add checks: no main, duplicate function, duplicate local | Camil Staps | 1 | -1/+4 |
2017-07-19 | Add AST checks | Camil Staps | 1 | -0/+15 |