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:
parent
0d55c21d9a
commit
897c0be3a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user