aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/case.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-260/+0
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-311-19/+20
* - Fixed some bugs.Eduardo Julian2017-10-291-8/+24
* - 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
* - 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
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-2/+0
* - 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.Eduardo Julian2017-05-301-29/+28
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-8/+10
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-8/+8
* WIPEduardo Julian2017-05-201-2/+2
* - Some refactoring.Eduardo Julian2017-05-201-15/+29
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-191-0/+448