aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/case.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-260/+0
|
* - Migrated the format of analysis nodes from a custom data-type, to just ↵Eduardo Julian2017-10-311-19/+20
| | | | Code nodes.
* - Fixed some bugs.Eduardo Julian2017-10-291-8/+24
| | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-29/+29
|
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-54/+54
| | | - Some refactoring.
* - Re-named luxc/env to luxc/scope.Eduardo Julian2017-09-081-3/+3
|
* - Replaced the term "total" with "exhaustive".Eduardo Julian2017-09-071-2/+2
|
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-10/+10
| | | - WIP: Some other changes/additions to the new compiler.
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-2/+0
| | | - WIP: PM/case synthesis.
* - Adapted compiler to the latest stdlib changes.Eduardo Julian2017-06-271-1/+1
|
* - Documented the analysis phase.Eduardo Julian2017-05-301-256/+38
| | | | - Some refactoring. - Removed singleton variants.
* - Some refactoring.Eduardo Julian2017-05-301-29/+28
|
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-8/+10
| | | | | | - Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures.
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-8/+8
|
* WIPEduardo Julian2017-05-201-2/+2
| | | | - Added analysis and type-inference for records and tagged variants. - Extracted inference code to a separate module for better reuse.
* - Some refactoring.Eduardo Julian2017-05-201-15/+29
|
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-191-0/+448