aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/synthesis.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-231-8/+0
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-1/+1
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-311-2/+0
* - Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian2017-10-301-36/+2
* - Function generation.Eduardo Julian2017-09-191-1/+1
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-2/+2
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-6/+4
* - 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-311-5/+25
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-3/+5
* - Some refactoring.Eduardo Julian2017-05-201-2/+1
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-2/+2
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-0/+21