aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/compiler/common.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-121-65/+0
| | | | - Implemented compilation of primitives. - Implemented compilation of structures.
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-11/+11
|
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-0/+65
- WIP: Porting more code.