aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/analyser/case.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-227/+0
|
* - Updated new compiler to latest version of stdlib.Eduardo Julian2017-10-211-94/+96
|
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-9/+9
|
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-4/+5
| | | - Some refactoring.
* - Added pattern-matching compilation.Eduardo Julian2017-09-171-11/+11
|
* - Replaced the term "total" with "exhaustive".Eduardo Julian2017-09-071-23/+23
|
* - Added more tests for pattern-matching analysis.Eduardo Julian2017-09-071-19/+68
|
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-11/+11
| | | - WIP: Some other changes/additions to the new compiler.
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-1/+0
| | | - WIP: PM/case synthesis.
* - Adapted compiler to the latest stdlib changes.Eduardo Julian2017-06-271-32/+32
|
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-121-1/+2
| | | | - Implemented compilation of primitives. - Implemented compilation of structures.
* - Implemented some synthesis algorithms and tests for primitives, ↵Eduardo Julian2017-05-311-3/+3
| | | | | structures, procedures and function application. - Some refactoring.
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-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.