aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/structure.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-118/+0
|
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-2/+2
|
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-43/+43
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-12/+12
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-1/+1
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
|
* De-taggification | part 4Eduardo Julian2021-09-071-13/+13
|
* Applied new convention for variants.Eduardo Julian2021-09-061-4/+2
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-12/+12
|
* De-taggification | part 0Eduardo Julian2021-08-291-4/+4
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-8/+8
|
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
|
* 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-18/+18
| | | | more than once.
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-1/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-29/+30
|
* 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-2/+2
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-5/+7
| | | | convention that only macros that deal with types may start with a colon.
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-1/+1
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-2/+2
|
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-17/+45
|
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-071-4/+12
|
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+79