| Commit message (Expand) | Author | Files | Lines |
2022-03-30 | De-sigil-ification: / | Eduardo Julian | 1 | -3/+3 |
2022-03-30 | Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor... | Eduardo Julian | 1 | -11/+11 |
2022-03-30 | Now demanding mandatory loop names, instead of using default "again" name. | Eduardo Julian | 1 | -6/+6 |
2022-03-30 | Re-named "as_is" to "these" to avoid confusion with the new type-annotation m... | Eduardo Julian | 1 | -11/+11 |
2022-03-17 | De-sigil-ification: ! | Eduardo Julian | 1 | -1/+1 |
2022-03-16 | De-sigil-ification: prefix : | Eduardo Julian | 1 | -143/+143 |
2022-03-15 | Leaner syntax for library/lux/control/exception.report | Eduardo Julian | 1 | -3/+3 |
2022-03-15 | De-sigil-ification: ^ | Eduardo Julian | 1 | -9/+10 |
2022-03-14 | Made JVM "import:" syntax consistent with the other "import:"s. | Eduardo Julian | 1 | -52/+65 |
2022-03-14 | Leaner syntax for the "for" macro. | Eduardo Julian | 1 | -76/+76 |
2022-03-14 | De-sigil-ification: @ | Eduardo Julian | 1 | -1/+1 |
2022-03-11 | Added an easy way to export Lux functionality to host programs (everywhere el... | Eduardo Julian | 3 | -23/+32 |
2022-03-07 | Compilers for scripting languages now only depend on new JVM compiler. | Eduardo Julian | 1 | -41/+0 |
2022-02-27 | Fixed directive extensions for Lux/Lua. | Eduardo Julian | 2 | -206/+263 |
2022-02-05 | Updated copyright notices. | Eduardo Julian | 1 | -4/+4 |
2022-02-03 | Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!] | Eduardo Julian | 1 | -1/+1 |
2022-01-11 | Fixed a bug that broke re-compilation of STDLIB tests in Lua. | Eduardo Julian | 2 | -16/+15 |
2022-01-06 | Fixes for the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 1 | -21/+21 |
2021-11-30 | v0.6.5 | Eduardo Julian | 1 | -6/+6 |
2021-11-29 | Got "lux syntax char case!" to work on Rembulan. | Eduardo Julian | 1 | -65/+65 |
2021-11-02 | v0.6.4 | Eduardo Julian | 2 | -4/+4 |
2021-10-22 | v0.6.3 | Eduardo Julian | 3 | -13/+30 |
2021-10-22 | Deployed Rembulan on my own to remove the "-SNAPSHOT" suffix which prevents r... | Eduardo Julian | 1 | -4/+4 |
2021-10-09 | Fixed packaging issue. | Eduardo Julian | 2 | -5/+5 |
2021-10-01 | Commercial licensing option for Lux + release versions for sub-projects. | Eduardo Julian | 2 | -6/+5 |
2021-09-16 | Adapted Lua, Python and Ruby compilers to the new variant format. | Eduardo Julian | 2 | -4/+4 |
2021-09-15 | "module:" => "using" | Eduardo Julian | 1 | -1/+1 |
2021-09-14 | Re-named "recur" to "again". | Eduardo Julian | 1 | -2/+2 |
2021-09-14 | Re-named "Identifier" to "Symbol". | Eduardo Julian | 1 | -1/+1 |
2021-09-13 | Updated only/except import syntax to take into account record => variant synt... | Eduardo Julian | 1 | -17/+17 |
2021-09-12 | Re-named \ => # && \\ => ## | Eduardo Julian | 1 | -7/+7 |
2021-09-12 | Made the "#" character great again! | Eduardo Julian | 1 | -57/+57 |
2021-09-10 | Migrated variants to the new syntax. | Eduardo Julian | 1 | -27/+27 |
2021-09-08 | De-bracing | part 2 | Eduardo Julian | 1 | -16/+16 |
2021-09-08 | De-bracing | part 1 | Eduardo Julian | 1 | -2/+2 |
2021-09-08 | De-bracing part 0 | Eduardo Julian | 1 | -18/+14 |
2021-09-08 | Normalized syntax of "exception:", "actor:" and "message:". | Eduardo Julian | 1 | -4/+4 |
2021-09-07 | De-taggification | part 4 | Eduardo Julian | 1 | -47/+47 |
2021-09-04 | De-taggification | part 2 | Eduardo Julian | 1 | -22/+22 |
2021-09-03 | Unified tuple and record syntax. | Eduardo Julian | 2 | -8/+8 |
2021-09-01 | De-taggification | part 1 | Eduardo Julian | 1 | -2/+2 |
2021-08-29 | De-taggification | part 0 | Eduardo Julian | 1 | -10/+10 |
2021-08-27 | Updates to the Ruby compiler. | Eduardo Julian | 1 | -1/+1 |
2021-08-25 | Updates to the Lua compiler. | Eduardo Julian | 3 | -720/+750 |
2021-08-23 | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 1 | -4/+4 |
2021-08-18 | Some bug fixes. | Eduardo Julian | 1 | -5/+5 |
2021-08-16 | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 1 | -13/+13 |
2021-08-14 | Moved documentation-generation machinery to its own module. | Eduardo Julian | 1 | -8/+8 |
2021-08-13 | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 1 | -2/+2 |
2021-08-11 | Relocated maybe and lazy from data to control. | Eduardo Julian | 1 | -3/+3 |