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