aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/artifact (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-0/+33
2021-01-05Added lexically-scoped templates.Eduardo Julian1-0/+31
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian1-0/+44
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian2-6/+6
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian2-10/+10
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian1-1/+13
2020-12-10Re-named "with-cover" to "for".Eduardo Julian2-27/+27
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-2/+2
2020-11-01Improved the design of actors.Eduardo Julian2-4/+4
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-2/+4
2020-10-14Gave the Location type its own module.Eduardo Julian1-0/+40
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-0/+28