aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-035-114/+119
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-251-6/+5
* 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. [Part 2]Eduardo Julian2021-12-251-5/+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-082-3/+6
* "module:" => "using"Eduardo Julian2021-09-1513-13/+13
* "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-136-105/+30
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1314-126/+127
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-125-49/+49
* Made the "#" character great again!Eduardo Julian2021-09-1210-107/+107
* 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-108-87/+87
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-083-5/+8
* De-taggification | part 4Eduardo Julian2021-09-0714-161/+161
* 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-0414-119/+119
* De-taggification | part 0Eduardo Julian2021-08-294-13/+13
* 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-248-204/+204
* 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-144-9/+9
* 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-115-26/+26
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-0910-118/+118
* No more #export magic syntax.Eduardo Julian2021-08-0814-88/+88
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-0211-366/+377
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-7/+7
* 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-188-79/+89
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-174-19/+29
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1414-335/+349