aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/runtime.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made some new-luxc modules "old".Eduardo Julian2019-04-161-361/+0
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-121-40/+35
* Upgraded the tuple right-access mechanism to the new style.Eduardo Julian2019-04-071-17/+27
* Updated JVM compiler's tuple left-access mechanism to the new style.Eduardo Julian2019-04-071-12/+16
* Updated the JVM compiler to the latest changes.Eduardo Julian2019-04-071-4/+4
* Some refactoring around statements.Eduardo Julian2019-03-031-1/+2
* Some refactoring around analysis.Eduardo Julian2019-03-031-1/+1
* Got new-luxc to compile/build again.Eduardo Julian2019-02-241-5/+5
* Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian2018-10-291-4/+3
* Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian2018-10-291-5/+6
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-231-14/+0
* Optimized text clipping.Eduardo Julian2018-08-231-8/+2
* Fixes for pattern-matching/case synthesis & translation.Eduardo Julian2018-08-151-57/+2
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-111-2/+6
* - Fixes for eval.Eduardo Julian2018-08-091-2/+2
* Moved default compiler process to stdlib (with caching temporarily disabled).Eduardo Julian2018-08-031-2/+2
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-88/+4
* Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian2018-07-291-76/+76
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-277/+278
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-181-112/+115
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-30/+30
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-3/+3
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-7/+2
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-98/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-89/+0
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-48/+48
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-231-4/+95
* - Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian2018-01-081-0/+603