aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/clean.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-10/+19
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* 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 ↵Eduardo Julian2020-12-021-6/+6
| | | | convention that only macros that deal with types may start with a colon.
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-0/+47