aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/statement.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-82/+0
|
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-311-5/+5
|
* - Re-named "expr" module to "expression".Eduardo Julian2017-10-311-3/+1
|
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-19/+78
| | | - Fixed a bug when combining field/method/class modifiers.
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-5/+5
|
* - Re-named luxc/env to luxc/scope.Eduardo Julian2017-09-081-2/+2
|
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-121-0/+25
- Implemented compilation of primitives. - Implemented compilation of structures.