| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a logging/reporting issue for Lux/JS. | Eduardo Julian | 2022-01-15 | 2 | -0/+8 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 6] | Eduardo Julian | 2022-01-13 | 2 | -0/+8 |
* | Fixed a bug that broke re-compilation of STDLIB tests in Lua. | Eduardo Julian | 2022-01-11 | 2 | -0/+2 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 5] | Eduardo Julian | 2022-01-10 | 3 | -0/+6 |
* | Fixed a bug when testing extensions on the JVM compiler. | Eduardo Julian | 2022-01-09 | 1 | -0/+4 |
* | Fixes for the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 2022-01-06 | 18 | -146/+205 |
* | Fixes for the pure-Lux JVM compiler machinery. | Eduardo Julian | 2021-12-31 | 10 | -4/+40 |
* | Dusting off the pure-Lux JVM compiler machinery. [Part 2] | Eduardo Julian | 2021-12-25 | 5 | -9/+24 |
* | Dusting off the pure-Lux JVM compiler machinery. | Eduardo Julian | 2021-12-24 | 33 | -984/+1088 |
* | Updated versions in documentation. | Eduardo Julian | 2021-11-30 | 5 | -23/+23 |
* | Ruby compilation that is better adjusted to both normal Ruby and MRuby. | Eduardo Julian | 2021-11-29 | 6 | -38/+50 |
* | Added tree-shaking to the compiler. | Eduardo Julian | 2021-11-19 | 3 | -0/+6 |
* | Added the carriage return for better Windows compatibility. | Eduardo Julian | 2021-11-08 | 2 | -0/+8 |
* | Sharing the same Function class between bootsrapper and JVM compiler. | Eduardo Julian | 2021-11-08 | 8 | -0/+14 |
* | Added the new forum to the documentation, plus updated versions. | Eduardo Julian | 2021-11-02 | 5 | -23/+23 |
* | Fixed some conversion/wrapping issues affecting extensions in the Ruby compiler. | Eduardo Julian | 2021-10-30 | 1 | -0/+1 |
* | v0.6.3 | Eduardo Julian | 2021-10-22 | 5 | -21/+21 |
* | FIXED analysis extensions got reset and new ones would be unavailable. | Eduardo Julian | 2021-10-22 | 15 | -1/+49 |
* | Fixed erroneous path in "Chapter 1: Getting started". | Eduardo Julian | 2021-10-09 | 1 | -1/+1 |
* | Updated version in book. | Eduardo Julian | 2021-10-09 | 5 | -22/+22 |
* | Fixed packaging issue. | Eduardo Julian | 2021-10-09 | 11 | -1/+25 |
* | Added link to Aedifex to "Chapter 1: Getting started". | Eduardo Julian | 2021-10-01 | 1 | -1/+1 |
* | Commercial licensing option for Lux + release versions for sub-projects. | Eduardo Julian | 2021-10-01 | 9 | -2/+7 |
* | Updates and fixes for the book. | Eduardo Julian | 2021-09-20 | 28 | -1064/+1196 |
* | Added STDLIB documentation for the different target platforms. | Eduardo Julian | 2021-09-19 | 9 | -0/+195010 |
* | Made the "#" character great again! | Eduardo Julian | 2021-09-12 | 1 | -0/+4 |
* | Migrated variants to the new syntax. | Eduardo Julian | 2021-09-10 | 1 | -0/+1 |
* | No more module annotations. | Eduardo Julian | 2021-09-08 | 1 | -2/+2 |
* | New chapter on compiler extensions. | Eduardo Julian | 2021-09-06 | 2 | -0/+252 |
* | Added a chapter on cross-platform Lux. | Eduardo Julian | 2021-09-05 | 25 | -155/+402 |
* | Clearing the local scope during eval analysis to avoid accidentally seeing va... | Eduardo Julian | 2021-09-05 | 1 | -0/+1 |
* | De-taggification | part 3 | Eduardo Julian | 2021-09-05 | 1 | -49/+49 |
* | Handled formatting issues in documentation. | Eduardo Julian | 2021-09-05 | 1 | -0/+4 |
* | Appendix H: Aedifex | Eduardo Julian | 2021-09-04 | 3 | -1/+223 |
* | Unified tuple and record syntax. | Eduardo Julian | 2021-09-03 | 1 | -2/+2 |
* | De-taggification | part 1 | Eduardo Julian | 2021-09-01 | 13 | -12/+55 |
* | Updates to the JS compiler. | Eduardo Julian | 2021-09-01 | 1 | -0/+1 |
* | De-taggification | part 0 | Eduardo Julian | 2021-08-29 | 1 | -0/+146 |
* | Updates to the Ruby compiler. | Eduardo Julian | 2021-08-27 | 2 | -0/+72 |
* | "Interface" instead of "interface:", and "Rec" can be used in type definition. | Eduardo Julian | 2021-08-26 | 1 | -0/+131 |
* | Updates to the Lua compiler. | Eduardo Julian | 2021-08-25 | 3 | -12/+169 |
* | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 2021-08-24 | 1 | -0/+236 |
* | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 2021-08-23 | 5 | -0/+104 |
* | Can now produce arbitrary code fragments statically by evaluating arbitrary e... | Eduardo Julian | 2021-08-21 | 4 | -1/+255 |
* | More fixes. | Eduardo Julian | 2021-08-20 | 1 | -0/+22 |
* | Enabled compile-time code evaluation (i.e. "eval" function). | Eduardo Julian | 2021-08-19 | 16 | -5/+216 |
* | Some bug fixes. | Eduardo Julian | 2021-08-18 | 5 | -1/+108 |
* | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 2021-08-16 | 1 | -0/+5 |
* | Moved documentation-generation machinery to its own module. | Eduardo Julian | 2021-08-14 | 2 | -1/+194 |
* | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 2021-08-13 | 6 | -12/+220 |