aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/extension/translation.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-06-17 00:27:21 -0400
committerEduardo Julian2018-06-17 00:27:21 -0400
commitb6ccfc87c52e1a98ead3b04b45bccc119418a4dc (patch)
treedb13d4605a0a3041de6ef2ef5ddc92b766f1a7f3 /new-luxc/source/luxc/lang/extension/translation.lux
parentbcd3d9ee8f6797f758a2abea98d5cb6a74cc7df0 (diff)
- Migrated Scheme back-end to stdlib.
Diffstat (limited to 'new-luxc/source/luxc/lang/extension/translation.lux')
-rw-r--r--new-luxc/source/luxc/lang/extension/translation.lux9
1 files changed, 0 insertions, 9 deletions
diff --git a/new-luxc/source/luxc/lang/extension/translation.lux b/new-luxc/source/luxc/lang/extension/translation.lux
deleted file mode 100644
index bc95ed1f4..000000000
--- a/new-luxc/source/luxc/lang/extension/translation.lux
+++ /dev/null
@@ -1,9 +0,0 @@
-(.module:
- lux
- (lux (data [text]
- (coll (dictionary ["dict" unordered #+ Dict]))))
- [//])
-
-(def: #export defaults
- (Dict Text //.Translation)
- (dict.new text.Hash<Text>))