aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/synthesizer (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-01- Re-organized synthesis.Eduardo Julian4-382/+0
2017-10-31- Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian5-116/+40
2017-10-30- Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian2-156/+164
2017-10-29- Fixed some bugs.Eduardo Julian2-21/+21
2017-10-11- Migrated new-luxc to latest version of stdlib.Eduardo Julian2-5/+6
2017-09-19- Function generation.Eduardo Julian1-5/+5
2017-09-05- Updated new compiler's code to the recent changes in the language.Eduardo Julian1-2/+2
2017-07-02- Adjusted compiler to the new lack of Char type.Eduardo Julian3-0/+195
2017-06-09- Added loop synthesis.Eduardo Julian2-9/+180
2017-06-06- Now optimizing functions.Eduardo Julian2-0/+83