| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed packaging issue. | Eduardo Julian | 2021-10-09 | 1 | -7/+7 |
* | "module:" => "using" | Eduardo Julian | 2021-09-15 | 12 | -12/+12 |
* | Re-named "Identifier" to "Symbol". | Eduardo Julian | 2021-09-14 | 1 | -1/+1 |
* | No more "^slots". | Eduardo Julian | 2021-09-14 | 5 | -17/+17 |
* | Re-named "Name" to "Symbol". | Eduardo Julian | 2021-09-14 | 1 | -1/+1 |
* | Updated only/except import syntax to take into account record => variant synt... | Eduardo Julian | 2021-09-13 | 12 | -56/+56 |
* | Re-named \ => # && \\ => ## | Eduardo Julian | 2021-09-12 | 2 | -4/+4 |
* | Made the "#" character great again! | Eduardo Julian | 2021-09-12 | 8 | -28/+28 |
* | Fixed the indentation of variants. | Eduardo Julian | 2021-09-10 | 1 | -2/+2 |
* | Migrated variants to the new syntax. | Eduardo Julian | 2021-09-10 | 7 | -16/+16 |
* | De-bracing | part 1 | Eduardo Julian | 2021-09-08 | 1 | -2/+0 |
* | Normalized syntax of "exception:", "actor:" and "message:". | Eduardo Julian | 2021-09-08 | 1 | -1/+1 |
* | De-taggification | part 4 | Eduardo Julian | 2021-09-07 | 11 | -76/+76 |
* | De-taggification | part 2 | Eduardo Julian | 2021-09-04 | 12 | -72/+72 |
* | Unified tuple and record syntax. | Eduardo Julian | 2021-09-03 | 5 | -12/+12 |
* | Updates to the Lua compiler. | Eduardo Julian | 2021-08-25 | 6 | -16/+21 |
* | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 2021-08-24 | 1 | -1/+1 |
* | Made extension-definition macros specify their bindings the same way as syntax:. | Eduardo Julian | 2021-08-16 | 2 | -8/+8 |
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 1 | -1/+0 |
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 3 | -5/+5 |
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 12 | -54/+56 |
* | More renamings. | Eduardo Julian | 2021-07-30 | 1 | -3/+3 |
* | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2021-07-27 | 8 | -12/+12 |
* | Re-named Promise to Async. | Eduardo Julian | 2021-07-26 | 2 | -6/+6 |
* | Better syntax for "library/lux.^multi". | Eduardo Julian | 2021-07-25 | 1 | -3/+3 |
* | Fixed some inconsistent naming. | Eduardo Julian | 2021-07-16 | 1 | -0/+6 |
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 12 | -158/+170 |
* | Improved the XML parsing library. | Eduardo Julian | 2021-07-13 | 5 | -36/+21 |
* | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 2021-07-12 | 1 | -0/+1 |
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 2 | -2/+2 |
* | Extracted Licentia out of the standard library. | Eduardo Julian | 2021-06-14 | 1 | -1/+11 |
* | Constraining the year of the snapshot time in Aedifex. | Eduardo Julian | 2021-06-12 | 5 | -51/+92 |
* | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 2021-06-11 | 1 | -1/+4 |
* | Mo' updates, less problems. | Eduardo Julian | 2021-02-07 | 1 | -3/+4 |
* | Updates for Lua compiler. | Eduardo Julian | 2021-02-04 | 1 | -114/+35 |
* | Improved compilation of loops and pattern-matching for Python. | Eduardo Julian | 2021-02-01 | 2 | -47/+42 |
* | Implemented arithmetic right-shift in terms of logic right-shift. | Eduardo Julian | 2021-01-28 | 1 | -0/+71 |
* | Made the Python being generated more compatible with both P2.7 and P3. | Eduardo Julian | 2021-01-26 | 2 | -7/+84 |
* | Removed the (ultimately redundant) on_stop function for actors. | Eduardo Julian | 2021-01-13 | 4 | -35/+100 |
* | Raise error when trying to use deprecated fields/method/classes in JVM. | Eduardo Julian | 2021-01-12 | 3 | -0/+35 |
* | Compiler now shows suggestions when encountering unknown definitions. | Eduardo Julian | 2021-01-12 | 1 | -0/+43 |
* | Turned I64 and variant creation functions into constructors for JS. | Eduardo Julian | 2021-01-09 | 1 | -12/+6 |
* | Place the "program:" macro of "lux/control/parser/cli" in its own module. | Eduardo Julian | 2021-01-03 | 5 | -0/+338 |
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 2 | -5/+5 |
* | Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH. | Eduardo Julian | 2020-12-15 | 1 | -2/+6 |
* | Improved the design of actors. | Eduardo Julian | 2020-11-01 | 2 | -2/+2 |
* | Re-named "search" to "one" and "search-all" to "all". | Eduardo Julian | 2020-10-24 | 2 | -20/+16 |
* | Gave the Location type its own module. | Eduardo Julian | 2020-10-14 | 1 | -0/+37 |
* | Type-checking macros via the Macro' type from the standard library. | Eduardo Julian | 2020-10-12 | 1 | -0/+16 |