| Commit message (Expand) | Author | Files | Lines |
2022-02-22 | No more automatic conversions of primitive types in JVM FFI. | Eduardo Julian | 1 | -2/+2 |
2021-11-30 | Updated versions in documentation. | Eduardo Julian | 5 | -23/+23 |
2021-11-02 | Added the new forum to the documentation, plus updated versions. | Eduardo Julian | 5 | -23/+23 |
2021-10-22 | v0.6.3 | Eduardo Julian | 5 | -21/+21 |
2021-10-09 | Fixed erroneous path in "Chapter 1: Getting started". | Eduardo Julian | 1 | -1/+1 |
2021-10-09 | Updated version in book. | Eduardo Julian | 5 | -22/+22 |
2021-10-01 | Added link to Aedifex to "Chapter 1: Getting started". | Eduardo Julian | 1 | -1/+1 |
2021-09-20 | Updates and fixes for the book. | Eduardo Julian | 28 | -1064/+1196 |
2021-09-08 | No more module annotations. | Eduardo Julian | 1 | -2/+2 |
2021-09-06 | New chapter on compiler extensions. | Eduardo Julian | 2 | -0/+252 |
2021-09-05 | Added a chapter on cross-platform Lux. | Eduardo Julian | 25 | -155/+402 |
2021-09-05 | De-taggification | part 3 | Eduardo Julian | 1 | -49/+49 |
2021-09-04 | Appendix H: Aedifex | Eduardo Julian | 3 | -1/+223 |
2021-09-03 | Unified tuple and record syntax. | Eduardo Julian | 1 | -2/+2 |
2021-09-01 | De-taggification | part 1 | Eduardo Julian | 13 | -12/+55 |
2021-08-29 | De-taggification | part 0 | Eduardo Julian | 1 | -0/+146 |
2021-08-27 | Updates to the Ruby compiler. | Eduardo Julian | 1 | -0/+68 |
2021-08-26 | "Interface" instead of "interface:", and "Rec" can be used in type definition. | Eduardo Julian | 1 | -0/+131 |
2021-08-25 | Updates to the Lua compiler. | Eduardo Julian | 1 | -0/+156 |
2021-08-24 | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 1 | -0/+236 |
2021-08-23 | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 1 | -0/+88 |
2021-08-21 | Can now produce arbitrary code fragments statically by evaluating arbitrary e... | Eduardo Julian | 2 | -1/+247 |
2021-08-20 | More fixes. | Eduardo Julian | 1 | -0/+22 |
2021-08-19 | Enabled compile-time code evaluation (i.e. "eval" function). | Eduardo Julian | 2 | -1/+173 |
2021-08-18 | Some bug fixes. | Eduardo Julian | 2 | -1/+94 |
2021-08-14 | Moved documentation-generation machinery to its own module. | Eduardo Julian | 2 | -1/+194 |
2021-08-13 | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 2 | -1/+200 |
2021-08-12 | Improved binding syntax for "syntax:". | Eduardo Julian | 2 | -1/+114 |
2021-08-11 | Relocated maybe and lazy from data to control. | Eduardo Julian | 2 | -1/+242 |
2021-08-09 | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2 | -1/+265 |
2021-08-08 | No more #export magic syntax. | Eduardo Julian | 1 | -1/+1 |
2021-08-07 | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 2 | -1/+169 |
2021-08-02 | Fixed a bug in the new compiler which allowed the same module to be imported ... | Eduardo Julian | 2 | -1/+316 |
2021-08-01 | Even more renamings. | Eduardo Julian | 2 | -1/+191 |
2021-07-31 | Yet more renamings. | Eduardo Julian | 2 | -1/+317 |
2021-07-30 | More renamings. | Eduardo Julian | 2 | -1/+375 |
2021-07-29 | Switched from the "from to" convention to the "minimum additional" convention. | Eduardo Julian | 2 | -1/+176 |
2021-07-28 | Re-named List's tags: Nil => End && Cons => Item | Eduardo Julian | 2 | -1/+226 |
2021-07-27 | Re-named wrap => in && unwrap => out. | Eduardo Julian | 3 | -8/+160 |
2021-07-26 | Re-named Promise to Async. | Eduardo Julian | 2 | -0/+105 |
2021-07-25 | Better syntax for "library/lux.^multi". | Eduardo Julian | 1 | -0/+31 |