aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/case.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-26/+27
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-2/+3
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-36/+36
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-51/+51
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-7/+8
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-241-1/+1
* Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2020-06-191-28/+46
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-121-17/+12
* Basic pattern-matching optimizations.Eduardo Julian2020-06-091-28/+26
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-031-2/+1
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-011-16/+42
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+239