aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/synthesizer.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-organized synthesis.Eduardo Julian2017-11-011-184/+0
* - Fixed a bug when synthetizing pattern-matching.Eduardo Julian2017-10-311-1/+1
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-311-78/+67
* - Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian2017-10-301-60/+107
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-7/+7
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-23/+24
* - Function generation.Eduardo Julian2017-09-191-6/+6
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-1/+1
* - 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-33/+34
* - Added loop synthesis.Eduardo Julian2017-06-091-124/+47
* - Now optimizing functions.Eduardo Julian2017-06-061-100/+80
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-311-40/+238
* - Some refactoring.Eduardo Julian2017-05-201-2/+1
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-191-1/+1
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-12/+13
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-3/+36
* - WIP: Implemented more functionality.Eduardo Julian2017-05-031-4/+2
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-011-0/+14