1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

Replace TreeSitter.Python with Language.Python.Grammar

This commit is contained in:
Ayman Nadeem 2020-01-28 16:09:19 -05:00
parent 4bb39cba96
commit f5a444f60a

View File

@ -4,7 +4,7 @@ module Main (main) where
import AST.Unmarshal as Unmarshal
import qualified Language.Python.AST as AST
import qualified TreeSitter.Python as Python
import qualified Language.Python.Grammar as Python
import Source.Range
import Source.Span
import Data.Aeson (toJSON)