aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-299-540/+540
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-025-25/+31
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-243-72/+72
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-254-8/+8
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-123-10/+10
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-093-32/+78
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-072-13/+80
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-9/+9
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-103-66/+79
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-281-8/+16
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-242-15/+21
* Bug fixes.Eduardo Julian2020-06-231-2/+3
* Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2020-06-192-31/+62
* 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-032-14/+14
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-016-27/+63
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-3013-0/+2889