diff options
Diffstat (limited to 'stdlib/source/lux/macro/syntax/common/reader.lux')
-rw-r--r-- | stdlib/source/lux/macro/syntax/common/reader.lux | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/stdlib/source/lux/macro/syntax/common/reader.lux b/stdlib/source/lux/macro/syntax/common/reader.lux deleted file mode 100644 index cd7ca1dce..000000000 --- a/stdlib/source/lux/macro/syntax/common/reader.lux +++ /dev/null @@ -1,20 +0,0 @@ -(.module: {#.doc "Commons syntax readers."} - [lux #* - [abstract - monad] - [control - ["p" parser ("#\." monad) - ["s" code (#+ Parser)]]] - [data - ["." name ("#\." equivalence)] - ["." product] - ["." maybe] - [collection - ["." list]]] - ["." meta]] - ["." //]) - -(def: #export typed_input - {#.doc "Reader for the common typed-argument syntax used by many macros."} - (Parser //.Typed_Input) - (s.record (p.and s.any s.any))) |