mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +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
|
||||
deriving (Read)
|
||||
|
||||
data Input
|
||||
= FileInput FilePath
|
||||
| StdInput
|
||||
deriving (Read)
|
||||
|
||||
input :: Parser Input
|
||||
input = fileInput <|> stdInput
|
||||
|
Loading…
Reference in New Issue
Block a user