aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/common.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-131/+0
|
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-311-4/+4
|
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-7/+49
| | | - Fixed a bug when combining field/method/class modifiers.
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-12/+12
|
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-1/+1
| | | - Some refactoring.
* - 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.