aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | - Updated JS compiler. - Updated Python compiler.
* 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 ↵Eduardo Julian2019-03-131-0/+43
itself (albeit a program which must be parameterized).