aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/dependency/resolution.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-3/+3
* No more #export magic syntax.Eduardo Julian2021-08-081-3/+3
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-6/+6
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-86/+81
* Re-named Promise to Async.Eduardo Julian2021-07-261-6/+6
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-21/+21
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-27/+28
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-5/+4
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-0/+12
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-4/+18
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-58/+62
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-3/+3
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-214/+243
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-115/+117
* Some renamings.Eduardo Julian2020-12-261-4/+5
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-125/+125
* Refactored "export" common syntax.Eduardo Julian2020-12-231-86/+102
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-15/+15
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-3/+3
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-3/+3
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-34/+34
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-38/+38
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-0/+371