aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/lua.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/target/lua.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/target/lua.lux b/stdlib/source/library/lux/target/lua.lux
index faac1b184..540b8e7a0 100644
--- a/stdlib/source/library/lux/target/lua.lux
+++ b/stdlib/source/library/lux/target/lua.lux
@@ -1,22 +1,22 @@
(.module:
[library
- [lux (#- Location Code Label int if cond function or and not let ^ local)
+ [lux {"-" [Location Code Label int if cond function or and not let ^ local]}
["@" target]
[abstract
- [equivalence (#+ Equivalence)]
- [hash (#+ Hash)]
+ [equivalence {"+" [Equivalence]}]
+ [hash {"+" [Hash]}]
["." enum]]
[control
- [pipe (#+ case> cond> new>)]
+ [pipe {"+" [case> cond> new>]}]
[parser
["<.>" code]]]
[data
["." text
- ["%" format (#+ format)]]
+ ["%" format {"+" [format]}]]
[collection
["." list ("#\." functor mix)]]]
[macro
- [syntax (#+ syntax:)]
+ [syntax {"+" [syntax:]}]
["." template]
["." code]]
[math