aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure (follow)
Commit message (Expand)AuthorAgeFilesLines
* More fixes.Eduardo Julian2019-09-141-3/+4
* Some fixes.Eduardo Julian2019-09-081-105/+86
* Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian2019-09-072-45/+25
* Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian2019-09-072-432/+352
* Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian2019-08-202-3/+4
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-202-258/+276
* Got the new compiler working again.Eduardo Julian2019-08-102-5/+4
* Some fixes.Eduardo Julian2019-06-131-4/+39
* WIP: Class definition.Eduardo Julian2019-06-061-1/+2
* Various fixes and tweaks.Eduardo Julian2019-05-291-3/+15
* Implemented machinery for "lux syntax char case!".Eduardo Julian2019-05-282-51/+98
* Moved some of the reflection machinery to its own modules.Eduardo Julian2019-05-181-1/+1
* Forgot to actually compile the methods. Now doing so.Eduardo Julian2019-05-171-1/+20
* Refactored boxes and reflections.Eduardo Julian2019-05-171-71/+73
* Some type casting/coercion automation.Eduardo Julian2019-05-161-72/+72
* Yet more fiddling with types for JVM interop.Eduardo Julian2019-05-161-115/+124
* 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
* 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-272-89/+93
* 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-163-835/+774
* Updated the JVM compiler to the latest changes.Eduardo Julian2019-04-071-1/+2
* Updated JVM compiler.Eduardo Julian2019-04-041-20/+18
* Re-named "do-template" to "template".Eduardo Julian2019-03-302-16/+16
* Some refactoring around statements.Eduardo Julian2019-03-031-2/+2
* Some refactoring around synthesis.Eduardo Julian2019-03-031-1/+1
* Got new-luxc to compile/build again.Eduardo Julian2019-02-242-36/+36
* 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
* Adapted new-luxc to latest stdlib changes.Eduardo Julian2018-08-291-3/+3
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-231-2/+2
* Optimized text clipping.Eduardo Julian2018-08-231-5/+4
* - Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian2018-08-201-18/+18
* Various fixes.Eduardo Julian2018-08-161-30/+30
* Extension-related fixes.Eduardo Julian2018-08-161-9/+9
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-111-42/+44
* Fixed various JVM translation tests.Eduardo Julian2018-08-111-293/+220
* 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-311-23/+0
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-33/+0
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-70/+0