aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/repository (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-302-17/+16
* 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