aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-named luxc/env to luxc/scope.Eduardo Julian2017-09-084-11/+11
* - Replaced the term "total" with "exhaustive".Eduardo Julian2017-09-072-28/+28
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-056-100/+100
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-031-32/+32
* - Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition".Eduardo Julian2017-07-021-2/+2
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-023-4/+1
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-301-3/+2
* - Adapted compiler to the latest stdlib changes.Eduardo Julian2017-06-274-18/+16
* - Added loop synthesis.Eduardo Julian2017-06-091-4/+4
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-312-55/+5
* - Documented the analysis phase.Eduardo Julian2017-05-308-500/+641
* - Some refactoring.Eduardo Julian2017-05-302-40/+38
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-297-366/+381
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-8/+8
* - Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2017-05-202-68/+90
* WIPEduardo Julian2017-05-204-166/+269
* - Some refactoring.Eduardo Julian2017-05-203-19/+32
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-194-75/+580
* - Renamed "Error" to "Result".Eduardo Julian2017-05-173-6/+3
* WIPEduardo Julian2017-05-159-451/+828
* - WIP: Function analysis.Eduardo Julian2017-05-141-1/+143
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-093-32/+30
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-8/+8
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-072-6/+6
* - WIP: Implemented more functionality.Eduardo Julian2017-05-032-0/+333