aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Function generation.Eduardo Julian2017-09-191-1/+1
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-052-4/+4
* - 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-022-10/+6
* - Added loop synthesis.Eduardo Julian2017-06-091-4/+6
* - Now optimizing functions.Eduardo Julian2017-06-061-3/+5
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-312-6/+85
* - Some refactoring.Eduardo Julian2017-05-302-18/+14
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-292-5/+7
* - Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2017-05-201-2/+3
* - Some refactoring.Eduardo Julian2017-05-203-6/+3
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-192-2/+2
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-2/+2
* WIPEduardo Julian2017-05-151-11/+3
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-093-0/+66