aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles/mmmfs/language_support/moonscript
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-10-26 11:30:58 +0000
committers-ol <s-ol@users.noreply.github.com>2019-10-26 11:30:58 +0000
commit6a30fbd239b31e293c0833c2bbcbb8def44707f1 (patch)
tree1c6501c3d36f4b09ac5648e44026fd224ccf19c6 /root/articles/mmmfs/language_support/moonscript
parentfix bug in deep_tostring (diff)
downloadmmm-6a30fbd239b31e293c0833c2bbcbb8def44707f1.tar.gz
mmm-6a30fbd239b31e293c0833c2bbcbb8def44707f1.zip
mmmfs cleanup
Diffstat (limited to 'root/articles/mmmfs/language_support/moonscript')
-rw-r--r--root/articles/mmmfs/language_support/moonscript/text$moonscript -> mmm$dom.moon10
-rw-r--r--root/articles/mmmfs/language_support/moonscript/title: text$plain1
2 files changed, 0 insertions, 11 deletions
diff --git a/root/articles/mmmfs/language_support/moonscript/text$moonscript -> mmm$dom.moon b/root/articles/mmmfs/language_support/moonscript/text$moonscript -> mmm$dom.moon
deleted file mode 100644
index 5cc50e6..0000000
--- a/root/articles/mmmfs/language_support/moonscript/text$moonscript -> mmm$dom.moon
+++ /dev/null
@@ -1,10 +0,0 @@
-import a, article, h1, p from require 'mmm.dom'
-
-moonscript = a 'MoonScript', href: 'https://moonscript.org/'
-lua = a 'Lua', href: 'https://www.lua.org/'
-fengari = a 'fengari.io', href: 'https://fengari.io/'
-
-article {
- h1 'MoonScript',
- p moonscript, " is compiled to ", lua, " on the server, which is then executed on the client using ", fengari, "."
-}
diff --git a/root/articles/mmmfs/language_support/moonscript/title: text$plain b/root/articles/mmmfs/language_support/moonscript/title: text$plain
deleted file mode 100644
index f8871ac..0000000
--- a/root/articles/mmmfs/language_support/moonscript/title: text$plain
+++ /dev/null
@@ -1 +0,0 @@
-MoonScript