| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixes for the pure-Lux JVM compiler machinery. | Eduardo Julian | 2021-12-31 | 15 | -222/+1206 |
* | Dusting off the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 2021-12-25 | 9 | -182/+287 |
* | Dusting off the pure-Lux JVM compiler machinery. | Eduardo Julian | 2021-12-24 | 35 | -889/+1943 |
* | v0.6.5 | Eduardo Julian | 2021-11-30 | 10 | -49/+75 |
* | Got "lux syntax char case!" to work on Rembulan. | Eduardo Julian | 2021-11-29 | 8 | -105/+120 |
* | New packaging for Ruby programs. | Eduardo Julian | 2021-11-29 | 5 | -29/+185 |
* | Ruby compilation that is better adjusted to both normal Ruby and MRuby. | Eduardo Julian | 2021-11-29 | 2 | -107/+146 |
* | Added tree-shaking to the compiler. | Eduardo Julian | 2021-11-19 | 14 | -209/+515 |
* | 64-bit integers that work in both normal Ruby & DragonRuby. | Eduardo Julian | 2021-11-16 | 6 | -116/+308 |
* | Added the carriage return for better Windows compatibility. | Eduardo Julian | 2021-11-08 | 9 | -75/+110 |
* | Used new Function interface to fix directives bug in JVM compiler. | Eduardo Julian | 2021-11-08 | 1 | -5/+7 |
* | Sharing the same Function class between bootsrapper and JVM compiler. | Eduardo Julian | 2021-11-08 | 4 | -51/+51 |
* | Better method calls in Ruby. | Eduardo Julian | 2021-11-04 | 6 | -56/+48 |
* | Ruby compilation that is compatible with DragonRuby. | Eduardo Julian | 2021-11-04 | 6 | -153/+189 |
* | v0.6.4 | Eduardo Julian | 2021-11-02 | 2 | -8/+8 |
* | Properly inheriting the default profile in Aedifex. | Eduardo Julian | 2021-10-31 | 6 | -35/+67 |
* | Fixed a bug when calling JVM functions from Ruby code. | Eduardo Julian | 2021-10-31 | 2 | -41/+36 |
* | Got extension-handler types to line-up in non-hosted compilers. | Eduardo Julian | 2021-10-30 | 2 | -30/+96 |
* | Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler. | Eduardo Julian | 2021-10-30 | 1 | -96/+120 |
* | Fixed a glitched that caused extensions coming from imports to be forgotten. | Eduardo Julian | 2021-10-29 | 2 | -23/+75 |
* | v0.6.3 | Eduardo Julian | 2021-10-22 | 2 | -9/+9 |
* | FIXED analysis extensions got reset and new ones would be unavailable. | Eduardo Julian | 2021-10-22 | 13 | -192/+269 |
* | Fixed packaging issue. | Eduardo Julian | 2021-10-09 | 16 | -365/+374 |
* | Commercial licensing option for Lux + release versions for sub-projects. | Eduardo Julian | 2021-10-01 | 2 | -11/+11 |
* | Updates and fixes for the book. | Eduardo Julian | 2021-09-20 | 3 | -30/+32 |
* | Added STDLIB documentation for the different target platforms. | Eduardo Julian | 2021-09-19 | 18 | -366/+464 |
* | Handled the hiccup in Python compilation. | Eduardo Julian | 2021-09-17 | 7 | -185/+192 |
* | Adapted Lua, Python and Ruby compilers to the new variant format. | Eduardo Julian | 2021-09-16 | 17 | -265/+279 |
* | Additional documentation for JVM types. | Eduardo Julian | 2021-09-16 | 19 | -30/+377 |
* | "module:" => "using" | Eduardo Julian | 2021-09-15 | 955 | -1021/+1021 |
* | "Row" => "Sequence" | Eduardo Julian | 2021-09-15 | 70 | -521/+513 |
* | "Sequence" => "Stream" | Eduardo Julian | 2021-09-15 | 7 | -70/+69 |
* | Correctly analyzing records in the presence of local bindings. | Eduardo Julian | 2021-09-15 | 9 | -133/+170 |
* | Re-named "recur" to "again". | Eduardo Julian | 2021-09-14 | 132 | -529/+529 |
* | Better list pairing. | Eduardo Julian | 2021-09-14 | 7 | -129/+175 |
* | Re-named "Identifier" to "Symbol". | Eduardo Julian | 2021-09-14 | 137 | -1141/+1126 |
* | No more "^slots". | Eduardo Julian | 2021-09-14 | 29 | -200/+152 |
* | Re-named "name_of" to "symbol". | Eduardo Julian | 2021-09-14 | 46 | -103/+103 |
* | Re-named "Name" to "Symbol". | Eduardo Julian | 2021-09-14 | 100 | -546/+567 |
* | Re-named "primitive" to "Primitive". | Eduardo Julian | 2021-09-13 | 40 | -135/+136 |
* | Updated new compilers w.r.t. removal of tags/labels. | Eduardo Julian | 2021-09-13 | 13 | -274/+114 |
* | Re-named #Label to #Tag. | Eduardo Julian | 2021-09-13 | 9 | -24/+24 |
* | Updated only/except import syntax to take into account record => variant synt... | Eduardo Julian | 2021-09-13 | 948 | -5006/+5006 |
* | Re-named \ => # && \\ => ## | Eduardo Julian | 2021-09-12 | 593 | -6525/+6520 |
* | Made the "#" character great again! | Eduardo Julian | 2021-09-12 | 498 | -8941/+8838 |
* | Adjusted new compilers to work with the new variant syntax. | Eduardo Julian | 2021-09-10 | 8 | -49/+77 |
* | Undid the foolish re-design of "abstract:" and "actor:". | Eduardo Julian | 2021-09-10 | 90 | -10884/+10885 |
* | Fixed the indentation of variants. | Eduardo Julian | 2021-09-10 | 46 | -674/+674 |
* | Migrated variants to the new syntax. | Eduardo Julian | 2021-09-10 | 439 | -7108/+7175 |
* | The old record syntax has been re-purposed as variant syntax. | Eduardo Julian | 2021-09-09 | 23 | -709/+328 |