aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/synthesizer/structure.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized synthesis.Eduardo Julian2017-11-011-49/+0
|
* - Migrated the format of synthesis nodes from a custom data-type, to just ↵Eduardo Julian2017-10-301-2/+2
| | | | Code nodes.
* - Updated new compiler to latest version of stdlib.Eduardo Julian2017-10-211-26/+30
|
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-1/+1
| | | - WIP: Some other changes/additions to the new compiler.
* - Adapted compiler to the latest stdlib changes.Eduardo Julian2017-06-271-19/+19
|
* - Implemented some synthesis algorithms and tests for primitives, ↵Eduardo Julian2017-05-311-0/+45
structures, procedures and function application. - Some refactoring.