aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/runtime.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-425/+0
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-16/+16
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-031-43/+44
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-191-4/+5
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-311-1/+2
* Added tree-shaking to the compiler.Eduardo Julian2021-11-191-4/+6
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-081-2/+4
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* "Row" => "Sequence"Eduardo Julian2021-09-151-3/+3
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-1/+1
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-131-15/+15
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-11/+11
* Made the "#" character great again!Eduardo Julian2021-09-121-4/+4
* De-taggification | part 4Eduardo Julian2021-09-071-13/+13
* Applied new convention for variants.Eduardo Julian2021-09-061-41/+55
* De-taggification | part 2Eduardo Julian2021-09-041-11/+11
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-1/+1
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-11/+11
* Some bug fixes.Eduardo Julian2021-08-181-2/+2
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-29/+29
* No more #export magic syntax.Eduardo Julian2021-08-081-17/+17
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-9/+9
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-19/+20
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-6/+6
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-31/+32
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-1/+1
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-8/+14
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-2/+2
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-112/+112
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-12/+15
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-241-14/+20
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+387