diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/macro/syntax/common/reader.lux | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stdlib/source/lux/macro/syntax/common/reader.lux b/stdlib/source/lux/macro/syntax/common/reader.lux index 7033069f6..689e166d0 100644 --- a/stdlib/source/lux/macro/syntax/common/reader.lux +++ b/stdlib/source/lux/macro/syntax/common/reader.lux @@ -14,11 +14,6 @@ ["." meta]] ["." //]) -(def: #export export - (Parser Bit) - (p.either (p.after (s.tag! (name-of #export)) (p\wrap #1)) - (p\wrap #0))) - (def: #export declaration {#.doc (doc "A reader for declaration syntax." "Such as:" |