aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensible import syntax [Part 4]Eduardo Julian2022-06-038-41/+40
|
* Extensible import syntax [Part 3]Eduardo Julian2022-06-029-9/+9
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-019-60/+60
|
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-099-57/+57
|
* Better names for random text/character generators.Eduardo Julian2022-04-087-28/+28
|
* De-sigil-ification: $Eduardo Julian2022-04-084-221/+221
|
* Can now deploy releases with Aedifex.Eduardo Julian2022-04-081-3/+6
|
* Better snapshot deployments for Aedifex.Eduardo Julian2022-04-076-69/+69
|
* De-sigil-ification: /Eduardo Julian2022-03-301-1/+1
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-165-94/+94
|
* De-sigil-ification: >Eduardo Julian2022-03-142-11/+13
|
* De-sigil-ification: @Eduardo Julian2022-03-148-355/+355
|
* "module:" => "using"Eduardo Julian2021-09-159-9/+9
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-139-62/+62
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-129-118/+118
|
* Made the "#" character great again!Eduardo Julian2021-09-129-90/+90
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-107-45/+45
|
* De-taggification | part 4Eduardo Julian2021-09-079-203/+203
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-057-19/+19
|
* De-taggification | part 2Eduardo Julian2021-09-049-94/+94
|
* Unified tuple and record syntax.Eduardo Julian2021-09-032-10/+10
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-246-33/+33
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-234-10/+10
|
* Some bug fixes.Eduardo Julian2021-08-188-38/+38
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-2/+2
|
* 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-132-2/+2
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-122-2/+2
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-114-5/+5
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-4/+4
|
* No more #export magic syntax.Eduardo Julian2021-08-089-16/+16
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-079-29/+29
|
* 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-309-13/+13
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-4/+4
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-279-337/+337
|
* Re-named Promise to Async.Eduardo Julian2021-07-269-58/+58
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-253-11/+11
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-0/+68
|
* Now properly loading cached modules.Eduardo Julian2021-07-172-2/+10
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-149-216/+225
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-6/+7
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-129-38/+57
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-3/+6
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-2/+5
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-065-180/+133
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-029-54/+36
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-303-4/+4
| | | "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-278-80/+50
|
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-261-4/+4
|