aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2021-12-254-145/+197
* Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-2432-787/+986
* v0.6.5Eduardo Julian2021-11-309-43/+69
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-297-104/+114
* New packaging for Ruby programs.Eduardo Julian2021-11-292-1/+142
* Ruby compilation that is better adjusted to both normal Ruby and MRuby.Eduardo Julian2021-11-292-107/+146
* Added tree-shaking to the compiler.Eduardo Julian2021-11-1912-206/+509
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-164-88/+278
* Added the carriage return for better Windows compatibility.Eduardo Julian2021-11-088-73/+108
* Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian2021-11-081-46/+46
* Better method calls in Ruby.Eduardo Julian2021-11-046-56/+48
* Ruby compilation that is compatible with DragonRuby.Eduardo Julian2021-11-046-153/+189
* Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2021-10-312-41/+36
* Got extension-handler types to line-up in non-hosted compilers.Eduardo Julian2021-10-302-30/+96
* Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler.Eduardo Julian2021-10-301-96/+120
* Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2021-10-292-23/+75
* FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian2021-10-2211-189/+266
* Fixed packaging issue.Eduardo Julian2021-10-092-3/+5
* Updates and fixes for the book.Eduardo Julian2021-09-201-2/+2
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-198-159/+128
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-173-37/+27
* Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian2021-09-1616-226/+230
* Additional documentation for JVM types.Eduardo Julian2021-09-161-3/+3
* "module:" => "using"Eduardo Julian2021-09-15439-502/+502
* "Row" => "Sequence"Eduardo Julian2021-09-1547-361/+354
* "Sequence" => "Stream"Eduardo Julian2021-09-152-35/+35
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-157-48/+69
* Re-named "recur" to "again".Eduardo Julian2021-09-14108-454/+454
* Better list pairing.Eduardo Julian2021-09-144-24/+40
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-14105-733/+733
* No more "^slots".Eduardo Julian2021-09-1418-125/+128
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-1420-30/+30
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-1450-310/+316
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-1331-117/+118
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-1312-273/+112
* Re-named #Label to #Tag.Eduardo Julian2021-09-137-17/+17
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-13432-2692/+2692
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12314-3137/+3138
* Made the "#" character great again!Eduardo Julian2021-09-12289-5639/+5646
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-105-33/+61
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-1085-10623/+10624
* Fixed the indentation of variants.Eduardo Julian2021-09-1026-126/+126
* Migrated variants to the new syntax.Eduardo Julian2021-09-10251-4219/+4249
* The old record syntax has been re-purposed as variant syntax.Eduardo Julian2021-09-0914-237/+104
* De-bracing | part 2Eduardo Julian2021-09-0841-223/+230
* De-bracing | part 1Eduardo Julian2021-09-0812-93/+100
* De-bracing part 0Eduardo Julian2021-09-085-13/+13
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-0876-243/+344
* Post annotations clean-up.Eduardo Julian2021-09-088-118/+25
* No more annotations.Eduardo Julian2021-09-0819-165/+153