| Commit message (Expand) | Author | Files | Lines |
2021-09-14 | Re-named "Identifier" to "Symbol". | Eduardo Julian | 3 | -10/+10 |
2021-09-14 | Re-named "Name" to "Symbol". | Eduardo Julian | 3 | -78/+11 |
2021-09-13 | Updated only/except import syntax to take into account record => variant synt... | Eduardo Julian | 39 | -149/+149 |
2021-09-12 | Re-named \ => # && \\ => ## | Eduardo Julian | 36 | -509/+509 |
2021-09-12 | Made the "#" character great again! | Eduardo Julian | 20 | -222/+217 |
2021-09-10 | Fixed the indentation of variants. | Eduardo Julian | 3 | -11/+11 |
2021-09-10 | Migrated variants to the new syntax. | Eduardo Julian | 18 | -152/+152 |
2021-09-07 | De-taggification | part 4 | Eduardo Julian | 39 | -399/+399 |
2021-09-05 | Changed the syntax of do/be's (co)monad bindings. | Eduardo Julian | 30 | -68/+68 |
2021-09-04 | De-taggification | part 2 | Eduardo Julian | 39 | -196/+196 |
2021-09-03 | Unified tuple and record syntax. | Eduardo Julian | 2 | -22/+22 |
2021-08-27 | Updates to the Ruby compiler. | Eduardo Julian | 10 | -13/+13 |
2021-08-25 | Updates to the Lua compiler. | Eduardo Julian | 2 | -34/+33 |
2021-08-24 | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 32 | -168/+168 |
2021-08-23 | The Python compiler can now be compiled by the new JVM compiler. | Eduardo Julian | 14 | -54/+54 |
2021-08-20 | More fixes. | Eduardo Julian | 1 | -13/+13 |
2021-08-18 | Some bug fixes. | Eduardo Julian | 26 | -147/+147 |
2021-08-16 | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 11 | -40/+49 |
2021-08-14 | Moved documentation-generation machinery to its own module. | Eduardo Julian | 9 | -83/+83 |
2021-08-13 | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 15 | -99/+99 |
2021-08-12 | Improved binding syntax for "syntax:". | Eduardo Julian | 16 | -85/+88 |
2021-08-11 | Relocated maybe and lazy from data to control. | Eduardo Julian | 21 | -238/+89 |
2021-08-09 | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 9 | -45/+45 |
2021-08-08 | No more #export magic syntax. | Eduardo Julian | 41 | -57/+57 |
2021-08-07 | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 22 | -147/+141 |
2021-08-02 | Fixed a bug in the new compiler which allowed the same module to be imported ... | Eduardo Julian | 8 | -37/+37 |
2021-08-01 | Even more renamings. | Eduardo Julian | 16 | -82/+82 |
2021-07-31 | Yet more renamings. | Eduardo Julian | 3 | -56/+69 |
2021-07-30 | More renamings. | Eduardo Julian | 14 | -98/+98 |
2021-07-29 | Switched from the "from to" convention to the "minimum additional" convention. | Eduardo Julian | 3 | -39/+39 |
2021-07-28 | Re-named List's tags: Nil => End && Cons => Item | Eduardo Julian | 3 | -11/+11 |
2021-07-27 | Re-named wrap => in && unwrap => out. | Eduardo Julian | 21 | -158/+158 |
2021-07-26 | Re-named Promise to Async. | Eduardo Julian | 7 | -36/+36 |
2021-07-25 | Better syntax for "library/lux.^multi". | Eduardo Julian | 28 | -206/+206 |
2021-07-20 | Updated the Scriptum documentation generator. | Eduardo Julian | 1 | -7/+48 |
2021-07-17 | Now properly loading cached modules. | Eduardo Julian | 1 | -0/+6 |
2021-07-16 | Fixed some inconsistent naming. | Eduardo Julian | 4 | -15/+15 |
2021-07-15 | Re-named "spec" hierarchy to "specification". | Eduardo Julian | 33 | -33/+33 |
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 41 | -817/+863 |
2021-07-13 | Improved the XML parsing library. | Eduardo Julian | 1 | -0/+1 |
2021-07-12 | A bit more clarity for Licentia licenses. | Eduardo Julian | 1 | -0/+14 |
2021-07-12 | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 40 | -231/+198 |
2021-06-30 | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 6 | -11/+16 |
2021-06-29 | Some updates for the new compilers. | Eduardo Julian | 2 | -10/+9 |
2021-06-26 | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 2 | -7/+50 |
2021-05-31 | Re-factored the UTF8 codec into its own module. | Eduardo Julian | 3 | -7/+28 |
2021-05-30 | lux/data/binary.slice now works in the offset+length style. | Eduardo Julian | 1 | -12/+15 |
2021-05-30 | lux/macro/template.with can now produce multiple outputs. | Eduardo Julian | 1 | -5/+5 |
2021-05-24 | Using offset+distance instead of from+to for text clipping. | Eduardo Julian | 1 | -1/+1 |
2021-05-18 | Got rid of the {}s in ":share" and made it pipe-able. | Eduardo Julian | 2 | -3/+5 |