aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/synthesizer/case.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-01- Re-organized synthesis.Eduardo Julian1-70/+0
2017-10-31- Migrated the format of analysis nodes from a custom data-type, to just ↵Eduardo Julian1-19/+8
Code nodes.
2017-10-30- Migrated the format of synthesis nodes from a custom data-type, to just ↵Eduardo Julian1-53/+43
Code nodes.
2017-10-29- Fixed some bugs.Eduardo Julian1-12/+12
- Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
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 Julian1-0/+91
- WIP: PM/case synthesis.