Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-27 | Resolve #4: mandatory initial values for basic locals | Camil Staps | 1 | -2/+3 | |
2017-07-20 | Type checking | Camil Staps | 1 | -11/+2 | |
2017-07-20 | Add checks for locals with type Void | Camil Staps | 1 | -0/+9 | |
2017-07-19 | Add AST checks | Camil Staps | 1 | -0/+11 | |
2017-07-19 | Add while and !, fix error in consecutive declarations | Camil Staps | 1 | -0/+1 | |
2017-07-19 | Nomenclature: Application type is now Expression | Camil Staps | 1 | -10/+10 | |
2017-07-19 | Add else if | Camil Staps | 1 | -1/+1 | |
2017-07-19 | Reorganise | Camil Staps | 1 | -0/+10 | |
2017-07-19 | Working fibonacci | Camil Staps | 1 | -5/+8 | |
2017-07-18 | Add +, -, *, /, %, ~ | Camil Staps | 1 | -0/+12 | |
2017-07-18 | ABC machine instructions | Camil Staps | 1 | -0/+1 | |
2017-07-17 | Initial commit | Camil Staps | 1 | -0/+52 | |