aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/export.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-1/+1
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-1/+1
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-9/+9
* Re-named Promise to Async.Eduardo Julian2021-07-261-6/+6
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-25/+26
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-12/+10
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-4/+2
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-14/+14
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-1/+4
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-5/+5
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-1/+1
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-6/+8
* Add local repo installation to Aedifex.Eduardo Julian2020-08-171-24/+32
* Can now import previously exported libraries.Eduardo Julian2020-05-291-2/+4
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-281-0/+60