aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/repository (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-123-12/+12
|
* Made the "#" character great again!Eduardo Julian2021-09-122-8/+8
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-103-7/+7
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+2
|
* De-taggification | part 4Eduardo Julian2021-09-074-33/+33
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-052-2/+2
|
* De-taggification | part 2Eduardo Julian2021-09-044-30/+30
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-2/+2
|
* De-taggification | part 0Eduardo Julian2021-08-291-1/+1
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
|
* Updates to the Lua compiler.Eduardo Julian2021-08-252-4/+6
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-1/+1
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-1/+1
|
* Some bug fixes.Eduardo Julian2021-08-181-3/+3
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-2/+2
|
* No more #export magic syntax.Eduardo Julian2021-08-084-13/+13
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-272-5/+5
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-7/+7
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-144-58/+62
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-9/+12
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-062-32/+32
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-022-104/+58
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-302-17/+16
| | | "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-6/+4
|
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-2/+3
|
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-301-1/+1
|
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-243-3/+3
|
* Mo' updates, less problems.Eduardo Julian2021-02-072-24/+32
|
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-1/+1
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-0/+58
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-0/+138
|
* Some renamings.Eduardo Julian2020-12-261-0/+21
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-1/+1
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-0/+42