| Commit message (Expand) | Author | Files | Lines |
2019-07-26 | No more "n/"-prefixed functions. | Eduardo Julian | 3 | -12/+17 |
2019-07-25 | No more "i/"-prefixed functions. | Eduardo Julian | 1 | -3/+3 |
2019-07-24 | No more "f/"-prefixed functions. | Eduardo Julian | 1 | -4/+7 |
2019-07-02 | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 3 | -27/+27 |
2019-06-20 | Improved the convention for using text formatters. | Eduardo Julian | 19 | -69/+66 |
2019-06-15 | Array machinery for the JavaScript compiler. | Eduardo Julian | 1 | -3/+6 |
2019-06-14 | Some fixes for the scripting languages. | Eduardo Julian | 1 | -3/+4 |
2019-06-06 | WIP: Class definition. | Eduardo Julian | 1 | -3/+4 |
2019-05-22 | Removed the useless #lux.type? annotation tag. | Eduardo Julian | 1 | -1/+1 |
2019-05-02 | Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type... | Eduardo Julian | 1 | -2/+2 |
2019-04-27 | Moved JVM type machinery to stdlib. | Eduardo Julian | 1 | -2/+0 |
2019-04-24 | WIP: PHP compiler. | Eduardo Julian | 1 | -1/+2 |
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 | 2 | -5/+6 |
2019-04-06 | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2 | -2/+4 |
2019-03-30 | Re-named "do-template" to "template". | Eduardo Julian | 6 | -14/+14 |
2019-03-18 | Changed how compiler output is accumulated to ensure correct order when gener... | Eduardo Julian | 1 | -14/+5 |
2019-03-18 | Cobbled together a simple packager. | Eduardo Julian | 1 | -9/+53 |
2019-03-17 | Now compiling program statements. | Eduardo Julian | 1 | -16/+16 |
2019-03-17 | Now only timing compiler operations in the Leiningen plugin. | Eduardo Julian | 1 | -15/+0 |
2019-03-15 | Changed the convention for the structure opening separator from "/" to ";", t... | Eduardo Julian | 9 | -54/+54 |
2019-03-14 | Now allowing the alias of a module to refer to the alias of an ancestor. | Eduardo Julian | 3 | -9/+9 |
2019-03-13 | The general shape of the compiler has been recognized as a program unto itsel... | Eduardo Julian | 2 | -0/+139 |
2019-02-24 | Improved the names of monad transformers. | Eduardo Julian | 2 | -2/+2 |
2019-02-11 | Updated license for 2019. | Eduardo Julian | 1 | -18/+24 |
2019-02-11 | Added the special # syntax for referring to the module's alias when opening s... | Eduardo Julian | 9 | -13/+13 |
2019-02-07 | Small improvements & fixes. | Eduardo Julian | 1 | -0/+5 |
2019-02-05 | Updated Scriptum to make sure it always generates documentation for tested mo... | Eduardo Julian | 1 | -8/+4 |
2019-02-05 | Folded license-making program (legislator) into the Lux project proper (as li... | Eduardo Julian | 20 | -0/+1816 |
2019-02-05 | Migrated documentation tool's code into stdlib. | Eduardo Julian | 1 | -0/+518 |