aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/repository/remote.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-1/+1
2021-09-04De-taggification | part 2Eduardo Julian1-15/+15
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-1/+1
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-1/+1
2021-08-18Some bug fixes.Eduardo Julian1-3/+3
2021-08-08No more #export magic syntax.Eduardo Julian1-5/+5
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-3/+3
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-24/+25
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-0/+2
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-98/+54
Capabilities should be opt-in, but using them in the standard library makes them mandatory.
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-16/+15
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-05-30lux/data/binary.slice now works in the offset+length style.Eduardo Julian1-1/+1
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-1/+1
2021-02-07Mo' updates, less problems.Eduardo Julian1-16/+18
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-68/+13
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-17/+17
2020-12-23Refactored "export" common syntax.Eduardo Julian1-53/+40
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian1-46/+58
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-10/+10
convention that only macros that deal with types may start with a colon.
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-2/+2
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-15/+23
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-7/+36
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-2/+74
2020-11-05Improved error reporting for syntax macros.Eduardo Julian1-0/+85