aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/interpreter.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/library/lux/tool/interpreter.lux
parentf621a133e6e0a516c0586270fea8eaffb4829d82 (diff)
Improved single-line comment syntax (from "##" to "...").
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/tool/interpreter.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/tool/interpreter.lux b/stdlib/source/library/lux/tool/interpreter.lux
index a531ed396..4631daec4 100644
--- a/stdlib/source/library/lux/tool/interpreter.lux
+++ b/stdlib/source/library/lux/tool/interpreter.lux
@@ -173,14 +173,14 @@
(do try.monad
[.let [[_where _offset _code] (get@ #source context)]
[source' input] (syntax.parse ..module syntax.no_aliases (text.size _code) (get@ #source context))
- [state' representation] (let [## TODO: Simplify ASAP
+ [state' representation] (let [... TODO: Simplify ASAP
state (:sharing [anchor expression directive]
{<Context>
context}
{(State+ anchor expression directive)
(get@ #state context)})]
(<| (phase.run' state)
- ## TODO: Simplify ASAP
+ ... TODO: Simplify ASAP
(:sharing [anchor expression directive]
{<Context>
context}