aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-05No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian1-202/+0
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-28/+28
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian1-6/+6
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian1-7/+8
2022-02-03Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian1-42/+43
2022-01-25Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian1-6/+5
2021-12-25Dusting off the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian1-5/+2
2021-11-08Sharing the same Function class between bootsrapper and JVM compiler.Eduardo Julian1-1/+2
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian1-3/+3
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-14/+14
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-4/+4
2021-09-12Made the "#" character great again!Eduardo Julian1-12/+12
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-6/+6
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-3/+6
2021-09-07De-taggification | part 4Eduardo Julian1-22/+22
2021-09-04De-taggification | part 2Eduardo Julian1-14/+14
2021-08-29De-taggification | part 0Eduardo Julian1-2/+2
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-3/+3
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-2/+2
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-19/+19
2021-08-08No more #export magic syntax.Eduardo Julian1-14/+14
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-14/+14
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-1/+1
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian1-28/+30
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian1-11/+21
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-35/+36
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-1/+1
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-46/+46
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian1-1/+2
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-8/+11
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-4/+4
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian1-11/+11
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian1-2/+3
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+0
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian1-2/+5
2020-05-09Including runtime machinery in the cache.Eduardo Julian1-2/+2
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian1-20/+33
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian1-5/+2
2020-04-18Generating module IDs in a similar way to artifact IDs.Eduardo Julian1-11/+9
2020-04-16Generating definition names in a new way.Eduardo Julian1-1/+4
2020-03-19Got the new compiler to build again.Eduardo Julian1-13/+13
2019-12-29FIX the names of function classes are now prefixed with their originating mod...Eduardo Julian1-5/+19
2019-12-27Falling back to using the old method of JVM generation while I properly debug...Eduardo Julian1-58/+53
2019-12-25Optimized LuxRuntime::case and fixed a few bugs.Eduardo Julian1-1/+1
2019-12-24Ported program generation, host environment and packaging machinery to stdlib.Eduardo Julian1-53/+58
2019-09-14More fixes.Eduardo Julian1-4/+2
2019-09-07Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian1-8/+8
2019-08-20Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian1-1/+2