| Commit message (Expand) | Author | Files | Lines |
2019-03-05 | Removed old JS-compiler files. | Eduardo Julian | 2 | -528/+0 |
2019-03-05 | Got the JS compiler running again. | Eduardo Julian | 2 | -7/+7 |
2019-03-03 | Some refactoring around statements. | Eduardo Julian | 3 | -4/+4 |
2019-03-03 | Some refactoring around synthesis. | Eduardo Julian | 7 | -9/+9 |
2019-03-03 | Macros are used for analysis and statements, so they shouldn't belong to anal... | Eduardo Julian | 1 | -4/+3 |
2019-03-03 | Some refactoring around analysis. | Eduardo Julian | 2 | -2/+2 |
2019-03-03 | Factored-out general compiler program machinery. | Eduardo Julian | 2 | -85/+39 |
2019-02-24 | Improved the names of monad transformers. | Eduardo Julian | 2 | -5/+5 |
2019-02-24 | Got new-luxc to compile/build again. | Eduardo Julian | 18 | -168/+180 |
2019-02-21 | Moved extension machinery over. | Eduardo Julian | 2 | -524/+0 |
2019-02-20 | Removed statement machinery (has been superseded by common statement extensio... | Eduardo Julian | 1 | -47/+0 |
2019-02-20 | Moved expression machinery over. | Eduardo Julian | 1 | -89/+0 |
2019-02-20 | Moved function machinery over. | Eduardo Julian | 1 | -77/+0 |
2019-02-19 | Moved looping machinery over. | Eduardo Julian | 1 | -35/+0 |
2019-02-19 | Moved pattern-matching machinery over. | Eduardo Julian | 1 | -191/+0 |
2019-02-13 | - WIP: Moved some of the JS compiler machinery over to stdlib. | Eduardo Julian | 4 | -777/+0 |
2019-02-12 | Forgot to remove the JS module from new-luxc. | Eduardo Julian | 1 | -113/+0 |
2018-12-26 | ClassLoader machinery. | Eduardo Julian | 1 | -109/+31 |
2018-12-15 | Changed the licenses in the project.clj files. | Eduardo Julian | 1 | -2/+2 |
2018-12-04 | Excised the Renjin R interpreter, to avoid licensing complications. | Eduardo Julian | 3 | -175/+17 |
2018-10-29 | Extracted "phase" from under "lux/platform/compiler/default". | Eduardo Julian | 14 | -53/+42 |
2018-10-29 | Nested the compiler and the interpreter under the lux/platform/* path. | Eduardo Julian | 12 | -69/+81 |
2018-10-27 | Some refactoring. | Eduardo Julian | 1 | -16/+37 |
2018-10-13 | Removed timing/perf-logging. | Eduardo Julian | 1 | -5/+5 |
2018-08-29 | Adapted new-luxc to latest stdlib changes. | Eduardo Julian | 6 | -131/+131 |
2018-08-23 | "lux text char" is now unsafe/optimized. | Eduardo Julian | 2 | -16/+2 |
2018-08-23 | Optimized text clipping. | Eduardo Julian | 2 | -13/+6 |
2018-08-20 | - Fixed ordering issue with Lux arithmetic extensions. | Eduardo Julian | 1 | -18/+18 |
2018-08-16 | Various fixes. | Eduardo Julian | 2 | -31/+31 |
2018-08-16 | Extension-related fixes. | Eduardo Julian | 3 | -12/+14 |
2018-08-15 | Fixes for pattern-matching/case synthesis & translation. | Eduardo Julian | 2 | -106/+49 |
2018-08-11 | - Fixed common translation tests for JVM. | Eduardo Julian | 9 | -245/+268 |
2018-08-11 | Fixed various JVM translation tests. | Eduardo Julian | 8 | -411/+335 |
2018-08-11 | Moved interpreter (REPL) code to stdlib. | Eduardo Julian | 2 | -170/+23 |
2018-08-11 | Moved CLI machinery to stdlib. | Eduardo Julian | 1 | -46/+6 |
2018-08-09 | - Fixes for eval. | Eduardo Julian | 3 | -38/+3 |
2018-08-08 | - Re-defined the relationship between analysis and evaluation. | Eduardo Julian | 1 | -21/+22 |
2018-08-08 | Small fixes. | Eduardo Julian | 1 | -1/+1 |
2018-08-04 | Made some adjustments to fit stdlib's compiler infrastructure to new-luxc. | Eduardo Julian | 4 | -41/+74 |
2018-08-03 | Moved default compiler process to stdlib (with caching temporarily disabled). | Eduardo Julian | 2 | -280/+2 |
2018-08-02 | Moved statement-state initialization o "lux/compiler/default/init". | Eduardo Julian | 1 | -0/+18 |
2018-08-02 | Moved statement phase into stdlib. | Eduardo Julian | 2 | -228/+1 |
2018-07-31 | Now implementing box functionality in stdlib instead of the compiler. | Eduardo Julian | 8 | -203/+0 |
2018-07-31 | Now implementing array functionality in stdlib instead of the compiler. | Eduardo Julian | 10 | -355/+0 |
2018-07-31 | Now implementing process functionality in stdlib instead of the compiler. | Eduardo Julian | 16 | -473/+6 |
2018-07-31 | Now implementing atom functionality in stdlib instead of the compiler. | Eduardo Julian | 18 | -358/+6 |
2018-07-30 | Now implementing math functionality in stdlib instead of the compiler. | Eduardo Julian | 11 | -419/+0 |
2018-07-30 | Updating new-luxc to latest Lux changes [Part 1]. | Eduardo Julian | 7 | -367/+417 |
2018-07-30 | Updating new-luxc to latest Lux changes [Part 0]. | Eduardo Julian | 5 | -227/+229 |
2018-07-29 | Adapted new-luxc to some of the latest changes to Lux. | Eduardo Julian | 13 | -243/+214 |