aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/function.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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