Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-30 | Start with positional errors (see #5) | Camil Staps | 1 | -53/+38 | |
2017-07-28 | Add globals on A-stack | Camil Staps | 1 | -0/+9 | |
2017-07-27 | Resolve #4: mandatory initial values for basic locals | Camil Staps | 1 | -1/+2 | |
2017-07-21 | A codeblock ending with a machine statement can be considered sure to return | Camil Staps | 1 | -0/+1 | |
2017-07-20 | Fix: main can have any result, but no arguments | Camil Staps | 1 | -2/+2 | |
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 | |