aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/deps.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-2/+2
|
* Some bug fixes.Eduardo Julian2021-08-181-12/+12
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-2/+2
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
|
* 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-2/+2
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-7/+7
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-26/+27
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-2/+5
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-2/+0
| | | 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-6/+1
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-10/+33
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-5/+7
|
* Some renamings.Eduardo Julian2020-12-261-4/+5
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-27/+27
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-3/+4
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-5/+12
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-21/+32
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-2/+2
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-5/+5
| | | | convention that only macros that deal with types may start with a colon.
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-2/+2
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-2/+2
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-0/+88