aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/compiler/extension.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/lang/compiler/extension.lux')
-rw-r--r--stdlib/source/lux/lang/compiler/extension.lux6
1 files changed, 1 insertions, 5 deletions
diff --git a/stdlib/source/lux/lang/compiler/extension.lux b/stdlib/source/lux/lang/compiler/extension.lux
index 28dcd4637..3d1b6fcaf 100644
--- a/stdlib/source/lux/lang/compiler/extension.lux
+++ b/stdlib/source/lux/lang/compiler/extension.lux
@@ -5,11 +5,7 @@
(data [error #+ Error]
[text]
(coll (dictionary ["dict" unordered #+ Dict]))))
- [// #+ Eval]
- [//compiler #+ Operation Compiler]
- [//analysis #+ Analyser]
- [//synthesis #+ Synthesizer]
- [//translation #+ Translator])
+ [// #+ Operation Compiler])
(type: #export (Extension i)
(#Base i)