aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/import.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-7/+7
|
* 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-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-2/+2
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-2/+2
|
* Can now import previously exported libraries.Eduardo Julian2020-05-291-0/+62