| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mo' fixes, less problems. | Eduardo Julian | 2020-07-14 | 1 | -2/+3 |
* | Got the JS compiler to compile fully. | Eduardo Julian | 2020-07-11 | 1 | -2/+0 |
* | Fixes and improvements to JavaScript compilation. | Eduardo Julian | 2020-07-10 | 1 | -1/+2 |
* | Got the JS compiler code to build again. | Eduardo Julian | 2020-07-05 | 1 | -14/+22 |
* | WIP: Leiningen integration with the new JVM compiler. | Eduardo Julian | 2020-07-01 | 1 | -5/+6 |
* | Added the missing cache invalidation to the new compiler. | Eduardo Julian | 2020-06-29 | 1 | -3/+6 |
* | Re-added & u[dated packaging machinery. | Eduardo Julian | 2020-06-28 | 1 | -6/+30 |
* | Can now import previously exported libraries. | Eduardo Julian | 2020-05-29 | 4 | -5/+73 |
* | Can now export Lux code as library TAR files. | Eduardo Julian | 2020-05-28 | 3 | -39/+122 |
* | Local binding names for (co|indexed-)?monads are now explicitly set. | Eduardo Julian | 2020-05-17 | 2 | -3/+3 |
* | :share no longer relies on :assume | Eduardo Julian | 2020-05-17 | 1 | -2/+2 |
* | Parallel compilation for the new compiler(s). | Eduardo Julian | 2020-05-16 | 3 | -59/+39 |
* | Including runtime machinery in the cache. | Eduardo Julian | 2020-05-09 | 1 | -7/+6 |
* | Loading the artifacts from the cache and re-populating the analyser's state. | Eduardo Julian | 2020-05-06 | 1 | -1/+1 |
* | Now caching the reservations from the archive. | Eduardo Julian | 2020-04-21 | 1 | -9/+13 |
* | Fixed artifact file-name generation and archive module naming in caching. | Eduardo Julian | 2020-04-19 | 1 | -1/+3 |
* | Generating definition names in a new way. | Eduardo Julian | 2020-04-16 | 1 | -12/+12 |
* | Got the new compiler to build again. | Eduardo Julian | 2020-03-19 | 1 | -29/+32 |
* | Beginning to cache artifacts. | Eduardo Julian | 2020-03-05 | 1 | -4/+6 |
* | Re-located code related to Lux's compilation across the different phases. | Eduardo Julian | 2020-01-11 | 1 | -7/+8 |
* | Re-located Lux's parser. | Eduardo Julian | 2020-01-10 | 1 | -2/+4 |
* | Re-located generation infrastructure. | Eduardo Julian | 2019-12-30 | 1 | -2/+2 |
* | Re-organized macro-expansion machinery. | Eduardo Julian | 2019-12-30 | 1 | -2/+2 |
* | Committing to Promise as the base monad for the compiler. | Eduardo Julian | 2019-12-29 | 1 | -70/+75 |
* | Compiler extensions have been tested to work. | Eduardo Julian | 2019-10-15 | 1 | -2/+6 |
* | Added packaging machinery for the JVM compiler. | Eduardo Julian | 2019-09-18 | 1 | -9/+11 |
* | Renamed "Statement" to "Directive". | Eduardo Julian | 2019-09-07 | 1 | -21/+21 |
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 3 | -12/+17 |
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 1 | -3/+3 |
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -4/+7 |
* | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 2019-07-02 | 3 | -27/+27 |
* | Improved the convention for using text formatters. | Eduardo Julian | 2019-06-20 | 19 | -69/+66 |
* | Array machinery for the JavaScript compiler. | Eduardo Julian | 2019-06-15 | 1 | -3/+6 |
* | Some fixes for the scripting languages. | Eduardo Julian | 2019-06-14 | 1 | -3/+4 |
* | WIP: Class definition. | Eduardo Julian | 2019-06-06 | 1 | -3/+4 |
* | Removed the useless #lux.type? annotation tag. | Eduardo Julian | 2019-05-22 | 1 | -1/+1 |
* | Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type... | Eduardo Julian | 2019-05-02 | 1 | -2/+2 |
* | Moved JVM type machinery to stdlib. | Eduardo Julian | 2019-04-27 | 1 | -2/+0 |
* | WIP: PHP compiler. | Eduardo Julian | 2019-04-24 | 1 | -1/+2 |
* | Moved the CLI parser under "lux/control/parser/". | Eduardo Julian | 2019-04-19 | 1 | -5/+5 |
* | - Upgrade the tuple left-access mechanism to the new style. | Eduardo Julian | 2019-04-07 | 2 | -5/+6 |
* | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2019-04-06 | 2 | -2/+4 |
* | Re-named "do-template" to "template". | Eduardo Julian | 2019-03-30 | 6 | -14/+14 |
* | Changed how compiler output is accumulated to ensure correct order when gener... | Eduardo Julian | 2019-03-18 | 1 | -14/+5 |
* | Cobbled together a simple packager. | Eduardo Julian | 2019-03-18 | 1 | -9/+53 |
* | Now compiling program statements. | Eduardo Julian | 2019-03-17 | 1 | -16/+16 |
* | Now only timing compiler operations in the Leiningen plugin. | Eduardo Julian | 2019-03-17 | 1 | -15/+0 |
* | Changed the convention for the structure opening separator from "/" to ";", t... | Eduardo Julian | 2019-03-15 | 9 | -54/+54 |
* | Now allowing the alias of a module to refer to the alias of an ancestor. | Eduardo Julian | 2019-03-14 | 3 | -9/+9 |
* | The general shape of the compiler has been recognized as a program unto itsel... | Eduardo Julian | 2019-03-13 | 2 | -0/+139 |