aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler.lux31
1 files changed, 16 insertions, 15 deletions
diff --git a/stdlib/source/library/lux/tool/compiler.lux b/stdlib/source/library/lux/tool/compiler.lux
index c4160aa3c..138f2ccf9 100644
--- a/stdlib/source/library/lux/tool/compiler.lux
+++ b/stdlib/source/library/lux/tool/compiler.lux
@@ -1,20 +1,21 @@
(.using
- [library
- [lux {"-" Module Code}
- [control
- ["[0]" try {"+" Try}]
- ["[0]" exception {"+" exception:}]]
- [data
- [binary {"+" Binary}]
- ["[0]" text]]
- [world
- ["[0]" file {"+" Path}]]]]
- [/
- [meta
- ["[0]" archive {"+" Output Archive}
- [key {"+" Key}]
+ [library
+ [lux {"-" Module Code}
+ [control
+ ["[0]" try {"+" Try}]
+ ["[0]" exception {"+" exception:}]]
+ [data
+ [binary {"+" Binary}]
+ ["[0]" text]]
+ [world
+ ["[0]" file {"+" Path}]]]]
+ [/
+ [meta
+ ["[0]" archive {"+" Output Archive}
+ [key {"+" Key}]
+ [module
[descriptor {"+" Descriptor Module}]
- [document {"+" Document}]]]])
+ [document {"+" Document}]]]]])
(type: .public Code
Text)