aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/dependency (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More renamings.Eduardo Julian2021-07-301-4/+4
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-117/+112
|
* Re-named Promise to Async.Eduardo Julian2021-07-262-11/+11
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-21/+21
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-0/+14
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-152-2/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-143-66/+69
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-123-12/+10
|
* 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-022-58/+265
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-3/+3
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* 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
|
* Properly naming unicode Block type.Eduardo Julian2020-12-221-0/+34
|
* 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 ↵Eduardo Julian2020-12-021-34/+34
| | | | convention that only macros that deal with types may start with a colon.
* 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