aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/runtime.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-603/+0
| | | | the JS back-end).
* - Added "lux program" compilation.Eduardo Julian2018-01-051-1/+1
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-454/+430
|
* - Fixed some bugs.Eduardo Julian2017-11-211-4/+0
| | | - Some small refactoring.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-4/+4
|
* - Heavy refactoring.Eduardo Julian2017-11-151-7/+7
|
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-141-32/+32
|
* - Fixed some bugs.Eduardo Julian2017-11-141-0/+23
| | | - new-luxc can now fully compile lux.lux!
* - Minor refactorings.Eduardo Julian2017-11-011-8/+8
| | | | - Fixed some bugs. - Enabled macro-expansion for statements.
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-0/+608