Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-26 | - WIP: Migrated synthesis to stdlib. | Eduardo Julian | 1 | -188/+0 | |
2018-04-06 | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 1 | -3/+3 | |
2017-12-02 | - Adjusted new-luxc to new macro-templating syntax. | Eduardo Julian | 1 | -9/+9 | |
2017-11-29 | - Adapted main codebase to the latest syntatic changes. | Eduardo Julian | 1 | -59/+59 | |
2017-11-22 | - Fixed some bugs. | Eduardo Julian | 1 | -10/+10 | |
- Some refactoring. - Added some alternative snippets of code that new-luxc can handle better. | |||||
2017-11-21 | - Fixed some bugs. | Eduardo Julian | 1 | -18/+21 | |
- Some small refactoring. | |||||
2017-11-15 | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 1 | -2/+2 | |
2017-11-01 | - Re-organized synthesis. | Eduardo Julian | 1 | -0/+0 | |
2017-10-31 | - Migrated the format of analysis nodes from a custom data-type, to just ↵ | Eduardo Julian | 1 | -7/+7 | |
Code nodes. | |||||
2017-10-30 | - Migrated the format of synthesis nodes from a custom data-type, to just ↵ | Eduardo Julian | 1 | -103/+121 | |
Code nodes. | |||||
2017-10-11 | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 1 | -3/+4 | |
- Some refactoring. | |||||
2017-09-19 | - Function generation. | Eduardo Julian | 1 | -5/+5 | |
2017-06-09 | - Added loop synthesis. | Eduardo Julian | 1 | -0/+166 | |
- Some refactoring. |