1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
semantic/semantic-python
2020-01-28 11:34:26 -05:00
..
src Update Python dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 11:34:26 -05:00
test Merge remote-tracking branch 'origin/master' into semantic-scope-graph 2020-01-15 16:30:42 -05:00
test-graphing Remove incomplete-uni-patterns pragma. 2020-01-17 11:21:03 -05:00
vendor create submodule for python AST 2020-01-27 14:35:18 -05:00
LICENSE Cabal complains if this file isn’t here. 2019-06-11 11:13:26 -04:00
README.md Stub in a semantic-python package. 2019-06-11 11:06:11 -04:00
semantic-python.cabal Update semantic-python.cabal 2020-01-27 14:27:41 -05:00
Setup.hs Stub in a semantic-python package. 2019-06-11 11:06:11 -04:00

Semantic support for Python

This package implements semantic support for Python using the semantic-core intermediate language.