mirror of
https://github.com/github/semantic.git
synced 2024-12-29 01:42:43 +03:00
print output of parseByteString
This commit is contained in:
parent
1a0cdc2fb8
commit
86dc3f811b
@ -15,3 +15,4 @@ main :: IO ()
|
||||
main = do
|
||||
args <- head <$> getArgs
|
||||
bytestring <- Data.ByteString.readFile args
|
||||
print =<< parseByteString @TreeSitter.Python.AST.Module @(Range, Span) tree_sitter_python bytestring
|
||||
|
Loading…
Reference in New Issue
Block a user