aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/case.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-301/+0
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-16/+16
|
* De-sigil-ification: ^Eduardo Julian2022-03-151-8/+10
|
* De-sigil-ification: >Eduardo Julian2022-03-141-35/+35
|
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-091-1/+10
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-10/+10
| | | | syntax change.
* Made the "#" character great again!Eduardo Julian2021-09-121-14/+14
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-10/+10
|
* De-taggification | part 4Eduardo Julian2021-09-071-12/+12
|
* Applied new convention for variants.Eduardo Julian2021-09-061-1/+1
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-10/+10
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-1/+1
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-26/+26
|
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-2/+2
|
* No more #export magic syntax.Eduardo Julian2021-08-081-5/+5
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-93/+105
| | | | more than once.
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-6/+6
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-26/+27
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-2/+3
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-36/+36
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-51/+51
|
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-7/+8
|
* Last bug fixes to get the new JVM compiler to fully process the standard ↵Eduardo Julian2020-06-241-1/+1
| | | | library and its tests.
* Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2020-06-191-28/+46
|
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-121-17/+12
|
* Basic pattern-matching optimizations.Eduardo Julian2020-06-091-28/+26
|
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-031-2/+1
|
* Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian2020-06-011-16/+42
| | | | compiler.
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+239