Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 2017-11-01 | 1 | -82/+0 |
| | |||||
* | - Moved the "host" directory from under "generator" to under "luxc". | Eduardo Julian | 2017-10-31 | 1 | -5/+5 |
| | |||||
* | - Re-named "expr" module to "expression". | Eduardo Julian | 2017-10-31 | 1 | -3/+1 |
| | |||||
* | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 2017-10-26 | 1 | -19/+78 |
| | | | - Fixed a bug when combining field/method/class modifiers. | ||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -5/+5 |
| | |||||
* | - Re-named luxc/env to luxc/scope. | Eduardo Julian | 2017-09-08 | 1 | -2/+2 |
| | |||||
* | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 2017-06-12 | 1 | -0/+25 |
- Implemented compilation of primitives. - Implemented compilation of structures. |