aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/synthesizer (unfollow)
Commit message (Collapse)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 ↵Eduardo Julian5-116/+40
Code nodes.
2017-10-30- Migrated the format of synthesis nodes from a custom data-type, to just ↵Eduardo Julian2-156/+164
Code nodes.
2017-10-29- Fixed some bugs.Eduardo Julian2-21/+21
- Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
2017-10-11- Migrated new-luxc to latest version of stdlib.Eduardo Julian2-5/+6
- Some refactoring.
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
- WIP: Some other changes/additions to the new compiler.
2017-07-02- Adjusted compiler to the new lack of Char type.Eduardo Julian3-0/+195
- WIP: PM/case synthesis.
2017-06-09- Added loop synthesis.Eduardo Julian2-9/+180
- Some refactoring.
2017-06-06- Now optimizing functions.Eduardo Julian2-0/+83