aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/synthesis/case.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-14- Migrated synthesis to stdlib.Eduardo Julian1-99/+0
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian1-3/+3
2017-12-02- Adjusted new-luxc to new macro-templating syntax.Eduardo Julian1-1/+1
2017-11-29- Adapted main codebase to the latest syntatic changes.Eduardo Julian1-28/+28
2017-11-21- Fixed some bugs.Eduardo Julian1-30/+39
- Some small refactoring.
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-1/+1
2017-11-12- Fixed some bugs.Eduardo Julian1-43/+47
- Improved error reporting. - Optimized pattern-matching a bit.
2017-11-09- Fixed the tests.Eduardo Julian1-10/+12
- Fixed a few bugs. - Can now translate recursion.
2017-11-06- Fixed some bugs.Eduardo Julian1-8/+17
2017-11-01- Minor refactorings.Eduardo Julian1-6/+11
- Fixed some bugs. - Enabled macro-expansion for statements.
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-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.