aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host/jvm/inst.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-472/+0
|
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-2/+2
|
* De-sigil-ification: !Eduardo Julian2022-03-171-2/+2
|
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-130/+133
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-151-1/+1
|
* Re-named "recur" to "again".Eduardo Julian2021-09-141-2/+2
|
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-3/+3
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-9/+9
| | | | syntax change.
* Made the "#" character great again!Eduardo Julian2021-09-121-6/+6
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-5/+5
|
* De-taggification | part 4Eduardo Julian2021-09-071-17/+17
|
* De-taggification | part 2Eduardo Julian2021-09-041-9/+9
|
* De-taggification | part 0Eduardo Julian2021-08-291-4/+4
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-1/+1
|
* Some bug fixes.Eduardo Julian2021-08-181-7/+7
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-3/+3
|
* 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-29/+29
|
* No more #export magic syntax.Eduardo Julian2021-08-081-22/+22
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-6/+6
| | | | 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-2/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-34/+35
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-1/+1
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-43/+43
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-5/+6
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-72/+72
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-89/+92
| | | | convention that only macros that deal with types may start with a colon.
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-5/+5
|
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+464