Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-07-25 | Fix erroneous change | Camil Staps | 1 | -1/+1 |
2017-07-24 | Resolve #6: check return type | Camil Staps | 1 | -6/+4 |
2017-07-24 | Use B-stack for basic arguments (not locals): resolve #9 | Camil Staps | 1 | -74/+160 |
2017-07-24 | Optimisations | Camil Staps | 1 | -1/+18 |
2017-07-21 | Resolve #7: correctly return function result | Camil Staps | 1 | -24/+31 |
2017-07-21 | Prepend labels with __sil_ to prevent name clashes with C functions | Camil Staps | 1 | -4/+7 |
2017-07-20 | Check the type of the main function (should be Void) | Camil Staps | 1 | -1/+1 |
2017-07-20 | Cleanup | Camil Staps | 1 | -37/+36 |
2017-07-20 | Type checking | Camil Staps | 1 | -18/+95 |
2017-07-19 | Add AST checks | Camil Staps | 1 | -11/+15 |
2017-07-19 | Discard unused application results | Camil Staps | 1 | -1/+1 |
2017-07-19 | Add while and !, fix error in consecutive declarations | Camil Staps | 1 | -3/+16 |
2017-07-19 | Nomenclature: Application type is now Expression | Camil Staps | 1 | -7/+7 |
2017-07-19 | Add else if | Camil Staps | 1 | -21/+17 |
2017-07-19 | Reorganise | Camil Staps | 1 | -1/+1 |
2017-07-19 | Working fibonacci | Camil Staps | 1 | -31/+81 |
2017-07-18 | Add +, -, *, /, %, ~ | Camil Staps | 1 | -15/+72 |
2017-07-18 | Fix stack sizes | Camil Staps | 1 | -6/+15 |
2017-07-18 | ABC machine instructions | Camil Staps | 1 | -0/+1 |
2017-07-18 | Compiling seems to work | Camil Staps | 1 | -23/+89 |
2017-07-17 | Fix some incorrect ABC instructions | Camil Staps | 1 | -7/+9 |
2017-07-17 | Initial commit | Camil Staps | 1 | -0/+109 |