| Commit message (Expand) | Author | Age | Files | Lines |
* | De-sigil-ification: : [Part 1] | Eduardo Julian | 2022-06-05 | 95 | -2592/+2727 |
* | comonad/cofree => comonad/free | Eduardo Julian | 2022-06-04 | 20 | -31/+40 |
* | De-sigil-ification: # | Eduardo Julian | 2022-06-04 | 522 | -3769/+3776 |
* | Extensible import syntax [Part 6] | Eduardo Julian | 2022-06-04 | 530 | -1286/+1355 |
* | Extensible import syntax [Part 5] | Eduardo Julian | 2022-06-03 | 646 | -712/+694 |
* | Extensible import syntax [Part 4] | Eduardo Julian | 2022-06-03 | 585 | -1506/+1515 |
* | Extensible import syntax [Part 3] | Eduardo Julian | 2022-06-02 | 696 | -776/+764 |
* | Extensible import syntax [Part 2] | Eduardo Julian | 2022-06-02 | 406 | -450/+437 |
* | Extensible import syntax: Part 1 | Eduardo Julian | 2022-06-01 | 1077 | -6763/+6826 |
* | De-sigil-ification: * | Eduardo Julian | 2022-04-09 | 60 | -554/+554 |
* | Better names for testing macros (plus better indentation). | Eduardo Julian | 2022-04-09 | 301 | -16504/+16510 |
* | Re-branded "abstract" types as "primitive" types. | Eduardo Julian | 2022-04-09 | 87 | -253/+254 |
* | Removed (mostly useless) pattern-matching macro for abstract types. | Eduardo Julian | 2022-04-08 | 79 | -219/+196 |
* | Better names for random text/character generators. | Eduardo Julian | 2022-04-08 | 129 | -786/+807 |
* | De-sigil-ification: $ | Eduardo Julian | 2022-04-08 | 533 | -31534/+31537 |
* | Can now deploy releases with Aedifex. | Eduardo Julian | 2022-04-08 | 20 | -103/+327 |
* | Better snapshot deployments for Aedifex. | Eduardo Julian | 2022-04-07 | 22 | -230/+260 |
* | De-sigil-ification: & | Eduardo Julian | 2022-04-07 | 198 | -1048/+1084 |
* | More efficient TAR handling. | Eduardo Julian | 2022-04-07 | 16 | -67/+72 |
* | More efficient binary formatting. | Eduardo Julian | 2022-04-06 | 72 | -645/+694 |
* | More efficient binary parsing. | Eduardo Julian | 2022-04-06 | 15 | -89/+130 |
* | Got documentation back in working condition. | Eduardo Julian | 2022-04-06 | 39 | -555/+504 |
* | No longer depending on the ASM library for JVM bytecode generation. | Eduardo Julian | 2022-04-05 | 30 | -6250/+207 |
* | Properly handling variance for remaining mutable types. | Eduardo Julian | 2022-04-05 | 16 | -264/+359 |
* | Properly handling variance for arrays to avoid invalid subtyping. | Eduardo Julian | 2022-04-04 | 37 | -172/+325 |
* | De-sigil-ification: / | Eduardo Julian | 2022-03-30 | 113 | -1014/+1023 |
* | Lined-up names of "safe" binary/array defs with names of "unsafe" ones. | Eduardo Julian | 2022-03-30 | 15 | -184/+188 |
* | Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor... | Eduardo Julian | 2022-03-30 | 16 | -436/+436 |
* | "when" macro for Try. | Eduardo Julian | 2022-03-30 | 3 | -10/+26 |
* | Now demanding mandatory loop names, instead of using default "again" name. | Eduardo Julian | 2022-03-30 | 98 | -389/+384 |
* | Re-named "as_is" to "these" to avoid confusion with the new type-annotation m... | Eduardo Julian | 2022-03-30 | 109 | -401/+476 |
* | De-sigil-ification: ! | Eduardo Julian | 2022-03-17 | 109 | -1130/+1171 |
* | JVM interop now allows importing inherited virtual/interface methods. | Eduardo Julian | 2022-03-16 | 16 | -254/+258 |
* | De-sigil-ification: prefix : | Eduardo Julian | 2022-03-16 | 417 | -11464/+11504 |
* | Generalized/type-agnostic arithmetic. | Eduardo Julian | 2022-03-16 | 18 | -718/+1051 |
* | Leaner syntax for library/lux/control/exception.report | Eduardo Julian | 2022-03-15 | 113 | -796/+888 |
* | De-sigil-ification: ^ | Eduardo Julian | 2022-03-15 | 273 | -4067/+4364 |
* | Using a fake console in Aedifex if the system console is unavailable. | Eduardo Julian | 2022-03-14 | 2 | -114/+134 |
* | De-sigil-ification: > | Eduardo Julian | 2022-03-14 | 127 | -3843/+2449 |
* | Made JVM "import:" syntax consistent with the other "import:"s. | Eduardo Julian | 2022-03-14 | 55 | -1803/+1959 |
* | FIXED: JS error wherein a piece of runtime machinery was missing. | Eduardo Julian | 2022-03-14 | 4 | -278/+280 |
* | Leaner syntax for the "for" macro. | Eduardo Julian | 2022-03-14 | 75 | -4257/+4261 |
* | Type-safe host-level functions for interop with scripting languages. | Eduardo Julian | 2022-03-14 | 7 | -17/+33 |
* | De-sigil-ification: @ | Eduardo Julian | 2022-03-14 | 234 | -5015/+5018 |
* | Can now add type-vars to imported procedures from scripting languages. | Eduardo Julian | 2022-03-14 | 57 | -1886/+1204 |
* | Added an easy way to export Lux functionality to host programs (everywhere el... | Eduardo Julian | 2022-03-11 | 57 | -977/+1783 |
* | Added an easy way to export Lux functionality to host programs (in JVM). | Eduardo Julian | 2022-03-09 | 12 | -176/+439 |
* | Finishing the meta-compiler [Part 6 / Done... for now] | Eduardo Julian | 2022-03-08 | 25 | -284/+516 |
* | Compilers for scripting languages now only depend on new JVM compiler. | Eduardo Julian | 2022-03-07 | 26 | -748/+894 |
* | Optimizations for the pure-Lux JVM compiler. [Part 5] | Eduardo Julian | 2022-03-05 | 21 | -893/+1272 |