aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/statement.jvm.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-08- Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian1-159/+0
the JS back-end).
2018-01-05- Added "lux program" compilation.Eduardo Julian1-4/+73
2017-11-29- Adapted main codebase to the latest syntatic changes.Eduardo Julian1-45/+42
2017-11-20- Added parallel compilation.Eduardo Julian1-41/+50
- Added aliasing. - Several bug fixes. - Some minor refactoring.
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-6/+6
2017-11-15- Heavy refactoring.Eduardo Julian1-8/+8
2017-11-14- Added hashing to avoid collisions in case-insensitive file-systems.Eduardo Julian1-7/+7
2017-11-14- Yet more refactoring.Eduardo Julian1-1/+1
2017-11-13- Refactoring.Eduardo Julian1-5/+7
- Now giving type checking/inference a higher priority. - Better error messages.
2017-11-01- Minor refactorings.Eduardo Julian1-2/+2
- Fixed some bugs. - Enabled macro-expansion for statements.
2017-11-01- Re-organized code-generation, and re-named it "translation".Eduardo Julian1-8/+8
2017-10-31- Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian1-5/+5
2017-10-31- Re-named "expr" module to "expression".Eduardo Julian1-3/+1
2017-10-26- WIP: Wiring everything to get the compiler to work fully.Eduardo Julian1-19/+78
- Fixed a bug when combining field/method/class modifiers.
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-5/+5
2017-09-08- Re-named luxc/env to luxc/scope.Eduardo Julian1-2/+2
2017-06-12- Renamed the "compilation" phase as the "generation" phase.Eduardo Julian1-0/+0
- Implemented compilation of primitives. - Implemented compilation of structures.
2017-05-17- Renamed "Error" to "Result".Eduardo Julian1-2/+1
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-2/+2
2017-05-03- WIP: Implemented more functionality.Eduardo Julian1-3/+3
- Lots of refactorings.
2017-05-01- WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian1-0/+26