Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Adapted compiler to the latest stdlib changes. | Eduardo Julian | 2017-06-27 | 1 | -4/+4 |
| | |||||
* | - Implemented some synthesis algorithms and tests for primitives, ↵ | Eduardo Julian | 2017-05-31 | 1 | -51/+4 |
| | | | | | structures, procedures and function application. - Some refactoring. | ||||
* | - Documented the analysis phase. | Eduardo Julian | 2017-05-30 | 1 | -232/+197 |
| | | | | - Some refactoring. - Removed singleton variants. | ||||
* | - Some refactoring. | Eduardo Julian | 2017-05-30 | 1 | -11/+10 |
| | |||||
* | - Fixes for pattern-matching (case) analysis. | Eduardo Julian | 2017-05-29 | 1 | -0/+351 |
- Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures. |