aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/meta/packager (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-5/+5
* De-sigil-ification: prefix :Eduardo Julian2022-03-163-41/+41
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-38/+40
* De-sigil-ification: @Eduardo Julian2022-03-144-48/+48
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-091-5/+12
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-243-6/+9
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-231-3/+0
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-221-7/+8
* Yet more fixes for JVM interop.Eduardo Julian2022-02-181-3/+0
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-171-7/+5
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-061-4/+4
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-312-8/+8
* Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian2022-01-301-5/+5
* Better detection for "exec" optimization.Eduardo Julian2022-01-281-4/+4
* Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian2022-01-272-13/+15
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-263-10/+11
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-251-4/+5
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-243-3/+3
* Better text formatting for types.Eduardo Julian2022-01-203-18/+18
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-091-0/+1
* v0.6.5Eduardo Julian2021-11-301-1/+3
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-291-38/+47
* New packaging for Ruby programs.Eduardo Julian2021-11-291-0/+140
* Added tree-shaking to the compiler.Eduardo Julian2021-11-191-10/+15
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-081-46/+46
* Fixed packaging issue.Eduardo Julian2021-10-091-2/+4
* "module:" => "using"Eduardo Julian2021-09-153-3/+3
* "Row" => "Sequence"Eduardo Julian2021-09-153-7/+7
* Re-named "recur" to "again".Eduardo Julian2021-09-141-5/+5
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-133-36/+36
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-123-18/+18
* Made the "#" character great again!Eduardo Julian2021-09-122-15/+15
* Migrated variants to the new syntax.Eduardo Julian2021-09-102-8/+8
* De-taggification | part 4Eduardo Julian2021-09-073-71/+71
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-053-4/+4
* De-taggification | part 2Eduardo Julian2021-09-043-40/+40
* Unified tuple and record syntax.Eduardo Julian2021-09-031-4/+4
* De-taggification | part 0Eduardo Julian2021-08-291-5/+5
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-243-14/+14
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-233-42/+42
* Some bug fixes.Eduardo Julian2021-08-182-2/+2
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-132-3/+3
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-2/+2
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-4/+4
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-3/+3
* No more #export magic syntax.Eduardo Julian2021-08-083-3/+3
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-073-10/+10
* Even more renamings.Eduardo Julian2021-08-011-2/+2
* More renamings.Eduardo Julian2021-07-301-1/+1