aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/version.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-1/+1
|
* Improved exception-definition macro.Eduardo Julian2022-08-111-2/+2
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-2/+3
|
* Extracted unit-testing machinery into its own module.Eduardo Julian2022-07-281-3/+4
|
* Moved compiler machinery under lux/meta.Eduardo Julian2022-07-061-2/+1
|
* De-sigil-ification: suffix : [Part 16]Eduardo Julian2022-06-261-2/+2
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-2/+2
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-7/+7
|
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
|
* De-sigil-ification: suffix : [Part 4]Eduardo Julian2022-06-121-25/+25
|
* De-sigil-ification: #Eduardo Julian2022-06-041-1/+1
|
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-1/+1
|
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
|
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-6/+6
|
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-2/+2
|
* Better snapshot deployments for Aedifex.Eduardo Julian2022-04-071-29/+28
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-6/+6
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-3/+3
|
* Made the "#" character great again!Eduardo Julian2021-09-121-2/+2
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-2/+2
|
* De-taggification | part 4Eduardo Julian2021-09-071-13/+13
|
* De-taggification | part 2Eduardo Julian2021-09-041-9/+9
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-1/+1
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
|
* 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-1/+1
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-1/+1
| | | | more than once.
* More renamings.Eduardo Julian2021-07-301-1/+1
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-15/+15
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-4/+4
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-23/+24
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-8/+6
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-1/+3
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-13/+13
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-5/+56
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-0/+27