Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Re-organized synthesis. | Eduardo Julian | 2017-11-01 | 1 | -1/+0 |
| | |||||
* | - Re-organized analysis. | Eduardo Julian | 2017-10-31 | 1 | -1/+0 |
| | |||||
* | - Moved the "host" directory from under "generator" to under "luxc". | Eduardo Julian | 2017-10-31 | 1 | -5/+5 |
| | |||||
* | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 2017-10-26 | 1 | -7/+4 |
| | | | - Fixed a bug when combining field/method/class modifiers. | ||||
* | - Updated to the latest changes in stdlib. | Eduardo Julian | 2017-10-18 | 1 | -5/+5 |
| | |||||
* | - Migrated new-luxc to latest version of stdlib. | Eduardo Julian | 2017-10-11 | 1 | -1/+1 |
| | | | - Some refactoring. | ||||
* | - Simplified "eval". | Eduardo Julian | 2017-10-05 | 1 | -3/+2 |
| | |||||
* | - Function generation. | Eduardo Julian | 2017-09-19 | 1 | -3/+2 |
| | |||||
* | - Re-named "jvm-import" to "import". | Eduardo Julian | 2017-09-08 | 1 | -9/+9 |
| | |||||
* | - Heavy refactoring. | Eduardo Julian | 2017-06-14 | 1 | -28/+27 |
| | |||||
* | - Renamed the "compilation" phase as the "generation" phase. | Eduardo Julian | 2017-06-12 | 1 | -0/+89 |
- Implemented compilation of primitives. - Implemented compilation of structures. |