1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

Update AST.hs

This commit is contained in:
Ayman Nadeem 2020-02-08 08:20:34 -05:00
parent 1cf4191d1d
commit 7fe0562bda

View File

@ -17,6 +17,6 @@ module Language.Go.AST
import Prelude hiding (False, Float, Integer, Rational, String, True)
import AST.GenerateSyntax
import Language.Haskell.TH.Syntax (runIO)
import qualified TreeSitter.Go as Go
import qualified TreeSitter.Go as Go (getNodeTypesPath, tree_sitter_go)
runIO Go.getNodeTypesPath >>= astDeclarationsForLanguage Go.tree_sitter_go