1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00

bye felicia

This commit is contained in:
Ayman Nadeem 2019-10-10 13:13:35 -04:00
parent 10eb0fe17f
commit fc97a71b1e

View File

@ -35,15 +35,6 @@ data SemanticAST = SemanticAST
, format :: Format
}
parseAST :: Parser SemanticAST
parseAST = SemanticAST
<$> strOption
( long "semantic-ast"
<> metavar "FILEPATH"
<> help "Specify filepath containing source code to parse" )
<*> option auto
( long "format"
<> help "The format you want to display")
data Input
= FileInput FilePath
| StdInput