aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-1455-1729/+1885
|
* FIXED: JS error wherein a piece of runtime machinery was missing.Eduardo Julian2022-03-144-278/+280
|
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-1475-3933/+3937
|
* Type-safe host-level functions for interop with scripting languages.Eduardo Julian2022-03-147-17/+33
|
* De-sigil-ification: @Eduardo Julian2022-03-14234-5015/+5018
|
* Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2022-03-1457-1881/+1199
|
* Added an easy way to export Lux functionality to host programs (everywhere ↵Eduardo Julian2022-03-1157-973/+1779
| | | | else).
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-0912-175/+438
|
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-0825-283/+515
|
* Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian2022-03-0726-722/+868
|
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-0521-868/+1247
|
* Keeping the JVM interop fixes coming...Eduardo Julian2022-03-0425-287/+359
|
* Finishing the meta-compiler [Part 5]Eduardo Julian2022-03-0219-234/+449
|
* Still more fixes for JVM interop.Eduardo Julian2022-03-0120-278/+400
|
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-2820-192/+387
|
* Fixed directive extensions for Lux/Lua.Eduardo Julian2022-02-2729-478/+663
|
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-2440-393/+698
|
* ADDED Can pass config parameters to compiler and select code based on it. ↵Eduardo Julian2022-02-2342-326/+719
| | | | Can also select code based on compiler version.
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-2247-738/+1815
|
* Missing bits of the optimization.Eduardo Julian2022-02-198-90/+98
|
* Optimizations for the pure-Lux JVM compiler. [Part 3]Eduardo Julian2022-02-1919-266/+528
|
* Yet more fixes for JVM interop.Eduardo Julian2022-02-1826-499/+1025
|
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-1717-194/+361
|
* FIXED loop binding initialization in several back-ends.Eduardo Julian2022-02-1616-347/+402
|
* FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian2022-02-1614-555/+1089
|
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-1212-586/+720
|
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-1141-560/+936
|
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-1015-260/+644
|
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-0832-230/+367
|
* Optimizations for the pure-Lux JVM compiler. [Part 1]Eduardo Julian2022-02-0812-462/+662
|
* Fixes for JVM interop.Eduardo Julian2022-02-0613-193/+531
|
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-0629-434/+747
|
* Updated copyright notices.Eduardo Julian2022-02-0521-229/+392
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-0327-1201/+1569
|
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-3135-376/+655
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian2022-01-3019-608/+1361
|
* Fixed a bug when cleaning-up test reports.Eduardo Julian2022-01-281-79/+76
|
* Better detection for "exec" optimization.Eduardo Julian2022-01-2825-310/+472
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 11]Eduardo Julian2022-01-2725-398/+868
|
* Fixes for the "with_expansions" macro.Eduardo Julian2022-01-2622-282/+509
|
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-2534-766/+948
|
* Added explicit function inlining.Eduardo Julian2022-01-248-26/+123
|
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-2431-645/+857
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2022-01-2224-181/+575
|
* Better text formatting for types.Eduardo Julian2022-01-2021-208/+421
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2022-01-1929-426/+570
|
* Cleaner test reporting.Eduardo Julian2022-01-1915-139/+208
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 8]Eduardo Julian2022-01-1937-387/+1079
|
* Full implementation of console for Node.js.Eduardo Julian2022-01-1822-483/+865
|
* Fixes for the pure-Lux JVM compiler machinery. [Part 7]Eduardo Julian2022-01-1811-90/+406
|