aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/export.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-081-71/+0
* Updated copyright notices.Eduardo Julian2022-02-051-28/+27
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* "Row" => "Sequence"Eduardo Julian2021-09-151-2/+2
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-7/+7
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-6/+6
* Made the "#" character great again!Eduardo Julian2021-09-121-5/+5
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-2/+2
* De-taggification | part 4Eduardo Julian2021-09-071-12/+12
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
* De-taggification | part 2Eduardo Julian2021-09-041-8/+8
* Unified tuple and record syntax.Eduardo Julian2021-09-031-4/+4
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-17/+17
* 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