aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/js/host.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/js/host.lux30
1 files changed, 15 insertions, 15 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/js/host.lux b/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/js/host.lux
index 546085ce4..e37c2abf3 100644
--- a/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/js/host.lux
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/phase/extension/generation/js/host.lux
@@ -1,33 +1,33 @@
(.module:
[library
- [lux #*
+ [lux "*"
[abstract
- ["." monad (#+ do)]]
+ ["." monad {"+" [do]}]]
[control
["." function]
["<>" parser
- ["<s>" synthesis (#+ Parser)]]]
+ ["<s>" synthesis {"+" [Parser]}]]]
[data
[collection
["." dictionary]
["." list]]]
[target
- ["_" js (#+ Var Expression)]]]]
- ["." // #_
- ["#." common (#+ custom)]
- ["//#" /// #_
+ ["_" js {"+" [Var Expression]}]]]]
+ ["." // "_"
+ ["#." common {"+" [custom]}]
+ ["//#" /// "_"
["/" bundle]
- ["/#" // #_
+ ["/#" // "_"
["." extension]
[generation
- [extension (#+ Nullary Unary Binary Trinary
- nullary unary binary trinary)]
- ["//" js #_
- ["#." runtime (#+ Operation Phase Handler Bundle
- with_vars)]]]
- ["/#" // #_
+ [extension {"+" [Nullary Unary Binary Trinary
+ nullary unary binary trinary]}]
+ ["//" js "_"
+ ["#." runtime {"+" [Operation Phase Handler Bundle
+ with_vars]}]]]
+ ["/#" // "_"
["." generation]
- ["//#" /// #_
+ ["//#" /// "_"
["#." phase]]]]]])
(def: array::new