aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition".Eduardo Julian2017-07-021-3/+3
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-4/+2
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-311-1/+60
* - Some refactoring.Eduardo Julian2017-05-301-4/+14
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-2/+2
* - Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2017-05-201-2/+3
* - Some refactoring.Eduardo Julian2017-05-201-2/+1
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-191-1/+1
* WIPEduardo Julian2017-05-151-11/+3
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-0/+30