diff --git a/app/Main.hs b/app/Main.hs index 804e796f2..0c177f2bf 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -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)