aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/case.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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