aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/artifact.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-10Re-named "with-cover" to "for".Eduardo Julian1-17/+17
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-2/+2
convention that only macros that deal with types may start with a colon.
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-2/+2
2020-10-31Easy to use Rev constants.Eduardo Julian1-1/+19
2020-10-14Gave the Location type its own module.Eduardo Julian1-1/+3
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-0/+4
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional ↵Eduardo Julian1-0/+30
and short be default.