aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/primitive.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-114/+0
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-1/+1
* De-sigil-ification: ^Eduardo Julian2022-03-151-5/+7
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-25/+25
* Fixes for the pure-Lux JVM compiler machinery. [Part 5]Eduardo Julian2022-01-101-1/+1
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-3/+3
* De-taggification | part 4Eduardo Julian2021-09-071-7/+7
* De-taggification | part 2Eduardo Julian2021-09-041-3/+3
* De-taggification | part 0Eduardo Julian2021-08-291-5/+5
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-5/+5
* No more #export magic syntax.Eduardo Julian2021-08-081-4/+4
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-9/+9
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-11/+12
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-4/+6
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-121-1/+1
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-1/+1
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-5/+8
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-10/+10
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-3/+3
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-8/+25
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-071-9/+68
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+30