1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
semantic/semantic-python
joshvera 4de4e68b84 Replace undefined with impossibleTerm
doesn't seem like a Nothing case is possible as this is a remnant of tree-sitter's handling of sum types
2020-02-11 17:38:35 -05:00
..
src Replace undefined with impossibleTerm 2020-02-11 17:38:35 -05:00
test Fix ImportStatement 2020-02-11 15:50:59 -05:00
test-graphing Fix ImportStatement 2020-02-11 15:50:59 -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 Merge pull request #458 from github/the-locative-case 2020-02-04 23:30:16 -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.