aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/function.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-111/+0
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-311-6/+10
* - Fixed some bugs.Eduardo Julian2017-10-291-4/+9
* - Fixed some type-checking errors.Eduardo Julian2017-10-221-12/+12
* - 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-22/+23
* - Re-named luxc/env to luxc/scope.Eduardo Julian2017-09-081-3/+3
* - Adapted compiler to the latest stdlib changes.Eduardo Julian2017-06-271-10/+8
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-311-4/+1
* - Documented the analysis phase.Eduardo Julian2017-05-301-3/+5
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-3/+3
* WIPEduardo Julian2017-05-201-93/+15
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-191-71/+66
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-2/+1
* WIPEduardo Julian2017-05-151-0/+188