aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/case.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-225/+0
|
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-311-4/+4
|
* - Migrated the format of synthesis nodes from a custom data-type, to just ↵Eduardo Julian2017-10-301-82/+80
| | | | Code nodes.
* - Fixed some bugs.Eduardo Julian2017-10-291-25/+38
| | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-38/+38
|
* - Function generation.Eduardo Julian2017-09-191-9/+9
|
* - Added pattern-matching compilation.Eduardo Julian2017-09-171-0/+214