aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/host.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - WIP: JVM host procedure analysis.Eduardo Julian2017-10-041-0/+9
|
* - Function generation.Eduardo Julian2017-09-191-6/+7
|
* - 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-10/+10
| | | - WIP: Some other changes/additions to the new compiler.
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-031-13/+14
| | | | - Expanded the runtime. - Some bug-fixes and refactorings.
* - Heavy refactoring.Eduardo Julian2017-06-141-2/+1
|
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-121-0/+86
- Implemented compilation of primitives. - Implemented compilation of structures.