aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updates to the Lua compiler.Eduardo Julian2021-08-252-7/+9
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-242-35/+35
* 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-112-2/+2
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-1/+1
* No more #export magic syntax.Eduardo Julian2021-08-084-16/+16
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-1/+1
* Even more renamings.Eduardo Julian2021-08-011-1/+1
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-272-11/+11
* Re-named Promise to Async.Eduardo Julian2021-07-262-12/+12
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-241-17/+23
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-144-67/+71
* Simplified the API for file-system operations.Eduardo Julian2021-07-062-37/+35
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-022-8/+4
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-2/+2
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-2/+2
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-252-21/+21
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-1/+4
* 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 con...Eduardo Julian2020-12-022-7/+7
* Added "private" macro to lux/debug.Eduardo Julian2020-11-282-3/+3
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-6/+8
* Easy to use Rev constants.Eduardo Julian2020-10-311-2/+2
* Add local repo installation to Aedifex.Eduardo Julian2020-08-172-27/+40
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-14/+22
* Can now import previously exported libraries.Eduardo Julian2020-05-293-3/+71
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-282-28/+101
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-162-16/+26
* Moved the CLI parser under "lux/control/parser/".Eduardo Julian2019-04-191-5/+5
* - Upgrade the tuple left-access mechanism to the new style.Eduardo Julian2019-04-071-2/+2
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-1/+1
* The general shape of the compiler has been recognized as a program unto itsel...Eduardo Julian2019-03-131-0/+43