aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/loop.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some refactoring around synthesis.Eduardo Julian2019-03-031-1/+1
|
* Got new-luxc to compile/build again.Eduardo Julian2019-02-241-6/+7
|
* Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian2018-10-291-5/+4
|
* Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian2018-10-291-6/+7
|
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-12/+13
| | | - Removed some (now) useless modules.
* WIP: Fix new-luxc's JVM back-end. [Part 2]Eduardo Julian2018-07-191-49/+45
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-2/+2
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-1/+1
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-3/+3
|
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-0/+80
the JS back-end).