Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed various JVM translation tests. | Eduardo Julian | 2018-08-11 | 1 | -6/+6 |
| | |||||
* | Re-named "Symbol" to "Identifier". | Eduardo Julian | 2018-07-21 | 1 | -37/+24 |
| | |||||
* | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 2018-05-06 | 1 | -20/+20 |
| | |||||
* | - WIP: - Initial PHP back-end implementation [missing procedures]. | Eduardo Julian | 2018-05-01 | 1 | -21/+26 |
| | |||||
* | - Initial Ruby back-end implementation. | Eduardo Julian | 2018-03-13 | 1 | -3/+6 |
| | |||||
* | - Added tests for JS procedure translation. | Eduardo Julian | 2018-02-22 | 1 | -1/+2 |
| | |||||
* | - Unified translation tests. | Eduardo Julian | 2018-02-22 | 1 | -16/+7 |
| | |||||
* | - Changed the format for variants in JS. | Eduardo Julian | 2018-02-21 | 1 | -2/+3 |
| | | | - Fixed a bug when decoding fracs. | ||||
* | - Added tests for normal JS (non-procedure) behavior. | Eduardo Julian | 2018-02-17 | 1 | -7/+15 |
| | | | - Fixed a few bugs. | ||||
* | - Got the tests to build again. | Eduardo Julian | 2018-01-28 | 1 | -7/+7 |
| | |||||
* | - Got the tests to compile again. | Eduardo Julian | 2017-12-01 | 1 | -23/+23 |
| | |||||
* | - Moved "luxc/lang/syntax" to "lux/lang/syntax". | Eduardo Julian | 2017-11-15 | 1 | -2/+1 |
| | | | - Minor refactoring. | ||||
* | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 2017-11-01 | 1 | -8/+8 |
| | |||||
* | - Re-organized synthesis. | Eduardo Julian | 2017-11-01 | 1 | -7/+7 |
| | |||||
* | - Re-named "parser" to "syntax". | Eduardo Julian | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | - Re-organized analysis. | Eduardo Julian | 2017-10-31 | 1 | -9/+9 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-10-29 | 1 | -2/+1 |
| | | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation. | ||||
* | - Testing definition generation and reference. | Eduardo Julian | 2017-10-26 | 1 | -0/+1 |
| | |||||
* | - Compilation and tests for primitive conversions. | Eduardo Julian | 2017-10-12 | 1 | -1/+2 |
| | |||||
* | - Added tests for host procedures. | Eduardo Julian | 2017-10-07 | 1 | -1/+2 |
| | |||||
* | - Added tests for type-checking and type-coercion. | Eduardo Julian | 2017-10-05 | 1 | -0/+1 |
| | | | | - Implemented "eval". - Fixed bugs when analysing variants and tuples. | ||||
* | - Function generation. | Eduardo Julian | 2017-09-19 | 1 | -2/+1 |
| | |||||
* | - Added pattern-matching compilation. | Eduardo Julian | 2017-09-17 | 1 | -0/+1 |
| | |||||
* | - Removed the (non) tests for case synthesis. | Eduardo Julian | 2017-09-08 | 1 | -3/+1 |
| | |||||
* | - Tested the compilation for "nat" procedures. | Eduardo Julian | 2017-07-03 | 1 | -1/+6 |
| | | | | - Expanded the runtime. - Some bug-fixes and refactorings. | ||||
* | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 2017-06-12 | 1 | -1/+5 |
| | | | | - Implemented compilation of primitives. - Implemented compilation of structures. | ||||
* | - Added loop synthesis. | Eduardo Julian | 2017-06-09 | 1 | -1/+2 |
| | | | - Some refactoring. | ||||
* | - Implemented some synthesis algorithms and tests for primitives, ↵ | Eduardo Julian | 2017-05-31 | 1 | -8/+11 |
| | | | | | structures, procedures and function application. - Some refactoring. | ||||
* | - Fixes for pattern-matching (case) analysis. | Eduardo Julian | 2017-05-29 | 1 | -2/+6 |
| | | | | | | - Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures. | ||||
* | WIP | Eduardo Julian | 2017-05-15 | 1 | -1/+3 |
| | | | | | | - Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring. | ||||
* | - Added tests for some kinds of analysis. | Eduardo Julian | 2017-05-09 | 1 | -1/+2 |
| | | | - WIP: Porting more code. | ||||
* | - Added tests for parser. | Eduardo Julian | 2017-04-14 | 1 | -0/+12 |