aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/synthesizer/variable.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-01- Re-organized synthesis.Eduardo Julian1-98/+0
2017-10-31- Migrated the format of analysis nodes from a custom data-type, to just ↵Eduardo Julian1-23/+21
Code nodes.
2017-10-11- Migrated new-luxc to latest version of stdlib.Eduardo Julian1-2/+2
- Some refactoring.
2017-07-02- Adjusted compiler to the new lack of Char type.Eduardo Julian1-0/+100
- WIP: PM/case synthesis.