aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/synthesizer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized synthesis.Eduardo Julian2017-11-014-382/+0
|
* - Migrated the format of analysis nodes from a custom data-type, to just ↵Eduardo Julian2017-10-315-116/+40
| | | | Code nodes.
* - Migrated the format of synthesis nodes from a custom data-type, to just ↵Eduardo Julian2017-10-302-156/+164
| | | | Code nodes.
* - Fixed some bugs.Eduardo Julian2017-10-292-21/+21
| | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-112-5/+6
| | | - Some refactoring.
* - Function generation.Eduardo Julian2017-09-191-5/+5
|
* - 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-023-0/+195
| | | - WIP: PM/case synthesis.
* - Added loop synthesis.Eduardo Julian2017-06-092-9/+180
| | | - Some refactoring.
* - Now optimizing functions.Eduardo Julian2017-06-062-0/+83