aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Eduardo Julian2020-12-022-7/+7
| | | | convention that only macros that deal with types may start with a colon.
* 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
| | | | - 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).