aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/artifact (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extensible import syntax [Part 2]Eduardo Julian2022-06-024-4/+4
* Extensible import syntax: Part 1Eduardo Julian2022-06-0111-101/+101
* Re-branded "abstract" types as "primitive" types.Eduardo Julian2022-04-091-2/+2
* Removed (mostly useless) pattern-matching macro for abstract types.Eduardo Julian2022-04-081-1/+1
* De-sigil-ification: $Eduardo Julian2022-04-085-51/+51
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-10/+10
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-26/+26
* De-sigil-ification: ^Eduardo Julian2022-03-155-95/+95
* Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian2022-03-111-0/+1
* Fixed packaging issue.Eduardo Julian2021-10-091-7/+7
* "module:" => "using"Eduardo Julian2021-09-1512-12/+12
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-1/+1
* No more "^slots".Eduardo Julian2021-09-145-17/+17
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1312-56/+56
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-122-4/+4
* Made the "#" character great again!Eduardo Julian2021-09-128-28/+28
* Fixed the indentation of variants.Eduardo Julian2021-09-101-2/+2
* Migrated variants to the new syntax.Eduardo Julian2021-09-107-16/+16
* De-bracing | part 1Eduardo Julian2021-09-081-2/+0
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
* De-taggification | part 4Eduardo Julian2021-09-0711-76/+76
* De-taggification | part 2Eduardo Julian2021-09-0412-72/+72
* Unified tuple and record syntax.Eduardo Julian2021-09-035-12/+12
* Updates to the Lua compiler.Eduardo Julian2021-08-256-16/+21
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-1/+1
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-162-8/+8
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+0
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-093-5/+5
* No more #export magic syntax.Eduardo Julian2021-08-0812-54/+56
* More renamings.Eduardo Julian2021-07-301-3/+3
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-278-12/+12
* Re-named Promise to Async.Eduardo Julian2021-07-262-6/+6
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-3/+3
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-0/+6
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1412-158/+170
* Improved the XML parsing library.Eduardo Julian2021-07-135-36/+21
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-0/+1
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-302-2/+2
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-1/+11
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-125-51/+92
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-1/+4
* Mo' updates, less problems.Eduardo Julian2021-02-071-3/+4
* Updates for Lua compiler.Eduardo Julian2021-02-041-114/+35
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-012-47/+42
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-0/+71
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-262-7/+84
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-134-35/+100
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-123-0/+35
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-0/+43