aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/synthesis.lux (follow)
Commit message (Collapse)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 ↵Eduardo Julian2017-10-311-2/+0
| | | | Code nodes.
* - Migrated the format of synthesis nodes from a custom data-type, to just ↵Eduardo Julian2017-10-301-36/+2
| | | | Code nodes.
* - 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
| | | - WIP: Some other changes/additions to the new compiler.
* - 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.