aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-0512-3265/+0
* De-sigil-ification: /Eduardo Julian2022-03-301-1/+1
* 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-167-135/+135
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-152-3/+3
* De-sigil-ification: ^Eduardo Julian2022-03-155-112/+117
* De-sigil-ification: >Eduardo Julian2022-03-142-38/+38
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-142-68/+68
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-034-72/+76
* Added explicit function inlining.Eduardo Julian2022-01-241-6/+7
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-242-82/+116
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-191-4/+5
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-103-21/+15
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-093-4/+16
* Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian2022-01-081-5/+8
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-311-1/+2
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-241-71/+70
* Added tree-shaking to the compiler.Eduardo Julian2021-11-193-138/+165
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-081-2/+4
* "module:" => "using"Eduardo Julian2021-09-1512-12/+12
* "Row" => "Sequence"Eduardo Julian2021-09-151-3/+3
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-155-5/+5
* Re-named "recur" to "again".Eduardo Julian2021-09-143-21/+21
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-1/+1
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-135-102/+27
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1313-112/+113
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-124-45/+45
* Made the "#" character great again!Eduardo Julian2021-09-129-95/+95
* 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-107-81/+81
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-082-2/+2
* De-taggification | part 4Eduardo Julian2021-09-0713-139/+139
* Applied new convention for variants.Eduardo Julian2021-09-064-47/+59
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-057-15/+15
* De-taggification | part 2Eduardo Julian2021-09-0413-105/+105
* De-taggification | part 0Eduardo Julian2021-08-293-11/+11
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-295-5/+5
* Updates to the Ruby compiler.Eduardo Julian2021-08-274-5/+5
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-247-201/+201
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-232-31/+31
* Some bug fixes.Eduardo Julian2021-08-187-29/+29
* 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-143-7/+7
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-8/+8
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-114-7/+7
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0910-118/+118
* No more #export magic syntax.Eduardo Julian2021-08-0813-74/+74
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-0210-352/+363