aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/case.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-18Some bug fixes.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-2/+2
2021-08-08No more #export magic syntax.Eduardo Julian1-5/+5
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-93/+105
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian1-6/+6
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-26/+27
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-2/+3
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-36/+36
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-51/+51
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian1-7/+8
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian1-1/+1
2020-06-19Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian1-28/+46
2020-06-12Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian1-17/+12
2020-06-09Basic pattern-matching optimizations.Eduardo Julian1-28/+26
2020-06-03Properly implemented and enabled loop optimization.Eduardo Julian1-2/+1
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian1-16/+42
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+0
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian1-26/+28
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian1-2/+4
2019-10-17Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian1-3/+9
2019-09-14More fixes.Eduardo Julian1-8/+6
2019-09-07Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian1-8/+7
2019-09-07Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian1-16/+18
2019-08-20Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian1-1/+2
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian1-49/+21
2019-08-10Got the new compiler working again.Eduardo Julian1-4/+4
2019-06-14Some fixes for the scripting languages.Eduardo Julian1-0/+34
2019-05-01Now inlining the pattern-matching POP and PEEK operations.Eduardo Julian1-16/+2
2019-04-27Moved JVM type machinery to stdlib.Eduardo Julian1-15/+17
2019-04-16Made some new-luxc modules "old".Eduardo Julian1-0/+0
2019-04-07Upgraded the tuple right-access mechanism to the new style.Eduardo Julian1-23/+29
2019-04-07Updated JVM compiler's tuple left-access mechanism to the new style.Eduardo Julian1-2/+2
2019-04-07Updated the JVM compiler to the latest changes.Eduardo Julian1-2/+3
2019-03-03Some refactoring around synthesis.Eduardo Julian1-2/+2
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-12/+13
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian1-3/+2
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-4/+5
2018-08-15Fixes for pattern-matching/case synthesis & translation.Eduardo Julian1-49/+47
2018-08-11- Fixed common translation tests for JVM.Eduardo Julian1-7/+6
2018-07-30Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian1-1/+1
2018-07-29Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian1-8/+8
2018-07-22- Some fixes due to recent changes in stdlib.Eduardo Julian1-113/+114
2018-07-18WIP: Fix new-luxc's JVM back-end.Eduardo Julian1-167/+169
2018-07-14Switched to using new bit syntax in new-luxc.Eduardo Julian1-7/+7
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-1/+1
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian1-10/+6
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-2/+2
2018-06-15- WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian1-3/+3
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian1-5/+6
2018-01-08- Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian1-0/+0