aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* More fiddling with types for JVM interop.Eduardo Julian2019-05-131-111/+114
* Adjusted the analysis to the changes in the interop layer.Eduardo Julian2019-05-121-1/+1
* Grounded some of the machinery used in analysis and generation on the types i...Eduardo Julian2019-05-101-21/+66
* WIP: Anonymous classes analysis & generation.Eduardo Julian2019-05-091-27/+231
* Changed how the pattern-matching stack is built, in the hopes of optimizing p...Eduardo Julian2019-05-011-4/+4
* Now inlining the pattern-matching POP and PEEK operations.Eduardo Julian2019-05-012-27/+11
* Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian2019-04-281-31/+25
* Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian2019-04-281-7/+7
* Specialized array machinery for primitive arrays.Eduardo Julian2019-04-281-58/+116
* Moved JVM type machinery to stdlib.Eduardo Julian2019-04-278-144/+157
* WIP: Turning compiler tests into a re-usable specification.Eduardo Julian2019-04-261-1/+1
* WIP: PHP compiler.Eduardo Julian2019-04-241-6/+6
* Improvements and fixes for JVM extensions.Eduardo Julian2019-04-181-91/+75
* Fixed a bug when generating method calls.Eduardo Julian2019-04-171-3/+13
* - Re-named the "lux convert ..." extensions to "lux conversion ...".Eduardo Julian2019-04-171-76/+92
* Made some new-luxc modules "old".Eduardo Julian2019-04-1612-835/+774
* 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-072-40/+56
* Updated JVM compiler's tuple left-access mechanism to the new style.Eduardo Julian2019-04-072-14/+18
* Updated the JVM compiler to the latest changes.Eduardo Julian2019-04-0710-142/+38
* Updated JVM compiler.Eduardo Julian2019-04-041-20/+18
* Re-named "do-template" to "template".Eduardo Julian2019-03-304-18/+18
* Some refactoring around statements.Eduardo Julian2019-03-032-3/+4
* Some refactoring around synthesis.Eduardo Julian2019-03-037-9/+9
* Some refactoring around analysis.Eduardo Julian2019-03-032-2/+2
* Got new-luxc to compile/build again.Eduardo Julian2019-02-2411-88/+92
* Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian2018-10-2910-41/+31
* Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian2018-10-2910-51/+61
* Adapted new-luxc to latest stdlib changes.Eduardo Julian2018-08-291-3/+3
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-232-16/+2
* Optimized text clipping.Eduardo Julian2018-08-232-13/+6
* - Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian2018-08-201-18/+18
* Various fixes.Eduardo Julian2018-08-162-31/+31
* Extension-related fixes.Eduardo Julian2018-08-162-10/+10
* Fixes for pattern-matching/case synthesis & translation.Eduardo Julian2018-08-152-106/+49
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-114-56/+63
* Fixed various JVM translation tests.Eduardo Julian2018-08-111-293/+220
* - 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
* Moved statement-state initialization o "lux/compiler/default/init".Eduardo Julian2018-08-021-0/+18
* Moved statement phase into stdlib.Eduardo Julian2018-08-021-72/+1
* Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-34/+0
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-56/+0
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-111/+4
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-35/+0
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-70/+0
* Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian2018-07-302-5/+6
* Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian2018-07-297-171/+125
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-2215-864/+845
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-212-3/+3