mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
visual separation ftw
This commit is contained in:
parent
a2cd91579f
commit
ed80f90faf
@ -39,9 +39,11 @@ parseAST = SemanticAST
|
||||
<> help "Specify source input to parse"
|
||||
))
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = generateAST =<< execParser opts
|
||||
|
||||
|
||||
generateAST :: SemanticAST -> IO ()
|
||||
generateAST (SemanticAST format color source) =
|
||||
getByteStrings >>= traverse_ go
|
||||
|
Loading…
Reference in New Issue
Block a user