1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00
semantic/semantic-python
2020-02-05 18:35:44 -05:00
..
src add addImportEdge and addImportHole 2020-02-05 18:35:44 -05:00
test Create Import edge paths in Import statements 2020-01-30 17:06:34 -05:00
test-graphing Change insertEdge to take 1 edge 2020-02-05 18:03:53 -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 Merge remote-tracking branch 'origin/master' into function-scopes 2020-01-29 12:29:31 -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.