aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/package.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some bug fixes.Eduardo Julian2021-08-181-6/+6
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
|
* No more #export magic syntax.Eduardo Julian2021-08-081-6/+6
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-18/+19
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-5/+9
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-2/+3
|
* Mo' updates, less problems.Eduardo Julian2021-02-071-4/+23
|
* Some renamings.Eduardo Julian2020-12-261-26/+16
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-6/+6
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-14/+11
|
* Removed several unnecessary imports.Eduardo Julian2020-12-121-3/+5
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-1/+1
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-2/+2
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-2/+30
|
* Allow defining anonymous actors.Eduardo Julian2020-11-021-2/+13
|
* Improved the design of actors.Eduardo Julian2020-11-011-0/+36