Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Moved all translation code under the JVM path (in preparation for porting ↵ | Eduardo Julian | 2018-01-08 | 1 | -809/+0 |
| | | | | the JS back-end). | ||||
* | - Added "Box" support to new-luxc. | Eduardo Julian | 2018-01-03 | 1 | -1/+37 |
| | |||||
* | - "gensym" went back to producing Code, instead of Ident. | Eduardo Julian | 2017-12-02 | 1 | -9/+8 |
| | |||||
* | - Adjusted new-luxc to new macro-templating syntax. | Eduardo Julian | 2017-12-02 | 1 | -11/+12 |
| | |||||
* | - Adapted main codebase to the latest syntatic changes. | Eduardo Julian | 2017-11-29 | 1 | -288/+288 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-22 | 1 | -111/+121 |
| | | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-21 | 1 | -64/+63 |
| | | | - Some small refactoring. | ||||
* | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 2017-11-15 | 1 | -7/+7 |
| | |||||
* | - Heavy refactoring. | Eduardo Julian | 2017-11-15 | 1 | -7/+7 |
| | |||||
* | - Made "lux text clip" work like it used to. | Eduardo Julian | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-14 | 1 | -2/+3 |
| | | | - new-luxc can now fully compile lux.lux! | ||||
* | - Removed "lux text last-index" procedure. | Eduardo Julian | 2017-11-14 | 1 | -3/+12 |
| | | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes. | ||||
* | - Implemented loop translation. | Eduardo Julian | 2017-11-14 | 1 | -4/+27 |
| | |||||
* | - Fixed the tests. | Eduardo Julian | 2017-11-09 | 1 | -5/+22 |
| | | | | - Fixed a few bugs. - Can now translate recursion. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-06 | 1 | -22/+29 |
| | |||||
* | - Minor refactorings. | Eduardo Julian | 2017-11-01 | 1 | -3/+3 |
| | | | | - Fixed some bugs. - Enabled macro-expansion for statements. | ||||
* | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 2017-11-01 | 1 | -0/+707 |