| Commit message (Expand) | Author | Age | Files | Lines |
* | De-sigil-ification: : [Part 1] | Eduardo Julian | 2022-06-05 | 84 | -2391/+2521 |
* | comonad/cofree => comonad/free | Eduardo Julian | 2022-06-04 | 19 | -30/+39 |
* | De-sigil-ification: # | Eduardo Julian | 2022-06-04 | 510 | -3718/+3725 |
* | Extensible import syntax [Part 6] | Eduardo Julian | 2022-06-04 | 515 | -1260/+1329 |
* | Extensible import syntax [Part 5] | Eduardo Julian | 2022-06-03 | 644 | -710/+692 |
* | Extensible import syntax [Part 4] | Eduardo Julian | 2022-06-03 | 551 | -1434/+1430 |
* | Extensible import syntax [Part 3] | Eduardo Julian | 2022-06-02 | 669 | -749/+737 |
* | Extensible import syntax [Part 2] | Eduardo Julian | 2022-06-02 | 401 | -445/+432 |
* | Extensible import syntax: Part 1 | Eduardo Julian | 2022-06-01 | 1033 | -6507/+6536 |
* | De-sigil-ification: * | Eduardo Julian | 2022-04-09 | 55 | -535/+535 |
* | Better names for testing macros (plus better indentation). | Eduardo Julian | 2022-04-09 | 298 | -16371/+16371 |
* | Re-branded "abstract" types as "primitive" types. | Eduardo Julian | 2022-04-09 | 85 | -251/+250 |
* | 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 | 121 | -785/+788 |
* | De-sigil-ification: $ | Eduardo Julian | 2022-04-08 | 518 | -31165/+31167 |
* | Can now deploy releases with Aedifex. | Eduardo Julian | 2022-04-08 | 14 | -91/+305 |
* | Better snapshot deployments for Aedifex. | Eduardo Julian | 2022-04-07 | 18 | -216/+238 |
* | De-sigil-ification: & | Eduardo Julian | 2022-04-07 | 186 | -1010/+1042 |
* | More efficient TAR handling. | Eduardo Julian | 2022-04-07 | 13 | -64/+66 |
* | More efficient binary formatting. | Eduardo Julian | 2022-04-06 | 59 | -613/+633 |
* | More efficient binary parsing. | Eduardo Julian | 2022-04-06 | 9 | -63/+98 |
* | Got documentation back in working condition. | Eduardo Julian | 2022-04-06 | 36 | -552/+499 |
* | No longer depending on the ASM library for JVM bytecode generation. | Eduardo Julian | 2022-04-05 | 6 | -54/+62 |
* | Properly handling variance for remaining mutable types. | Eduardo Julian | 2022-04-05 | 12 | -237/+312 |
* | Properly handling variance for arrays to avoid invalid subtyping. | Eduardo Julian | 2022-04-04 | 7 | -122/+178 |
* | De-sigil-ification: / | Eduardo Julian | 2022-03-30 | 107 | -1001/+1000 |
* | Lined-up names of "safe" binary/array defs with names of "unsafe" ones. | Eduardo Julian | 2022-03-30 | 14 | -184/+185 |
* | Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor... | Eduardo Julian | 2022-03-30 | 6 | -312/+312 |
* | "when" macro for Try. | Eduardo Julian | 2022-03-30 | 1 | -1/+15 |
* | Now demanding mandatory loop names, instead of using default "again" name. | Eduardo Julian | 2022-03-30 | 86 | -359/+352 |
* | Re-named "as_is" to "these" to avoid confusion with the new type-annotation m... | Eduardo Julian | 2022-03-30 | 83 | -365/+365 |
* | De-sigil-ification: ! | Eduardo Julian | 2022-03-17 | 101 | -1083/+1115 |
* | JVM interop now allows importing inherited virtual/interface methods. | Eduardo Julian | 2022-03-16 | 14 | -237/+243 |
* | De-sigil-ification: prefix : | Eduardo Julian | 2022-03-16 | 389 | -10295/+10335 |
* | Generalized/type-agnostic arithmetic. | Eduardo Julian | 2022-03-16 | 16 | -717/+1048 |
* | Leaner syntax for library/lux/control/exception.report | Eduardo Julian | 2022-03-15 | 80 | -730/+735 |
* | De-sigil-ification: ^ | Eduardo Julian | 2022-03-15 | 257 | -3763/+4152 |
* | Using a fake console in Aedifex if the system console is unavailable. | Eduardo Julian | 2022-03-14 | 1 | -91/+111 |
* | De-sigil-ification: > | Eduardo Julian | 2022-03-14 | 112 | -2201/+2354 |
* | Made JVM "import:" syntax consistent with the other "import:"s. | Eduardo Julian | 2022-03-14 | 38 | -624/+667 |
* | 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 | 67 | -3006/+3007 |
* | 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 | 219 | -4635/+4638 |
* | Can now add type-vars to imported procedures from scripting languages. | Eduardo Julian | 2022-03-14 | 27 | -1867/+1112 |
* | Added an easy way to export Lux functionality to host programs (everywhere el... | Eduardo Julian | 2022-03-11 | 36 | -719/+1460 |
* | Added an easy way to export Lux functionality to host programs (in JVM). | Eduardo Julian | 2022-03-09 | 10 | -173/+434 |
* | Finishing the meta-compiler [Part 6 / Done... for now] | Eduardo Julian | 2022-03-08 | 22 | -283/+510 |
* | Compilers for scripting languages now only depend on new JVM compiler. | Eduardo Julian | 2022-03-07 | 14 | -178/+358 |
* | Optimizations for the pure-Lux JVM compiler. [Part 5] | Eduardo Julian | 2022-03-05 | 20 | -893/+1268 |