aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-09 23:02:01 -0400
committerEduardo Julian2021-08-09 23:02:01 -0400
commit464b6e8f5e6c62f58fa8c7ff61ab2ad215e98bd1 (patch)
tree1ae9d95956cee4251cd29a3e24c246c4360d567d /stdlib/source/program/compositor.lux
parentf621a133e6e0a516c0586270fea8eaffb4829d82 (diff)
Improved single-line comment syntax (from "##" to "...").
Diffstat (limited to 'stdlib/source/program/compositor.lux')
-rw-r--r--stdlib/source/program/compositor.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index 88ceec96c..f19575859 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -24,7 +24,7 @@
["." world #_
["." file]
["#/." program]
- ## ["." console]
+ ... ["." console]
]
[tool
[compiler
@@ -49,7 +49,7 @@
["." dependency]]
[io
["ioW" archive]]]]
- ## ["." interpreter]
+ ... ["." interpreter]
]]]
["." / #_
["#." cli (#+ Service)]
@@ -172,12 +172,12 @@
(in (debug.log! "Export complete!"))))
(#/cli.Interpretation interpretation)
- ## TODO: Fix the interpreter...
+ ... TODO: Fix the interpreter...
(undefined)
- ## (<| (or_crash! "Interpretation failed:")
- ## (do {! async.monad}
- ## [console (|> console.default
- ## async.future
- ## (\ ! map (|>> try.assumed console.async)))]
- ## (interpreter.run (try.with async.monad) console platform interpretation generation_bundle)))
+ ... (<| (or_crash! "Interpretation failed:")
+ ... (do {! async.monad}
+ ... [console (|> console.default
+ ... async.future
+ ... (\ ! map (|>> try.assumed console.async)))]
+ ... (interpreter.run (try.with async.monad) console platform interpretation generation_bundle)))
))))