aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/case.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* No passing the archive as a parameter to all phases.Eduardo Julian2020-03-181-26/+28
* Re-located code related to Lux's compilation across the different phases.Eduardo Julian2020-01-111-2/+4
* Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-3/+9
* More fixes.Eduardo Julian2019-09-141-8/+6
* Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian2019-09-071-8/+7
* Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian2019-09-071-16/+18
* Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian2019-08-201-1/+2
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-201-49/+21
* Got the new compiler working again.Eduardo Julian2019-08-101-4/+4
* Some fixes for the scripting languages.Eduardo Julian2019-06-141-0/+34
* Now inlining the pattern-matching POP and PEEK operations.Eduardo Julian2019-05-011-16/+2
* Moved JVM type machinery to stdlib.Eduardo Julian2019-04-271-15/+17
* Made some new-luxc modules "old".Eduardo Julian2019-04-161-0/+235