| Commit message (Expand) | Author | Files | Lines |
2018-05-01 | - WIP: - Initial PHP back-end implementation [missing procedures]. | Eduardo Julian | 8 | -47/+79 |
2018-04-27 | - WIP: - Initial PHP back-end implementation. | Eduardo Julian | 3 | -7/+19 |
2018-04-25 | - Initial Common Lisp back-end implementation. | Eduardo Julian | 7 | -264/+104 |
2018-04-18 | - Initial Scheme back-end implementation. | Eduardo Julian | 7 | -157/+181 |
2018-04-15 | - Fixes for R back-end. | Eduardo Julian | 4 | -43/+84 |
2018-04-14 | - Initial R back-end implementation. | Eduardo Julian | 7 | -3/+39 |
2018-04-06 | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 11 | -18/+18 |
2018-04-04 | - Initial Python back-end implementation. | Eduardo Julian | 7 | -402/+234 |
2018-03-13 | - Initial Ruby back-end implementation. | Eduardo Julian | 8 | -47/+100 |
2018-03-06 | - Initial Lua backend implementation. | Eduardo Julian | 7 | -332/+259 |
2018-02-24 | - Removed the "root2" and "root3" host procedures (their functionality is red... | Eduardo Julian | 2 | -9/+4 |
2018-02-23 | - Added all the missing tests for translation of common procedures. | Eduardo Julian | 1 | -13/+458 |
2018-02-22 | - Added tests for JS procedure translation. | Eduardo Julian | 12 | -40/+227 |
2018-02-22 | - Unified translation tests. | Eduardo Julian | 21 | -1801/+1121 |
2018-02-21 | - Changed the format for variants in JS. | Eduardo Julian | 1 | -2/+3 |
2018-02-21 | - Fixed the failing simple tests. | Eduardo Julian | 2 | -2/+407 |
2018-02-17 | - Added tests for normal JS (non-procedure) behavior. | Eduardo Julian | 7 | -8/+490 |
2018-02-06 | - Fixed the remaining broken tests in new-luxc. | Eduardo Julian | 4 | -105/+65 |
2018-02-06 | - Fixed some failing new-luxc tests. | Eduardo Julian | 3 | -61/+83 |
2018-01-28 | - Got the tests to build again. | Eduardo Julian | 17 | -70/+76 |
2017-12-17 | - Got the tests to run again. | Eduardo Julian | 2 | -21/+18 |
2017-12-02 | - Got most of the tests working again. | Eduardo Julian | 10 | -23/+85 |
2017-12-02 | - Adjusted new-luxc to new macro-templating syntax. | Eduardo Julian | 3 | -8/+8 |
2017-12-01 | - Got the tests to compile again. | Eduardo Julian | 25 | -1636/+1636 |
2017-11-15 | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 21 | -190/+191 |
2017-11-15 | - Moved "/type/*" to from "lux/meta/" to "lux/". | Eduardo Julian | 1 | -9/+3 |
2017-11-15 | - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang". | Eduardo Julian | 8 | -15/+15 |
2017-11-15 | - Moved "luxc/lang/syntax" to "lux/lang/syntax". | Eduardo Julian | 7 | -264/+30 |
2017-11-15 | - Got the tests to run again. | Eduardo Julian | 15 | -95/+93 |
2017-11-09 | - Fixed the tests. | Eduardo Julian | 2 | -59/+59 |
2017-11-01 | - Minor refactorings. | Eduardo Julian | 9 | -124/+124 |
2017-11-01 | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 11 | -222/+222 |
2017-11-01 | - Re-organized synthesis. | Eduardo Julian | 14 | -43/+37 |
2017-10-31 | - Re-named "parser" to "syntax". | Eduardo Julian | 2 | -3/+3 |
2017-10-31 | - Re-organized analysis. | Eduardo Julian | 19 | -53/+45 |
2017-10-31 | - Migrated the format of analysis nodes from a custom data-type, to just Code... | Eduardo Julian | 12 | -186/+138 |
2017-10-31 | - Moved the "host" directory from under "generator" to under "luxc". | Eduardo Julian | 1 | -4/+4 |
2017-10-31 | - Re-named "expr" module to "expression". | Eduardo Julian | 7 | -95/+95 |
2017-10-31 | - Now, all special forms are handled as procedures. | Eduardo Julian | 2 | -8/+10 |
2017-10-31 | - Added a test to check that can parse more than 1 Code node at once. | Eduardo Julian | 1 | -9/+25 |
2017-10-30 | - Migrated the format of synthesis nodes from a custom data-type, to just Cod... | Eduardo Julian | 14 | -446/+433 |
2017-10-29 | - Fixed some bugs. | Eduardo Julian | 6 | -13/+40 |
2017-10-26 | - Testing definition generation and reference. | Eduardo Julian | 2 | -0/+57 |
2017-10-26 | - Added a new piece of compiler state, just for storing the current-module. | Eduardo Julian | 1 | -31/+4 |
2017-10-26 | - Fixed remaining tests in compiler. | Eduardo Julian | 3 | -139/+130 |
2017-10-26 | - Fixed some compiler tests. | Eduardo Julian | 3 | -39/+106 |
2017-10-26 | - Fixed tests for analysis of common procedures. | Eduardo Julian | 1 | -8/+9 |
2017-10-26 | - Fixed parser tests. | Eduardo Julian | 1 | -8/+5 |
2017-10-26 | - "Fixed" the tests to match the latest changes. | Eduardo Julian | 3 | -72/+72 |
2017-10-21 | - Updated new compiler to latest version of stdlib. | Eduardo Julian | 21 | -2143/+2261 |