aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/host.jvm.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-04- WIP: JVM host procedure analysis.Eduardo Julian1-0/+9
2017-09-19- Function generation.Eduardo Julian1-6/+7
2017-09-08- Re-named "jvm-import" to "import".Eduardo Julian1-7/+7
2017-09-05- Updated new compiler's code to the recent changes in the language.Eduardo Julian1-10/+10
- WIP: Some other changes/additions to the new compiler.
2017-07-03- Tested the compilation for "nat" procedures.Eduardo Julian1-13/+14
- Expanded the runtime. - Some bug-fixes and refactorings.
2017-06-14- Heavy refactoring.Eduardo Julian1-2/+1
2017-06-12- Renamed the "compilation" phase as the "generation" phase.Eduardo Julian1-0/+86
- Implemented compilation of primitives. - Implemented compilation of structures.