aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/extension (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian2-1435/+0
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2-6/+6
2020-04-20Got JVM anonymous classes to compile again.Eduardo Julian1-80/+80
2020-04-18Generating module IDs in a similar way to artifact IDs.Eduardo Julian1-3/+3
2020-03-19Got the new compiler to build again.Eduardo Julian1-76/+78
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian2-58/+62
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian2-21/+27
2019-12-30Re-located generation infrastructure.Eduardo Julian1-1/+2
2019-10-17Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian1-4/+2
2019-10-16Now allowing types for methods.Eduardo Julian1-3/+2
2019-10-15Compiler extensions have been tested to work.Eduardo Julian1-1/+1
2019-10-14The new compiler can compile & run the stdlib's test suite.Eduardo Julian1-3/+5
2019-09-17Some refactoring.Eduardo Julian2-0/+1423