mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
this has been subsumed by SemanticAST
This commit is contained in:
parent
cf609451ae
commit
db9e7da48f
@ -61,10 +61,6 @@ opts = info (parseAST <**> helper)
|
|||||||
data Format = Show
|
data Format = Show
|
||||||
deriving (Read)
|
deriving (Read)
|
||||||
|
|
||||||
data Input
|
|
||||||
= FileInput FilePath
|
|
||||||
| StdInput
|
|
||||||
deriving (Read)
|
|
||||||
|
|
||||||
input :: Parser Input
|
input :: Parser Input
|
||||||
input = fileInput <|> stdInput
|
input = fileInput <|> stdInput
|
||||||
|
Loading…
Reference in New Issue
Block a user