Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-30 | Add positions to Statements | Camil Staps | 1 | -2/+2 | |
2017-07-30 | Reorganise: make Position a field in Syntax types | Camil Staps | 4 | -17/+9 | |
2017-07-30 | Make ParseState unique to reduce heap use | Camil Staps | 2 | -37/+64 | |
2017-07-30 | Start with positional errors (see #5) | Camil Staps | 4 | -26/+77 | |
2017-07-29 | Cleanup; add <> < > <= >= | Camil Staps | 1 | -6/+10 | |
2017-07-28 | Add globals on A-stack | Camil Staps | 1 | -2/+2 | |
2017-07-27 | Centralise errors (needed for positional errors #5) | Camil Staps | 2 | -12/+12 | |
2017-07-27 | Resolve #4: mandatory initial values for basic locals | Camil Staps | 1 | -1/+5 | |
2017-07-20 | Type checking | Camil Staps | 1 | -0/+1 | |
2017-07-19 | Add while and ! to printer | Camil Staps | 1 | -0/+2 | |
2017-07-19 | Nomenclature: Application type is now Expression | Camil Staps | 1 | -1/+1 | |
2017-07-19 | Add else if | Camil Staps | 1 | -6/+7 | |
2017-07-19 | Reorganise | Camil Staps | 4 | -0/+254 | |