| Commit message (Expand) | Author | Files | Lines |
2021-09-15 | "module:" => "using" | Eduardo Julian | 1 | -1/+1 |
2021-09-13 | Updated only/except import syntax to take into account record => variant synt... | Eduardo Julian | 1 | -5/+5 |
2021-09-10 | Migrated variants to the new syntax. | Eduardo Julian | 1 | -6/+6 |
2021-09-07 | De-taggification | part 4 | Eduardo Julian | 1 | -1/+1 |
2021-09-04 | De-taggification | part 2 | Eduardo Julian | 1 | -5/+5 |
2021-08-25 | Updates to the Lua compiler. | Eduardo Julian | 1 | -3/+4 |
2021-08-08 | No more #export magic syntax. | Eduardo Julian | 1 | -9/+9 |
2021-07-24 | Now packaging JVM programs as "fat" jars in new JVM compiler. | Eduardo Julian | 1 | -17/+23 |
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 1 | -12/+13 |
2020-08-17 | Add local repo installation to Aedifex. | Eduardo Julian | 1 | -3/+8 |
2020-07-05 | Got the JS compiler code to build again. | Eduardo Julian | 1 | -14/+22 |
2020-05-29 | Can now import previously exported libraries. | Eduardo Julian | 1 | -1/+5 |
2020-05-28 | Can now export Lux code as library TAR files. | Eduardo Julian | 1 | -28/+41 |
2020-05-16 | Parallel compilation for the new compiler(s). | Eduardo Julian | 1 | -16/+15 |
2019-04-19 | Moved the CLI parser under "lux/control/parser/". | Eduardo Julian | 1 | -5/+5 |
2019-04-07 | - Upgrade the tuple left-access mechanism to the new style. | Eduardo Julian | 1 | -2/+2 |
2019-03-30 | Re-named "do-template" to "template". | Eduardo Julian | 1 | -1/+1 |
2019-03-13 | The general shape of the compiler has been recognized as a program unto itsel... | Eduardo Julian | 1 | -0/+0 |
2019-02-24 | Got new-luxc to compile/build again. | Eduardo Julian | 1 | -10/+12 |
2019-02-12 | Re-named "lux/platform" to "lux/tool". | Eduardo Julian | 1 | -0/+0 |
2019-02-04 | Changed the naming style for structures. | Eduardo Julian | 1 | -2/+4 |
2018-10-29 | Nested the compiler and the interpreter under the lux/platform/* path. | Eduardo Julian | 1 | -0/+0 |
2018-08-11 | Moved interpreter (REPL) code to stdlib. | Eduardo Julian | 1 | -25/+11 |
2018-08-11 | Moved CLI machinery to stdlib. | Eduardo Julian | 1 | -0/+53 |