aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/clean.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-1/+1
* Re-named Promise to Async.Eduardo Julian2021-07-261-4/+4
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-13/+14
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-32/+24
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-7/+5
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-10/+19
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-21/+18
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-4/+4
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-7/+12
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-6/+6
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-0/+47