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

get that from Grammar

This commit is contained in:
Ayman Nadeem 2020-02-04 16:06:30 -05:00
parent c23a61a7f3
commit b46160593f

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, tree_sitter_python)
import TreeSitter.Python (getNodeTypesPath)
runIO Python.getNodeTypesPath >>= astDeclarationsForLanguage Grammar.tree_sitter_python