aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/function.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-359/+0
|
* De-sigil-ification: /Eduardo Julian2022-03-301-1/+1
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-21/+21
|
* De-sigil-ification: >Eduardo Julian2022-03-141-3/+3
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-031-3/+4
|
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-241-46/+47
|
* Added tree-shaking to the compiler.Eduardo Julian2021-11-191-2/+4
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-1/+1
|
* Updated new compilers w.r.t. removal of tags/labels.Eduardo Julian2021-09-131-9/+9
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-13/+13
| | | | syntax change.
* Made the "#" character great again!Eduardo Julian2021-09-121-6/+6
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-2/+2
|
* De-taggification | part 4Eduardo Julian2021-09-071-13/+13
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-3/+3
|
* De-taggification | part 2Eduardo Julian2021-09-041-13/+13
|
* Made labels (tags & slots) into a form of global binding.Eduardo Julian2021-08-291-1/+1
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-71/+71
|
* Some bug fixes.Eduardo Julian2021-08-181-17/+17
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-5/+5
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-4/+4
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-9/+9
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-12/+12
| | | | more than once.
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-1/+1
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-5/+6
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-1/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-34/+35
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-081-8/+26
| | | | language boundaries)
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-1/+1
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-3/+4
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-114/+114
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-3/+3
|
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-29/+31
|
* Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian2020-06-011-1/+2
| | | | compiler.
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+331