aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* "lux io current-time" is no longer an extension.Eduardo Julian2021-05-311-14/+1
* Wrestling with JPHP.Eduardo Julian2021-03-101-0/+60
* Done with Python.Eduardo Julian2021-02-241-1/+1
* Continuing with LuaEduardo Julian2021-02-101-3/+5
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-5/+3
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-2/+1
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-2911-28/+37
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2915-851/+851
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-3/+4
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-1/+1
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-1/+2
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-0211-165/+185
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-244-86/+86
* Some small refactoring.Eduardo Julian2020-10-251-2/+2
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-255-9/+9
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-129-124/+124
* 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-105-77/+91
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-101-2/+3
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-29/+21
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-1/+1
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-282-12/+22
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-245-36/+43
* 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-017-28/+65
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-3027-0/+6376