aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-222-324/+324
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-2/+2
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-142-30/+30
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-6/+10
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-2/+0
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-9/+0
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-15/+0
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-041-10/+1
* - Improved abstract types.Eduardo Julian2018-07-031-5/+0
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-2/+2