aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/auto.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-2/+2
|
* 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-8/+8
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
|
* Now properly loading cached modules.Eduardo Julian2021-07-171-0/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-32/+33
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-6/+7
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-3/+4
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-47/+46
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-6/+4
| | | 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-24/+19
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-13/+16
|
* 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-28/+28
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-1/+2
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-101-6/+11
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-2/+1
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-53/+27
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-7/+7
| | | | convention that only macros that deal with types may start with a colon.
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-0/+147