diff options
author | Eduardo Julian | 2018-06-17 00:27:21 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-06-17 00:27:21 -0400 |
commit | b6ccfc87c52e1a98ead3b04b45bccc119418a4dc (patch) | |
tree | db13d4605a0a3041de6ef2ef5ddc92b766f1a7f3 /new-luxc/source/luxc/lang/extension | |
parent | bcd3d9ee8f6797f758a2abea98d5cb6a74cc7df0 (diff) |
- Migrated Scheme back-end to stdlib.
Diffstat (limited to 'new-luxc/source/luxc/lang/extension')
-rw-r--r-- | new-luxc/source/luxc/lang/extension/synthesis.lux | 9 | ||||
-rw-r--r-- | new-luxc/source/luxc/lang/extension/translation.lux | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/new-luxc/source/luxc/lang/extension/synthesis.lux b/new-luxc/source/luxc/lang/extension/synthesis.lux deleted file mode 100644 index c48f3e3a5..000000000 --- a/new-luxc/source/luxc/lang/extension/synthesis.lux +++ /dev/null @@ -1,9 +0,0 @@ -(.module: - lux - (lux (data [text] - (coll (dictionary ["dict" unordered #+ Dict])))) - [//]) - -(def: #export defaults - (Dict Text //.Synthesis) - (dict.new text.Hash<Text>)) 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>)) |