1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Select the language.

This commit is contained in:
Rob Rix 2015-11-24 13:45:54 -05:00
parent 2569450ea6
commit 186bf4578a

View File

@ -35,6 +35,7 @@ main = do
-- return f
-- return ()
document <- ts_document_make
language <- ts_language_c
putStrLn $ "cSizeOf " ++ show (cSizeOf document)
parseModuleFile :: FilePath -> IO (ParseResult HsModule)