aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/runtime.jvm.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-03- Tested the compilation for "nat" procedures.Eduardo Julian1-11/+107
- Expanded the runtime. - Some bug-fixes and refactorings.
2017-06-30- WIP: Added generation for common procedures.Eduardo Julian1-2/+6
2017-06-14- Heavy refactoring.Eduardo Julian1-78/+25
2017-06-12- Renamed the "compilation" phase as the "generation" phase.Eduardo Julian1-0/+126
- Implemented compilation of primitives. - Implemented compilation of structures.