1
1
mirror of https://github.com/github/semantic.git synced 2025-01-08 00:16:53 +03:00

Update AST.hs

This commit is contained in:
Ayman Nadeem 2020-02-04 16:15:46 -05:00
parent 48427642ae
commit cfe29304b9

View File

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