| Commit message (Expand) | Author | Files | Lines |
2022-06-04 | De-sigil-ification: # | Eduardo Julian | 2 | -11/+11 |
2022-06-04 | Extensible import syntax [Part 6] | Eduardo Julian | 3 | -6/+6 |
2022-06-03 | Extensible import syntax [Part 5] | Eduardo Julian | 3 | -3/+3 |
2022-06-03 | Extensible import syntax [Part 4] | Eduardo Julian | 3 | -8/+8 |
2022-06-02 | Extensible import syntax [Part 3] | Eduardo Julian | 3 | -3/+3 |
2022-06-01 | Extensible import syntax: Part 1 | Eduardo Julian | 3 | -16/+16 |
2022-04-08 | De-sigil-ification: $ | Eduardo Julian | 3 | -330/+330 |
2022-03-30 | De-sigil-ification: / | Eduardo Julian | 2 | -2/+2 |
2022-03-30 | Now demanding mandatory loop names, instead of using default "again" name. | Eduardo Julian | 1 | -3/+3 |
2022-03-17 | De-sigil-ification: ! | Eduardo Julian | 3 | -34/+34 |
2022-03-16 | De-sigil-ification: prefix : | Eduardo Julian | 3 | -311/+311 |
2022-03-05 | Optimizations for the pure-Lux JVM compiler. [Part 5] | Eduardo Julian | 1 | -1/+1 |
2021-09-15 | "module:" => "using" | Eduardo Julian | 3 | -3/+3 |
2021-09-15 | "Row" => "Sequence" | Eduardo Julian | 2 | -12/+12 |
2021-09-14 | Re-named "recur" to "again". | Eduardo Julian | 1 | -1/+1 |
2021-09-14 | Re-named "Identifier" to "Symbol". | Eduardo Julian | 3 | -30/+30 |
2021-09-13 | Updated only/except import syntax to take into account record => variant synt... | Eduardo Julian | 3 | -16/+16 |
2021-09-12 | Re-named \ => # && \\ => ## | Eduardo Julian | 3 | -56/+56 |
2021-09-12 | Made the "#" character great again! | Eduardo Julian | 1 | -13/+13 |
2021-09-10 | Adjusted new compilers to work with the new variant syntax. | Eduardo Julian | 3 | -16/+16 |
2021-09-10 | Migrated variants to the new syntax. | Eduardo Julian | 1 | -3/+3 |
2021-09-08 | No more annotations. | Eduardo Julian | 1 | -1/+1 |
2021-09-08 | No more module annotations. | Eduardo Julian | 1 | -1/+0 |
2021-09-07 | De-taggification | part 4 | Eduardo Julian | 3 | -57/+57 |
2021-09-05 | Changed the syntax of do/be's (co)monad bindings. | Eduardo Julian | 3 | -4/+4 |
2021-09-04 | De-taggification | part 2 | Eduardo Julian | 3 | -19/+19 |
2021-08-27 | Updates to the Ruby compiler. | Eduardo Julian | 3 | -12/+15 |
2021-08-26 | "Interface" instead of "interface:", and "Rec" can be used in type definition. | Eduardo Julian | 1 | -18/+0 |
2021-08-24 | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 3 | -64/+64 |
2021-08-23 | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 2 | -71/+72 |
2021-08-18 | Some bug fixes. | Eduardo Julian | 3 | -15/+15 |
2021-08-16 | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 3 | -9/+9 |
2021-08-14 | Moved documentation-generation machinery to its own module. | Eduardo Julian | 3 | -4/+4 |
2021-08-12 | Improved binding syntax for "syntax:". | Eduardo Julian | 1 | -2/+3 |
2021-08-11 | Relocated maybe and lazy from data to control. | Eduardo Julian | 2 | -23/+24 |
2021-08-09 | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 3 | -30/+30 |
2021-08-08 | No more #export magic syntax. | Eduardo Julian | 3 | -3/+3 |
2021-08-07 | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 3 | -61/+56 |
2021-07-30 | More renamings. | Eduardo Julian | 1 | -4/+4 |
2021-07-27 | Re-named wrap => in && unwrap => out. | Eduardo Julian | 3 | -155/+156 |
2021-07-26 | Re-named Promise to Async. | Eduardo Julian | 3 | -6/+6 |
2021-07-25 | Better syntax for "library/lux.^multi". | Eduardo Julian | 2 | -43/+42 |
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 3 | -103/+106 |
2021-07-12 | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 3 | -6/+6 |
2021-06-30 | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2 | -10/+12 |
2021-06-11 | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 1 | -2/+5 |
2021-01-28 | Implemented arithmetic right-shift in terms of logic right-shift. | Eduardo Julian | 1 | -1/+1 |
2021-01-05 | Added lexically-scoped templates. | Eduardo Julian | 2 | -5/+3 |
2020-12-29 | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 3 | -22/+25 |
2020-12-25 | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 3 | -72/+72 |