aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/cli.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-05Updated copyright notices.Eduardo Julian1-81/+0
2022-01-31A few JVM-related fixes & improvements.Eduardo Julian1-13/+14
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-5/+5
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-6/+6
2021-09-07De-taggification | part 4Eduardo Julian1-1/+1
2021-09-04De-taggification | part 2Eduardo Julian1-5/+5
2021-08-25Updates to the Lua compiler.Eduardo Julian1-3/+4
2021-08-08No more #export magic syntax.Eduardo Julian1-9/+9
2021-07-24Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian1-17/+23
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-12/+13
2020-08-17Add local repo installation to Aedifex.Eduardo Julian1-3/+8
2020-07-05Got the JS compiler code to build again.Eduardo Julian1-14/+22
2020-05-29Can now import previously exported libraries.Eduardo Julian1-1/+5
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian1-28/+41
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian1-16/+15
2019-04-19Moved the CLI parser under "lux/control/parser/".Eduardo Julian1-5/+5
2019-04-07- Upgrade the tuple left-access mechanism to the new style.Eduardo Julian1-2/+2
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-1/+1
2019-03-13The general shape of the compiler has been recognized as a program unto itsel...Eduardo Julian1-0/+0
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-10/+12
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian1-0/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-2/+4
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-0/+0
2018-08-11Moved interpreter (REPL) code to stdlib.Eduardo Julian1-25/+11
2018-08-11Moved CLI machinery to stdlib.Eduardo Julian1-0/+53