aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-22Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian11-71/+263
2022-01-20Better text formatting for types.Eduardo Julian5-40/+43
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian13-102/+149
2022-01-19Cleaner test reporting.Eduardo Julian1-1/+3
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian21-178/+303
2022-01-18Full implementation of console for Node.js.Eduardo Julian3-20/+22
2022-01-18Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian3-35/+35
2022-01-15Fixed a logging/reporting issue for Lux/JS.Eduardo Julian8-79/+79
2022-01-13Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian5-17/+17
2022-01-11Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian1-4/+22
2022-01-10Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian12-171/+216
2022-01-09Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian12-163/+207
2022-01-08Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian22-431/+595
2022-01-07Now explicitly optimizing "exec".Eduardo Julian8-9/+57
2022-01-07Fixed bug in case coverage that allowed redundancies for primitives.Eduardo Julian2-176/+215
2022-01-07Fixes for the pure-Lux JVM compiler machinery. [Part 3]Eduardo Julian11-266/+294
2022-01-06Small optimizations to JVM bytecode generation.Eduardo Julian3-12/+3
2022-01-06Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian11-377/+431
2021-12-31Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian6-112/+117
2021-12-25Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian4-145/+197
2021-12-24Dusting off the pure-Lux JVM compiler machinery.Eduardo Julian15-567/+629
2021-11-30v0.6.5Eduardo Julian7-42/+55
2021-11-29Got "lux syntax char case!" to work on Rembulan.Eduardo Julian5-65/+61
2021-11-29Ruby compilation that is better adjusted to both normal Ruby and MRuby.Eduardo Julian2-107/+146
2021-11-19Added tree-shaking to the compiler.Eduardo Julian4-113/+149
2021-11-1664-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2-76/+240
2021-11-08Added the carriage return for better Windows compatibility.Eduardo Julian1-1/+1
2021-11-04Better method calls in Ruby.Eduardo Julian5-27/+30
2021-11-04Ruby compilation that is compatible with DragonRuby.Eduardo Julian5-99/+116
2021-10-31Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian1-32/+32
2021-10-30Got extension-handler types to line-up in non-hosted compilers.Eduardo Julian1-4/+64
2021-10-29Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian1-1/+1
2021-10-22FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian2-3/+6
2021-10-09Fixed packaging issue.Eduardo Julian1-1/+1
2021-09-19Added STDLIB documentation for the different target platforms.Eduardo Julian4-59/+62
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian1-16/+0
2021-09-16Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian16-226/+230
2021-09-15"module:" => "using"Eduardo Julian170-170/+170
2021-09-15"Row" => "Sequence"Eduardo Julian19-77/+75
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian4-45/+66
2021-09-14Re-named "recur" to "again".Eduardo Julian48-267/+267
2021-09-14Better list pairing.Eduardo Julian1-2/+5
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian33-171/+171
2021-09-14Re-named "name_of" to "symbol".Eduardo Julian4-6/+6
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian13-109/+107
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian3-3/+3
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian4-82/+89
2021-09-13Re-named #Label to #Tag.Eduardo Julian4-5/+5
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian169-1092/+1092
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian110-907/+908