Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-07-21 | Resolve #7: correctly return function result | Camil Staps | 1 | -0/+5 |
2017-07-21 | Prepend labels with __sil_ to prevent name clashes with C functions | Camil Staps | 1 | -0/+7 |
2017-07-20 | Type checking | Camil Staps | 1 | -0/+1 |
2017-07-20 | Add checks for locals with type Void | Camil Staps | 1 | -0/+4 |
2017-07-19 | Add checks: no main, duplicate function, duplicate local | Camil Staps | 1 | -0/+18 |
2017-07-19 | Add AST checks | Camil Staps | 2 | -8/+7 |
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 | -0/+19 |
2017-07-19 | Add else if | Camil Staps | 1 | -6/+4 |
2017-07-19 | Working fibonacci | Camil Staps | 1 | -0/+15 |