aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/synthesis/function.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-29- Adapted main codebase to the latest syntatic changes.Eduardo Julian1-9/+9
2017-11-01- Re-organized synthesis.Eduardo Julian1-0/+0
2017-10-31- Migrated the format of analysis nodes from a custom data-type, to just ↵Eduardo Julian1-39/+4
Code nodes.
2017-10-29- Fixed some bugs.Eduardo Julian1-9/+9
- Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
2017-07-02- Adjusted compiler to the new lack of Char type.Eduardo Julian1-0/+4
- WIP: PM/case synthesis.
2017-06-09- Added loop synthesis.Eduardo Julian1-9/+14
- Some refactoring.
2017-06-06- Now optimizing functions.Eduardo Julian1-0/+55