aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/common.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Function generation.Eduardo Julian2017-09-191-11/+46
|
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-081-5/+5
|
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-1/+5
| | | - WIP: Some other changes/additions to the new compiler.
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-301-3/+0
|
* - Heavy refactoring.Eduardo Julian2017-06-141-82/+5
|
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-121-0/+130
- Implemented compilation of primitives. - Implemented compilation of structures.