| Commit message (Expand) | Author | Files | Lines |
2022-01-19 | Cleaner test reporting. | Eduardo Julian | 1 | -0/+5 |
2022-01-19 | Fixes for the pure-Lux JVM compiler machinery. [Part 8] | Eduardo Julian | 1 | -0/+4 |
2022-01-18 | Full implementation of console for Node.js. | Eduardo Julian | 1 | -0/+4 |
2022-01-18 | Fixes for the pure-Lux JVM compiler machinery. [Part 7] | Eduardo Julian | 2 | -0/+8 |
2022-01-15 | Fixed a logging/reporting issue for Lux/JS. | Eduardo Julian | 2 | -0/+8 |
2022-01-13 | Fixes for the pure-Lux JVM compiler machinery. [Part 6] | Eduardo Julian | 2 | -0/+8 |
2022-01-11 | Fixed a bug that broke re-compilation of STDLIB tests in Lua. | Eduardo Julian | 2 | -0/+2 |
2022-01-10 | Fixes for the pure-Lux JVM compiler machinery. [Part 5] | Eduardo Julian | 3 | -0/+6 |
2022-01-09 | Fixed a bug when testing extensions on the JVM compiler. | Eduardo Julian | 1 | -0/+4 |
2022-01-06 | Fixes for the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 18 | -146/+205 |
2021-12-31 | Fixes for the pure-Lux JVM compiler machinery. | Eduardo Julian | 10 | -4/+40 |
2021-12-25 | Dusting off the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 5 | -9/+24 |
2021-12-24 | Dusting off the pure-Lux JVM compiler machinery. | Eduardo Julian | 33 | -984/+1088 |
2021-11-29 | Ruby compilation that is better adjusted to both normal Ruby and MRuby. | Eduardo Julian | 6 | -38/+50 |
2021-11-19 | Added tree-shaking to the compiler. | Eduardo Julian | 3 | -0/+6 |
2021-11-08 | Added the carriage return for better Windows compatibility. | Eduardo Julian | 2 | -0/+8 |
2021-11-08 | Sharing the same Function class between bootsrapper and JVM compiler. | Eduardo Julian | 8 | -0/+14 |
2021-10-30 | Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler. | Eduardo Julian | 1 | -0/+1 |
2021-10-22 | FIXED analysis extensions got reset and new ones would be unavailable. | Eduardo Julian | 15 | -1/+49 |
2021-10-09 | Fixed packaging issue. | Eduardo Julian | 11 | -1/+25 |
2021-10-01 | Commercial licensing option for Lux + release versions for sub-projects. | Eduardo Julian | 9 | -2/+7 |
2021-09-19 | Added STDLIB documentation for the different target platforms. | Eduardo Julian | 4 | -0/+16 |
2021-09-12 | Made the "#" character great again! | Eduardo Julian | 1 | -0/+4 |
2021-09-10 | Migrated variants to the new syntax. | Eduardo Julian | 1 | -0/+1 |
2021-09-05 | Clearing the local scope during eval analysis to avoid accidentally seeing va... | Eduardo Julian | 1 | -0/+1 |
2021-09-05 | Handled formatting issues in documentation. | Eduardo Julian | 1 | -0/+4 |
2021-09-01 | Updates to the JS compiler. | Eduardo Julian | 1 | -0/+1 |
2021-08-27 | Updates to the Ruby compiler. | Eduardo Julian | 1 | -0/+4 |
2021-08-25 | Updates to the Lua compiler. | Eduardo Julian | 2 | -12/+13 |
2021-08-23 | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 4 | -0/+16 |
2021-08-21 | Can now produce arbitrary code fragments statically by evaluating arbitrary e... | Eduardo Julian | 2 | -0/+8 |
2021-08-19 | Enabled compile-time code evaluation (i.e. "eval" function). | Eduardo Julian | 14 | -4/+43 |
2021-08-18 | Some bug fixes. | Eduardo Julian | 3 | -0/+14 |
2021-08-16 | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 1 | -0/+5 |
2021-08-13 | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 4 | -11/+20 |
2021-08-11 | Relocated maybe and lazy from data to control. | Eduardo Julian | 3 | -4/+16 |
2021-08-08 | No more #export magic syntax. | Eduardo Julian | 3 | -0/+12 |
2021-08-07 | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 12 | -0/+43 |
2021-08-01 | Even more renamings. | Eduardo Julian | 5 | -0/+16 |
2021-07-29 | Switched from the "from to" convention to the "minimum additional" convention. | Eduardo Julian | 4 | -0/+16 |
2021-07-28 | Re-named List's tags: Nil => End && Cons => Item | Eduardo Julian | 3 | -2/+11 |
2021-07-26 | Re-named Promise to Async. | Eduardo Julian | 5 | -8/+14 |
2021-07-24 | Now packaging JVM programs as "fat" jars in new JVM compiler. | Eduardo Julian | 7 | -0/+17 |
2021-07-22 | New JVM compiler can now compile JVM classes. | Eduardo Julian | 2 | -0/+8 |
2021-07-19 | Made the default JS file-system promise-based so it works well on Node. | Eduardo Julian | 1 | -0/+1 |
2021-07-17 | Now allowing compilers to generate custom-named outputs. | Eduardo Julian | 32 | -0/+121 |
2021-07-16 | Fixed some inconsistent naming. | Eduardo Julian | 2 | -0/+2 |
2021-07-15 | Re-named "spec" hierarchy to "specification". | Eduardo Julian | 19 | -1/+64 |
2021-07-12 | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 1 | -0/+1 |
2021-07-10 | Made the "try" macro into a common one, instead of a host-specific one. | Eduardo Julian | 28 | -13/+141 |