aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/cli.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices.Eduardo Julian2022-02-051-81/+0
|
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-311-13/+14
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-5/+5
| | | | syntax change.
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-6/+6
|
* De-taggification | part 4Eduardo Julian2021-09-071-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-5/+5
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-3/+4
|
* No more #export magic syntax.Eduardo Julian2021-08-081-9/+9
|
* 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-141-12/+13
|
* Add local repo installation to Aedifex.Eduardo Julian2020-08-171-3/+8
|
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-14/+22
|
* Can now import previously exported libraries.Eduardo Julian2020-05-291-1/+5
|
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-281-28/+41
|
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-161-16/+15
|
* 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).