| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Improved binding syntax for "syntax:". | Eduardo Julian | 2021-08-12 | 2 | -1/+114 |
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 5 | -5/+258 |
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 2 | -1/+265 |
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 4 | -1/+13 |
* | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 2021-08-07 | 14 | -1/+212 |
* | Fixed a bug in the new compiler which allowed the same module to be imported ... | Eduardo Julian | 2021-08-02 | 2 | -1/+316 |
* | Even more renamings. | Eduardo Julian | 2021-08-01 | 7 | -1/+207 |
* | Yet more renamings. | Eduardo Julian | 2021-07-31 | 2 | -1/+317 |
* | More renamings. | Eduardo Julian | 2021-07-30 | 2 | -1/+375 |
* | Switched from the "from to" convention to the "minimum additional" convention. | Eduardo Julian | 2021-07-29 | 6 | -1/+192 |
* | Re-named List's tags: Nil => End && Cons => Item | Eduardo Julian | 2021-07-28 | 5 | -3/+237 |
* | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2021-07-27 | 3 | -8/+160 |
* | Re-named Promise to Async. | Eduardo Julian | 2021-07-26 | 7 | -8/+119 |
* | Better syntax for "library/lux.^multi". | Eduardo Julian | 2021-07-25 | 1 | -0/+31 |
* | Now packaging JVM programs as "fat" jars in new JVM compiler. | Eduardo Julian | 2021-07-24 | 7 | -0/+17 |
* | New JVM compiler can now compile JVM classes. | Eduardo Julian | 2021-07-22 | 2 | -0/+8 |
* | Made the default JS file-system promise-based so it works well on Node. | Eduardo Julian | 2021-07-19 | 1 | -0/+1 |
* | Now allowing compilers to generate custom-named outputs. | Eduardo Julian | 2021-07-17 | 32 | -0/+121 |