aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2022-01-2211-71/+263
|
* Better text formatting for types.Eduardo Julian2022-01-205-40/+43
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2022-01-1913-102/+149
|
* Cleaner test reporting.Eduardo Julian2022-01-191-1/+3
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-1921-178/+303
|
* Full implementation of console for Node.js.Eduardo Julian2022-01-183-20/+22
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian2022-01-183-35/+35
|
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-158-79/+79
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 6]Eduardo Julian2022-01-135-17/+17
|
* Fixed a bug that broke re-compilation of STDLIB tests in Lua.Eduardo Julian2022-01-111-4/+22
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-1012-171/+216
|
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-0912-163/+207
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 4]Eduardo Julian2022-01-0822-431/+595
|
* Now explicitly optimizing "exec".Eduardo Julian2022-01-078-9/+57
|
* Fixed bug in case coverage that allowed redundancies for primitives.Eduardo Julian2022-01-072-176/+215
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 3]Eduardo Julian2022-01-0711-266/+294
|
* Small optimizations to JVM bytecode generation.Eduardo Julian2022-01-063-12/+3
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-0611-377/+431
|
* Fixes for the pure-Lux JVM compiler machinery.Eduardo Julian2021-12-316-112/+117
|
* 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-2415-567/+629
|
* v0.6.5Eduardo Julian2021-11-307-42/+55
|
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-295-65/+61
|
* 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-194-113/+149
|
* 64-bit integers that work in both normal Ruby & DragonRuby.Eduardo Julian2021-11-162-76/+240
|
* Added the carriage return for better Windows compatibility.Eduardo Julian2021-11-081-1/+1
|
* Better method calls in Ruby.Eduardo Julian2021-11-045-27/+30
|
* Ruby compilation that is compatible with DragonRuby.Eduardo Julian2021-11-045-99/+116
|
* Fixed a bug when calling JVM functions from Ruby code.Eduardo Julian2021-10-311-32/+32
|
* Got extension-handler types to line-up in non-hosted compilers.Eduardo Julian2021-10-301-4/+64
|
* Fixed a glitched that caused extensions coming from imports to be forgotten.Eduardo Julian2021-10-291-1/+1
|
* FIXED analysis extensions got reset and new ones would be unavailable.Eduardo Julian2021-10-222-3/+6
|
* Fixed packaging issue.Eduardo Julian2021-10-091-1/+1
|
* Added STDLIB documentation for the different target platforms.Eduardo Julian2021-09-194-59/+62
|
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-171-16/+0
|
* Adapted Lua, Python and Ruby compilers to the new variant format.Eduardo Julian2021-09-1616-226/+230
|
* "module:" => "using"Eduardo Julian2021-09-15170-170/+170
|
* "Row" => "Sequence"Eduardo Julian2021-09-1519-77/+75
|
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-154-45/+66
|
* Re-named "recur" to "again".Eduardo Julian2021-09-1448-267/+267
|
* Better list pairing.Eduardo Julian2021-09-141-2/+5
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-1433-171/+171
|
* Re-named "name_of" to "symbol".Eduardo Julian2021-09-144-6/+6
|
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-1413-109/+107
|
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-133-3/+3
|
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-134-82/+89
|
* Re-named #Label to #Tag.Eduardo Julian2021-09-134-5/+5
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-13169-1092/+1092
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-12110-907/+908
|