aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension/common.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-04De-taggification | part 2Eduardo Julian1-9/+9
2021-08-29De-taggification | part 0Eduardo Julian1-2/+2
2021-08-29Made labels (tags & slots) into a form of global binding.Eduardo Julian1-1/+1
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-1/+1
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-14/+14
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-1/+1
2021-08-08No more #export magic syntax.Eduardo Julian1-3/+3
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-19/+18
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian1-11/+11
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-33/+34
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian1-2/+2
2021-05-31"lux io current-time" is no longer an extension.Eduardo Julian1-14/+1
2021-02-10Continuing with LuaEduardo Julian1-3/+5
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-5/+3
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-2/+3
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-53/+53
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-2/+3
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-5/+5
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+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