Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-organized analysis. | Eduardo Julian | 2017-10-31 | 1 | -227/+0 |
| | |||||
* | - Updated new compiler to latest version of stdlib. | Eduardo Julian | 2017-10-21 | 1 | -94/+96 |
| | |||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -9/+9 |
| | |||||
* | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 2017-10-11 | 1 | -4/+5 |
| | | | - Some refactoring. | ||||
* | - Added pattern-matching compilation. | Eduardo Julian | 2017-09-17 | 1 | -11/+11 |
| | |||||
* | - Replaced the term "total" with "exhaustive". | Eduardo Julian | 2017-09-07 | 1 | -23/+23 |
| | |||||
* | - Added more tests for pattern-matching analysis. | Eduardo Julian | 2017-09-07 | 1 | -19/+68 |
| | |||||
* | - Updated new compiler's code to the recent changes in the language. | Eduardo Julian | 2017-09-05 | 1 | -11/+11 |
| | | | - WIP: Some other changes/additions to the new compiler. | ||||
* | - Adjusted compiler to the new lack of Char type. | Eduardo Julian | 2017-07-02 | 1 | -1/+0 |
| | | | - WIP: PM/case synthesis. | ||||
* | - Adapted compiler to the latest stdlib changes. | Eduardo Julian | 2017-06-27 | 1 | -32/+32 |
| | |||||
* | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 2017-06-12 | 1 | -1/+2 |
| | | | | - Implemented compilation of primitives. - Implemented compilation of structures. | ||||
* | - Implemented some synthesis algorithms and tests for primitives, ↵ | Eduardo Julian | 2017-05-31 | 1 | -3/+3 |
| | | | | | structures, procedures and function application. - Some refactoring. | ||||
* | - Fixes for pattern-matching (case) analysis. | Eduardo Julian | 2017-05-29 | 1 | -0/+175 |
- Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures. |