aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/host/jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-302-762/+0
* Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian2019-12-281-20/+53
* Now allowing types for methods.Eduardo Julian2019-10-162-15/+14
* Some fixes.Eduardo Julian2019-09-081-6/+6
* Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian2019-09-071-10/+10
* Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian2019-09-072-101/+121
* Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian2019-08-202-4/+4
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-202-142/+109
* Got the new compiler working again.Eduardo Julian2019-08-102-17/+20
* Some fixes.Eduardo Julian2019-06-131-2/+2
* Various fixes and tweaks.Eduardo Julian2019-05-291-2/+29
* Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian2019-05-282-7/+7
* Implemented machinery for "lux syntax char case!".Eduardo Julian2019-05-281-51/+74
* Forgot to actually compile the methods. Now doing so.Eduardo Julian2019-05-171-36/+36
* Moved JVM type machinery to stdlib.Eduardo Julian2019-04-273-208/+58
* WIP: PHP compiler.Eduardo Julian2019-04-241-4/+5
* Fixed a bug when generating method calls.Eduardo Julian2019-04-171-13/+27
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-121-2/+6
* Updated the JVM compiler to the latest changes.Eduardo Julian2019-04-072-4/+6
* Re-named "do-template" to "template".Eduardo Julian2019-03-303-10/+10
* Got new-luxc to compile/build again.Eduardo Julian2019-02-243-14/+14
* Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian2018-10-291-2/+2
* Adapted new-luxc to latest stdlib changes.Eduardo Julian2018-08-292-109/+111
* Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.Eduardo Julian2018-08-041-1/+1
* Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian2018-07-293-14/+14
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-223-16/+17
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-4/+4
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-183-71/+79
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-2/+2
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-132-3/+3
* - Re-named "import" to "import:".Eduardo Julian2018-07-032-11/+11
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-153-131/+131
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-2/+2
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-062-19/+19
* - WIP: Caching.Eduardo Julian2017-12-052-7/+7
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-293-333/+332
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-263-10/+10
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-3/+3
* - Heavy refactoring.Eduardo Julian2017-11-153-0/+809