aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-1248/+0
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-1/+1
* De-sigil-ification: !Eduardo Julian2022-03-171-1/+1
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-14/+14
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-1/+1
* De-sigil-ification: ^Eduardo Julian2022-03-151-34/+35
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-031-2/+2
* Added explicit function inlining.Eduardo Julian2022-01-241-6/+7
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-241-36/+69
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-101-2/+14
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-091-3/+3
* Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian2022-01-081-5/+8
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-241-71/+70
* Added tree-shaking to the compiler.Eduardo Julian2021-11-191-132/+155
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-1/+1
* Re-named "recur" to "again".Eduardo Julian2021-09-141-18/+18
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-131-3/+3
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-18/+18
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-38/+38
* Made the "#" character great again!Eduardo Julian2021-09-121-52/+52
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-101-1/+1
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-44/+44
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
* De-taggification | part 4Eduardo Julian2021-09-071-32/+32
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-5/+5
* De-taggification | part 2Eduardo Julian2021-09-041-19/+19
* 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-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-77/+77
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-5/+5
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-1/+1
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-8/+8
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-7/+7
* No more #export magic syntax.Eduardo Julian2021-08-081-14/+14
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-176/+176
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-5/+5
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-231-72/+150
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-221-20/+21
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-201-9/+23
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-8/+12
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-51/+52
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-45/+49
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-2/+2
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-2/+3
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-200/+200