aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/runtime.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Added pattern-matching compilation.Eduardo Julian2017-09-171-19/+158
|
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-081-7/+7
|
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-3/+144
| | | - WIP: Some other changes/additions to the new compiler.
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-031-11/+107
| | | | - Expanded the runtime. - Some bug-fixes and refactorings.
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-301-2/+6
|
* - Heavy refactoring.Eduardo Julian2017-06-141-78/+25
|
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-121-0/+126
- Implemented compilation of primitives. - Implemented compilation of structures.