aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/cache.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
|
* Some renamings.Eduardo Julian2020-12-261-5/+7
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-25/+25
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-8/+17
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-12/+12
| | | | convention that only macros that deal with types may start with a colon.
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-18/+18
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-7/+9
|
* Allow defining anonymous actors.Eduardo Julian2020-11-021-0/+137