aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/artifact (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-0/+33
* Added lexically-scoped templates.Eduardo Julian2021-01-051-0/+31
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-0/+44
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-6/+6
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-252-10/+10
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-151-1/+13
* Re-named "with-cover" to "for".Eduardo Julian2020-12-102-27/+27
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-2/+2
* Improved the design of actors.Eduardo Julian2020-11-012-4/+4
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-2/+4
* Gave the Location type its own module.Eduardo Julian2020-10-141-0/+40
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-0/+28