aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/loop.jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-16Made some new-luxc modules "old".Eduardo Julian1-79/+0
2019-04-07Updated the JVM compiler to the latest changes.Eduardo Julian1-5/+6
2019-03-03Some refactoring around synthesis.Eduardo Julian1-1/+1
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-6/+7
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian1-5/+4
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-6/+7
2018-07-22- Some fixes due to recent changes in stdlib.Eduardo Julian1-12/+13
2018-07-19WIP: Fix new-luxc's JVM back-end. [Part 2]Eduardo Julian1-49/+45
2018-07-14Switched to using new bit syntax in new-luxc.Eduardo Julian1-2/+2
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-1/+1
2018-06-15- WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian1-1/+1
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian1-3/+3
2018-01-08- Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian1-4/+4
2017-11-29- Adapted main codebase to the latest syntatic changes.Eduardo Julian1-36/+36
2017-11-21- Fixed some bugs.Eduardo Julian1-20/+38
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-3/+3
2017-11-15- Heavy refactoring.Eduardo Julian1-7/+7
2017-11-14- Fixed some bugs.Eduardo Julian1-2/+2
2017-11-14- Implemented loop translation.Eduardo Julian1-0/+62