aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/build.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-5/+5
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-5/+5
|
* More renamings.Eduardo Julian2021-07-301-3/+3
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-4/+4
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-83/+83
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-6/+6
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-0/+68
|
* Now properly loading cached modules.Eduardo Julian2021-07-171-2/+8
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-22/+23
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-18/+32
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-9/+7
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-2/+2
| | | "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-11/+1
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-5/+7
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-4/+5
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-59/+59
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-5/+6
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-101-24/+8
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-41/+92
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-36/+25
|
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-0/+147