aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian13-2889/+0
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian6-13/+13
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian1-154/+0
2020-05-09Including runtime machinery in the cache.Eduardo Julian1-14/+31
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 Julian5-27/+28
2020-04-16Generating definition names in a new way.Eduardo Julian1-3/+1
2020-03-19Got the new compiler to build again.Eduardo Julian5-100/+114
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian7-124/+132
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian9-40/+60
2019-12-30Re-located generation infrastructure.Eduardo Julian5-10/+11
2019-12-29FIX the names of function classes are now prefixed with their originating mod...Eduardo Julian1-0/+1
2019-12-28Optimized pattern-matching against variants.Eduardo Julian1-46/+54
2019-12-27Falling back to using the old method of JVM generation while I properly debug...Eduardo Julian3-24/+103
2019-10-27Almost completely ported JVM runtime generation to the new JVM bytecode machi...Eduardo Julian1-9/+2
2019-10-17Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian1-4/+2
2019-10-17Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian3-16/+13
2019-10-16Now allowing types for methods.Eduardo Julian3-13/+11
2019-10-16Small refactoringEduardo Julian1-25/+24
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-18Added packaging machinery for the JVM compiler.Eduardo Julian1-4/+4
2019-09-17Some refactoring.Eduardo Julian3-0/+16
2019-09-14More fixes.Eduardo Julian5-27/+33
2019-09-08Some fixes.Eduardo Julian2-107/+88
2019-09-07Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian6-82/+59
2019-09-07Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian8-533/+463
2019-08-20Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian8-15/+19
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian9-447/+443
2019-08-10Got the new compiler working again.Eduardo Julian10-65/+54
2019-07-31Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2-5/+5
2019-07-07Ported JVM structure generation to the new JVM bytecode machinery.Eduardo Julian1-4/+4
2019-06-14Some fixes for the scripting languages.Eduardo Julian1-0/+34
2019-06-13Some fixes.Eduardo Julian1-4/+39
2019-06-06WIP: Class definition.Eduardo Julian1-1/+2
2019-05-29Various fixes and tweaks.Eduardo Julian1-3/+15
2019-05-28Implemented machinery for "lux syntax char case!".Eduardo Julian2-51/+98
2019-05-18Moved some of the reflection machinery to its own modules.Eduardo Julian1-1/+1
2019-05-17Forgot to actually compile the methods. Now doing so.Eduardo Julian1-1/+20
2019-05-17Refactored boxes and reflections.Eduardo Julian1-71/+73
2019-05-16Some type casting/coercion automation.Eduardo Julian1-72/+72
2019-05-16Yet more fiddling with types for JVM interop.Eduardo Julian2-158/+166
2019-05-13More fiddling with types for JVM interop.Eduardo Julian1-111/+114
2019-05-12Adjusted the analysis to the changes in the interop layer.Eduardo Julian1-1/+1
2019-05-10Grounded some of the machinery used in analysis and generation on the types i...Eduardo Julian1-21/+66
2019-05-09WIP: Anonymous classes analysis & generation.Eduardo Julian1-27/+231
2019-05-01Changed how the pattern-matching stack is built, in the hopes of optimizing p...Eduardo Julian1-4/+4
2019-05-01Now inlining the pattern-matching POP and PEEK operations.Eduardo Julian2-27/+11
2019-04-28Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian1-31/+25
2019-04-28Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian1-7/+7