aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/meta/syntax/common/reader.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/meta/syntax/common/reader.lux (renamed from stdlib/source/lux/macro/syntax/common/reader.lux)6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/macro/syntax/common/reader.lux b/stdlib/source/lux/meta/syntax/common/reader.lux
index aa5743f76..579cf0273 100644
--- a/stdlib/source/lux/macro/syntax/common/reader.lux
+++ b/stdlib/source/lux/meta/syntax/common/reader.lux
@@ -6,8 +6,8 @@
[ident "ident/" Eq<Ident>]
[product]
[maybe])
- [macro]
- (macro ["s" syntax #+ syntax: Syntax]))
+ [meta]
+ (meta ["s" syntax #+ syntax: Syntax]))
[.. #*])
## Exports
@@ -109,7 +109,7 @@
(do p;Monad<Parser>
[definition-raw s;any
me-definition-raw (s;on compiler
- (macro;expand-all definition-raw))]
+ (meta;expand-all definition-raw))]
(s;local me-definition-raw
(s;form (do @
[_ (s;this (' lux;_lux_def))