aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/host/jvm (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-05No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2-778/+0
2022-03-30Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian1-2/+2
2022-03-17De-sigil-ification: !Eduardo Julian1-2/+2
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2-172/+178
2022-03-14De-sigil-ification: @Eduardo Julian1-33/+33
2021-09-15"module:" => "using"Eduardo Julian2-2/+2
2021-09-15Correctly analyzing records in the presence of local bindings.Eduardo Julian1-1/+1
2021-09-14Re-named "recur" to "again".Eduardo Julian1-2/+2
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-3/+3
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2-15/+15
2021-09-12Made the "#" character great again!Eduardo Julian2-30/+30
2021-09-10Migrated variants to the new syntax.Eduardo Julian2-7/+7
2021-09-07De-taggification | part 4Eduardo Julian2-32/+32
2021-09-04De-taggification | part 2Eduardo Julian2-15/+15
2021-08-29De-taggification | part 0Eduardo Julian2-30/+30
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-2/+2
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2-9/+9
2021-08-18Some bug fixes.Eduardo Julian2-17/+17
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2-7/+7
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-4/+4
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian2-30/+30
2021-08-08No more #export magic syntax.Eduardo Julian2-29/+29
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2-9/+9
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-1/+1
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian2-3/+3
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian2-56/+58
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-1/+1
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian2-54/+54
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian2-7/+9
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian2-150/+150
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2-126/+132
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-1/+1
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian2-103/+103
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian2-0/+762