aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/clean.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-3/+3
|
* More renamings.Eduardo Julian2021-07-301-1/+1
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-29/+29
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-16/+16
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-22/+23
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-10/+7
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-5/+3
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-32/+22
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-43/+43
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-25/+40
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-4/+4
| | | | convention that only macros that deal with types may start with a colon.
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-2/+2
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-3/+3
|
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-0/+118