Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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). |