aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/tool/compiler.lux b/stdlib/source/library/lux/tool/compiler.lux
index 5f9f7e4dd..a91d6846b 100644
--- a/stdlib/source/library/lux/tool/compiler.lux
+++ b/stdlib/source/library/lux/tool/compiler.lux
@@ -2,18 +2,18 @@
[library
[lux {"-" [Module Code]}
[control
- ["." try {"+" [Try]}]
- ["." exception {"+" [exception:]}]]
+ ["[0]" try {"+" [Try]}]
+ ["[0]" exception {"+" [exception:]}]]
[data
[binary {"+" [Binary]}]
- ["." text]
+ ["[0]" text]
[collection
- ["." row {"+" [Row]}]]]
+ ["[0]" row {"+" [Row]}]]]
[world
- ["." file {"+" [Path]}]]]]
+ ["[0]" file {"+" [Path]}]]]]
[/
[meta
- ["." archive {"+" [Output Archive]}
+ ["[0]" archive {"+" [Output Archive]}
[key {"+" [Key]}]
[descriptor {"+" [Descriptor Module]}]
[document {"+" [Document]}]]]])