| Commit message (Expand) | Author | Files | Lines |
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 1 | -4/+4 |
2020-11-28 | Added "private" macro to lux/debug. | Eduardo Julian | 1 | -5/+5 |
2020-10-31 | Easy to use Rev constants. | Eduardo Julian | 1 | -4/+4 |
2020-05-17 | Local binding names for (co|indexed-)?monads are now explicitly set. | Eduardo Julian | 1 | -2/+2 |
2019-07-26 | No more "n/"-prefixed functions. | Eduardo Julian | 1 | -5/+6 |
2019-07-24 | No more "f/"-prefixed functions. | Eduardo Julian | 1 | -3/+5 |
2019-07-02 | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 1 | -12/+12 |
2019-06-20 | Improved the convention for using text formatters. | Eduardo Julian | 1 | -4/+4 |
2019-04-26 | Refactored the spec a bit better. | Eduardo Julian | 1 | -6/+7 |
2019-04-26 | - Ported pattern-matching tests. | Eduardo Julian | 1 | -130/+98 |
2019-03-30 | Re-named "do-template" to "template". | Eduardo Julian | 1 | -19/+175 |
2018-08-11 | - Fixed common translation tests for JVM. | Eduardo Julian | 1 | -37/+60 |
2018-07-30 | Updating new-luxc to latest Lux changes [Part 1]. | Eduardo Julian | 1 | -76/+85 |
2018-07-14 | Switched to using new bit syntax in new-luxc. | Eduardo Julian | 1 | -4/+4 |
2018-07-13 | Re-named "Bool" type to "Bit". | Eduardo Julian | 1 | -4/+4 |
2018-07-03 | - Re-named ":!" to ":coerce". | Eduardo Julian | 1 | -2/+2 |
2018-06-15 | - WIP: Adjustments to new-luxc based on recent changes to stdlib. | Eduardo Julian | 1 | -49/+43 |
2018-05-06 | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 1 | -24/+24 |
2018-05-01 | - WIP: - Initial PHP back-end implementation [missing procedures]. | Eduardo Julian | 1 | -4/+9 |
2018-04-25 | - Initial Common Lisp back-end implementation. | Eduardo Julian | 1 | -2/+6 |
2018-04-18 | - Initial Scheme back-end implementation. | Eduardo Julian | 1 | -26/+21 |
2018-04-15 | - Fixes for R back-end. | Eduardo Julian | 1 | -2/+13 |
2018-04-14 | - Initial R back-end implementation. | Eduardo Julian | 1 | -0/+4 |
2018-04-06 | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 1 | -1/+1 |
2018-04-04 | - Initial Python back-end implementation. | Eduardo Julian | 1 | -53/+25 |
2018-03-13 | - Initial Ruby back-end implementation. | Eduardo Julian | 1 | -1/+10 |
2018-03-06 | - Initial Lua backend implementation. | Eduardo Julian | 1 | -1/+10 |
2018-02-22 | - Unified translation tests. | Eduardo Julian | 1 | -0/+125 |
2018-01-28 | - Got the tests to build again. | Eduardo Julian | 1 | -105/+0 |
2017-12-02 | - Got most of the tests working again. | Eduardo Julian | 1 | -1/+4 |
2017-12-02 | - Adjusted new-luxc to new macro-templating syntax. | Eduardo Julian | 1 | -1/+1 |
2017-12-01 | - Got the tests to compile again. | Eduardo Julian | 1 | -45/+45 |
2017-11-15 | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 1 | -7/+8 |
2017-11-01 | - Minor refactorings. | Eduardo Julian | 1 | -14/+14 |
2017-11-01 | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 1 | -12/+12 |
2017-11-01 | - Re-organized synthesis. | Eduardo Julian | 1 | -1/+0 |
2017-10-31 | - Re-organized analysis. | Eduardo Julian | 1 | -1/+0 |
2017-10-31 | - Re-named "expr" module to "expression". | Eduardo Julian | 1 | -3/+3 |
2017-10-30 | - Migrated the format of synthesis nodes from a custom data-type, to just Cod... | Eduardo Julian | 1 | -27/+31 |
2017-10-29 | - Fixed some bugs. | Eduardo Julian | 1 | -5/+8 |
2017-10-26 | - Fixed remaining tests in compiler. | Eduardo Julian | 1 | -49/+38 |
2017-10-21 | - Updated new compiler to latest version of stdlib. | Eduardo Julian | 1 | -27/+29 |
2017-10-18 | - Updated to the latest changes in stdlib. | Eduardo Julian | 1 | -9/+9 |
2017-10-11 | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 1 | -0/+1 |
2017-10-05 | - Simplified "eval". | Eduardo Julian | 1 | -7/+9 |
2017-09-17 | - Added pattern-matching compilation. | Eduardo Julian | 1 | -0/+102 |