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