| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates to the Ruby compiler. | Eduardo Julian | 2021-08-27 | 2 | -4/+4 |
* | Updates to the Lua compiler. | Eduardo Julian | 2021-08-25 | 1 | -5/+6 |
* | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 2021-08-24 | 5 | -17/+17 |
* | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 2021-08-23 | 5 | -24/+24 |
* | Some bug fixes. | Eduardo Julian | 2021-08-18 | 7 | -48/+47 |
* | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 2021-08-16 | 1 | -1/+1 |
* | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 2021-08-13 | 1 | -4/+4 |
* | Improved binding syntax for "syntax:". | Eduardo Julian | 2021-08-12 | 3 | -7/+7 |
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 4 | -9/+8 |
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 2 | -10/+10 |
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 9 | -29/+29 |
* | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 2021-08-07 | 7 | -14/+14 |
* | Fixed a bug in the new compiler which allowed the same module to be imported ... | Eduardo Julian | 2021-08-02 | 1 | -4/+4 |
* | Even more renamings. | Eduardo Julian | 2021-08-01 | 1 | -1/+1 |
* | More renamings. | Eduardo Julian | 2021-07-30 | 2 | -3/+3 |
* | Re-named List's tags: Nil => End && Cons => Item | Eduardo Julian | 2021-07-28 | 3 | -9/+9 |
* | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2021-07-27 | 7 | -14/+14 |
* | Re-named Promise to Async. | Eduardo Julian | 2021-07-26 | 9 | -59/+59 |
* | Better syntax for "library/lux.^multi". | Eduardo Julian | 2021-07-25 | 2 | -9/+9 |
* | Now packaging JVM programs as "fat" jars in new JVM compiler. | Eduardo Julian | 2021-07-24 | 2 | -17/+124 |
* | Now properly loading cached modules. | Eduardo Julian | 2021-07-17 | 1 | -14/+11 |
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 9 | -173/+182 |
* | A bit more clarity for Licentia licenses. | Eduardo Julian | 2021-07-12 | 3 | -39/+44 |
* | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 2021-07-12 | 2 | -37/+53 |
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 4 | -5/+6 |
* | Made the "try" macro into a common one, instead of a host-specific one. | Eduardo Julian | 2021-07-10 | 1 | -4/+13 |
* | Made sure the "phase" parameter of extensions is always usable (even across l... | Eduardo Julian | 2021-07-08 | 1 | -8/+15 |
* | Simplified the API for file-system operations. | Eduardo Julian | 2021-07-06 | 5 | -83/+68 |
* | No longer employing the capabilities model on the lux/world/* modules. | Eduardo Julian | 2021-07-02 | 6 | -44/+30 |
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -10/+19 |
* | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 2021-06-27 | 8 | -72/+73 |
* | Added a macro for type-casting JVM objects. | Eduardo Julian | 2021-06-24 | 3 | -63/+87 |
* | Refactored the machinery to make local macros into its own module. | Eduardo Julian | 2021-06-18 | 3 | -27/+53 |
* | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 2021-06-11 | 3 | -6/+9 |
* | Mo' updates, less problems. | Eduardo Julian | 2021-02-07 | 4 | -29/+52 |
* | Unified repository abstraction for Aedifex. | Eduardo Julian | 2020-12-29 | 4 | -126/+73 |
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 3 | -4/+7 |
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 9 | -76/+76 |
* | Refactored "export" common syntax. | Eduardo Julian | 2020-12-23 | 1 | -6/+7 |
* | More optimizations to the Lux syntax parser. | Eduardo Julian | 2020-12-17 | 1 | -16/+102 |
* | Improved parsing speed for Lux code. | Eduardo Julian | 2020-12-11 | 2 | -2/+2 |
* | Render XML to text in an indented form for human readability. | Eduardo Julian | 2020-12-10 | 3 | -23/+28 |
* | Updated Lux license to v0.1.1. | Eduardo Julian | 2020-12-10 | 3 | -66/+63 |
* | Re-named "with-cover" to "for". | Eduardo Julian | 2020-12-10 | 3 | -6/+9 |
* | Detect duplicate files coming from dependencies. | Eduardo Julian | 2020-12-03 | 9 | -85/+120 |
* | Replaced "contains?" function with "key?" function. | Eduardo Julian | 2020-12-02 | 1 | -0/+16 |
* | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 2020-12-02 | 7 | -29/+29 |
* | Test for Aedifex's "auto" command. | Eduardo Julian | 2020-12-02 | 1 | -134/+50 |
* | Added specialized root/2 and root/3 functions in lux/math. | Eduardo Julian | 2020-12-01 | 2 | -2/+0 |
* | Added "private" macro to lux/debug. | Eduardo Julian | 2020-11-28 | 5 | -96/+123 |