aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/import.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-111-74/+0
|
* Updated copyright notices.Eduardo Julian2022-02-051-6/+2
|
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-311-29/+30
|
* "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 ↵Eduardo Julian2021-09-131-10/+10
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-7/+7
|
* Made the "#" character great again!Eduardo Julian2021-09-121-2/+2
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-2/+2
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+2
|
* De-taggification | part 4Eduardo Julian2021-09-071-10/+10
|
* De-taggification | part 2Eduardo Julian2021-09-041-10/+10
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-18/+18
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-18/+18
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-1/+1
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-4/+4
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
|
* Even more renamings.Eduardo Julian2021-08-011-1/+1
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-2/+2
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-6/+6
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-26/+27
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-25/+25
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-4/+2
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-7/+7
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-3/+3
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-5/+20
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | 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
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-2/+2
|
* Can now import previously exported libraries.Eduardo Julian2020-05-291-0/+62