aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/artifact (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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