aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/artifact (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2-7/+84
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian4-35/+100
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian3-0/+35
2021-01-12Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian1-0/+43
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian1-12/+6
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian5-0/+338
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian2-5/+5
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian1-2/+6
2020-11-01Improved the design of actors.Eduardo Julian2-2/+2
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2-20/+16
2020-10-14Gave the Location type its own module.Eduardo Julian1-0/+37
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-0/+16