aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/case.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-05No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian1-301/+0
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-16/+16
2022-03-15De-sigil-ification: ^Eduardo Julian1-8/+10
2022-03-14De-sigil-ification: >Eduardo Julian1-35/+35
2022-01-09Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian1-1/+10
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-10/+10
2021-09-12Made the "#" character great again!Eduardo Julian1-14/+14
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-10/+10
2021-09-07De-taggification | part 4Eduardo Julian1-12/+12
2021-09-06Applied new convention for variants.Eduardo Julian1-1/+1
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-1/+1
2021-09-04De-taggification | part 2Eduardo Julian1-10/+10
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian1-1/+1
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-26/+26
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