aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/dependency/deployment.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-2/+2
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-2/+2
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-3/+3
|
* 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-5/+5
|
* Even more renamings.Eduardo Julian2021-08-011-2/+2
|
* More renamings.Eduardo Julian2021-07-301-4/+4
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-30/+30
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-5/+5
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-32/+33
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-0/+203
Capabilities should be opt-in, but using them in the standard library makes them mandatory.