aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-202/+0
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-28/+28
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-6/+6
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-7/+8
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-031-42/+43
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-251-6/+5
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-251-5/+2
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-081-1/+2
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* 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-14/+14
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-4/+4
* Made the "#" character great again!Eduardo Julian2021-09-121-12/+12
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-6/+6
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-3/+6
* De-taggification | part 4Eduardo Julian2021-09-071-22/+22
* De-taggification | part 2Eduardo Julian2021-09-041-14/+14
* De-taggification | part 0Eduardo Julian2021-08-291-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-3/+3
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-2/+2
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-19/+19
* 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-14/+14
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-1/+1
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-28/+30
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-11/+21
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-35/+36
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-1/+1
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-46/+46
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-1/+2
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-8/+11
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-4/+4
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-11/+11
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-101-2/+3
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+182