Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 2019-07-02 | 1 | -15/+15 |
| | |||||
* | Improved the convention for using text formatters. | Eduardo Julian | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | + Small optimizations for pattern-matching generation. | ||||
* | WIP: Class definition. | Eduardo Julian | 2019-06-06 | 1 | -3/+4 |
| | |||||
* | 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 |
| | |||||
* | - Upgrade the tuple left-access mechanism to the new style. | Eduardo Julian | 2019-04-07 | 1 | -3/+4 |
| | | | | - Updated JS compiler. - Updated Python compiler. | ||||
* | Changed how compiler output is accumulated to ensure correct order when ↵ | Eduardo Julian | 2019-03-18 | 1 | -14/+5 |
| | | | | generating the final executable file. | ||||
* | 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 |
| | |||||
* | The general shape of the compiler has been recognized as a program unto ↵ | Eduardo Julian | 2019-03-13 | 1 | -0/+96 |
itself (albeit a program which must be parameterized). |