Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-organized synthesis. | Eduardo Julian | 2017-11-01 | 4 | -382/+0 |
| | |||||
* | - Migrated the format of analysis nodes from a custom data-type, to just ↵ | Eduardo Julian | 2017-10-31 | 5 | -116/+40 |
| | | | | Code nodes. | ||||
* | - Migrated the format of synthesis nodes from a custom data-type, to just ↵ | Eduardo Julian | 2017-10-30 | 2 | -156/+164 |
| | | | | Code nodes. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-10-29 | 2 | -21/+21 |
| | | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation. | ||||
* | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 2017-10-11 | 2 | -5/+6 |
| | | | - Some refactoring. | ||||
* | - Function generation. | Eduardo Julian | 2017-09-19 | 1 | -5/+5 |
| | |||||
* | - Updated new compiler's code to the recent changes in the language. | Eduardo Julian | 2017-09-05 | 1 | -2/+2 |
| | | | - WIP: Some other changes/additions to the new compiler. | ||||
* | - Adjusted compiler to the new lack of Char type. | Eduardo Julian | 2017-07-02 | 3 | -0/+195 |
| | | | - WIP: PM/case synthesis. | ||||
* | - Added loop synthesis. | Eduardo Julian | 2017-06-09 | 2 | -9/+180 |
| | | | - Some refactoring. | ||||
* | - Now optimizing functions. | Eduardo Julian | 2017-06-06 | 2 | -0/+83 |