1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

import Language.Haskell.TH.Syntax (runIO) for Python

This commit is contained in:
Ayman Nadeem 2020-02-08 08:11:51 -05:00
parent 0d55c21d9a
commit 897c0be3a4

View File

@ -16,6 +16,7 @@ module Language.Python.AST
import Prelude hiding (False, Float, Integer, String, True)
import AST.GenerateSyntax
import Language.Haskell.TH.Syntax (runIO)
import qualified TreeSitter.Python as Python
runIO Python.getNodeTypesPath >>= astDeclarationsForLanguage Python.tree_sitter_python
runIO Python.getNodeTypesPath >>= astDeclarationsForLanguage Python.tree_sitter_python