aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation/python/extension/host.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-04-15 20:17:19 -0400
committerEduardo Julian2019-04-15 20:17:19 -0400
commite75aa067fc8b1f60f2adae9875fac7960db4de24 (patch)
treebe5ab9595610952c25c83636ff5fddf02a2a97b0 /stdlib/source/lux/tool/compiler/phase/generation/python/extension/host.lux
parentd3444a45d289e75e64037d2b402dde18db6aa04f (diff)
Removed the (deemed unnecessary) host extensions for the scripting languages.
Diffstat (limited to 'stdlib/source/lux/tool/compiler/phase/generation/python/extension/host.lux')
-rw-r--r--stdlib/source/lux/tool/compiler/phase/generation/python/extension/host.lux25
1 files changed, 0 insertions, 25 deletions
diff --git a/stdlib/source/lux/tool/compiler/phase/generation/python/extension/host.lux b/stdlib/source/lux/tool/compiler/phase/generation/python/extension/host.lux
deleted file mode 100644
index 242022c87..000000000
--- a/stdlib/source/lux/tool/compiler/phase/generation/python/extension/host.lux
+++ /dev/null
@@ -1,25 +0,0 @@
-(.module:
- [lux #*
- [abstract
- ["." monad (#+ do)]]
- [data
- ["." product]
- [collection
- ["." dictionary]]]
- [host
- ["_" python (#+ Expression)]]]
- ["." /// #_
- ["#." runtime (#+ Handler Bundle)]
- ["#/" // #_
- ["#." extension (#+ Nullary Unary Binary Trinary Variadic
- nullary unary binary trinary variadic)]
- ["#/" //
- ["#." extension
- ["." bundle]]
- ["#/" // #_
- ["#." synthesis]]]]])
-
-(def: #export bundle
- Bundle
- (<| (bundle.prefix "python")
- bundle.empty))