aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/synthesis.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-6/+4
| | | - WIP: PM/case synthesis.
* - Added loop synthesis.Eduardo Julian2017-06-091-4/+6
| | | - Some refactoring.
* - Now optimizing functions.Eduardo Julian2017-06-061-3/+5
|
* - Implemented some synthesis algorithms and tests for primitives, ↵Eduardo Julian2017-05-311-5/+25
| | | | | structures, procedures and function application. - Some refactoring.
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-3/+5
| | | | | | - Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures.
* - 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
- WIP: Porting more code.