aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/artifact (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* 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
|
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-12/+6
|
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-035-0/+338
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-252-5/+5
|
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-151-2/+6
|
* Improved the design of actors.Eduardo Julian2020-11-012-2/+2
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-242-20/+16
|
* Gave the Location type its own module.Eduardo Julian2020-10-141-0/+37
|
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-0/+16