aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/extension/common.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-388/+0
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian1-7/+9
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian1-7/+10
2019-10-17Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian1-4/+2
2019-10-15Compiler extensions have been tested to work.Eduardo Julian1-1/+1
2019-09-17Some refactoring.Eduardo Julian1-0/+0
2019-09-14More fixes.Eduardo Julian1-3/+4
2019-09-07Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian1-17/+15
2019-09-07Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian1-55/+54
2019-08-20Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian1-1/+2
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian1-91/+95
2019-08-10Got the new compiler working again.Eduardo Julian1-3/+3
2019-05-28Implemented machinery for "lux syntax char case!".Eduardo Julian1-3/+62
2019-04-28Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian1-31/+25
2019-04-28Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian1-7/+7
2019-04-27Moved JVM type machinery to stdlib.Eduardo Julian1-34/+36
2019-04-16Made some new-luxc modules "old".Eduardo Julian1-74/+21
2019-04-07Updated the JVM compiler to the latest changes.Eduardo Julian1-1/+2
2019-04-04Updated JVM compiler.Eduardo Julian1-20/+18
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-9/+9
2019-03-03Some refactoring around statements.Eduardo Julian1-2/+2
2019-03-03Some refactoring around synthesis.Eduardo Julian1-1/+1
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-4/+4
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian1-5/+4
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-6/+7
2018-08-29Adapted new-luxc to latest stdlib changes.Eduardo Julian1-3/+3
2018-08-23"lux text char" is now unsafe/optimized.Eduardo Julian1-2/+2
2018-08-23Optimized text clipping.Eduardo Julian1-5/+4
2018-08-20- Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian1-18/+18
2018-08-16Various fixes.Eduardo Julian1-30/+30
2018-08-16Extension-related fixes.Eduardo Julian1-9/+9
2018-08-11- Fixed common translation tests for JVM.Eduardo Julian1-42/+44
2018-08-11Fixed various JVM translation tests.Eduardo Julian1-293/+220
2018-07-31Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian1-34/+0
2018-07-31Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian1-56/+0
2018-07-31Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian1-23/+0
2018-07-31Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian1-33/+0
2018-07-30Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian1-70/+0
2018-07-22- Some fixes due to recent changes in stdlib.Eduardo Julian1-141/+141
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-2/+2
2018-07-14Switched to using new bit syntax in new-luxc.Eduardo Julian1-24/+24
2018-07-11- Removed "lux text hash" extension.Eduardo Julian1-2/+0
2018-07-11- Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian1-9/+0
2018-07-11- Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian1-15/+0
2018-07-04- Implemented not-a-number and both infinities in pure Lux.Eduardo Julian1-10/+1
2018-07-03- Improved abstract types.Eduardo Julian1-5/+0
2018-07-03- Re-named "import" to "import:".Eduardo Julian1-2/+2
2018-06-15- WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian1-12/+13
2018-05-08- Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian1-9/+2