aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-sigil-ification: &Eduardo Julian2022-04-07186-1010/+1042
|
* More efficient TAR handling.Eduardo Julian2022-04-0713-64/+66
|
* More efficient binary formatting.Eduardo Julian2022-04-0660-614/+634
|
* More efficient binary parsing.Eduardo Julian2022-04-0610-64/+99
|
* Got documentation back in working condition.Eduardo Julian2022-04-0637-553/+500
|
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-056-54/+62
|
* Properly handling variance for remaining mutable types.Eduardo Julian2022-04-0512-237/+312
|
* Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian2022-04-047-122/+178
|
* De-sigil-ification: /Eduardo Julian2022-03-30107-1001/+1000
|
* Lined-up names of "safe" binary/array defs with names of "unsafe" ones.Eduardo Julian2022-03-3014-184/+185
|
* Re-named ffi.as to "is", and ffi.check to "as", to line the names up with ↵Eduardo Julian2022-03-306-312/+312
| | | | normal type-annotation macros.
* "when" macro for Try.Eduardo Julian2022-03-301-1/+15
|
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-3086-359/+352
|
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵Eduardo Julian2022-03-3083-365/+365
| | | | macro names.
* De-sigil-ification: !Eduardo Julian2022-03-17102-1084/+1116
|
* JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian2022-03-1614-237/+243
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-16389-10295/+10335
|
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-1616-717/+1048
|
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-1580-730/+735
|
* De-sigil-ification: ^Eduardo Julian2022-03-15258-3764/+4154
|
* Using a fake console in Aedifex if the system console is unavailable.Eduardo Julian2022-03-141-91/+111
|
* De-sigil-ification: >Eduardo Julian2022-03-14112-2201/+2354
|
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-1438-624/+667
|
* 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-1467-3006/+3007
|
* Type-safe host-level functions for interop with scripting languages.Eduardo Julian2022-03-147-17/+33
|
* De-sigil-ification: @Eduardo Julian2022-03-14219-4635/+4638
|
* Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2022-03-1427-1867/+1112
|
* Added an easy way to export Lux functionality to host programs (everywhere ↵Eduardo Julian2022-03-1137-725/+1470
| | | | else).
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-0910-173/+434
|
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-0822-283/+510
|
* Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian2022-03-0714-178/+358
|
* Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2022-03-0520-893/+1268
|
* Keeping the JVM interop fixes coming...Eduardo Julian2022-03-0416-109/+150
|
* Finishing the meta-compiler [Part 5]Eduardo Julian2022-03-0216-234/+440
|
* Still more fixes for JVM interop.Eduardo Julian2022-03-0120-280/+402
|
* Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian2022-02-2816-171/+355
|
* Fixed directive extensions for Lux/Lua.Eduardo Julian2022-02-2722-248/+362
|
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-2435-368/+654
|
* ADDED Can pass config parameters to compiler and select code based on it. ↵Eduardo Julian2022-02-2340-323/+710
| | | | Can also select code based on compiler version.
* No more automatic conversions of primitive types in JVM FFI.Eduardo Julian2022-02-2231-576/+1618
|
* Missing bits of the optimization.Eduardo Julian2022-02-198-91/+99
|
* Optimizations for the pure-Lux JVM compiler. [Part 3]Eduardo Julian2022-02-1918-242/+506
|
* Yet more fixes for JVM interop.Eduardo Julian2022-02-1815-393/+896
|
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-1713-194/+348
|
* FIXED loop binding initialization in several back-ends.Eduardo Julian2022-02-1615-342/+393
|
* FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian2022-02-1614-565/+1099
|
* Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian2022-02-129-582/+717
|
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-1140-378/+714
|
* Finishing the meta-compiler [Part 2]Eduardo Julian2022-02-1015-263/+647
|