aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/repository.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-2/+2
|
* 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-3/+3
|
* Even more renamings.Eduardo Julian2021-08-011-1/+1
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-4/+4
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-22/+23
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-4/+4
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-0/+2
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-0/+2
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-8/+10
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-6/+30
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Some renamings.Eduardo Julian2020-12-261-0/+3
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-4/+4
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-33/+16
|
* Properly naming unicode Block type.Eduardo Julian2020-12-221-17/+13
|
* Removed several unnecessary imports.Eduardo Julian2020-12-121-4/+5
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-4/+4
|
* 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.
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-3/+3
|
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-0/+93