1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00
semantic/semantic-python
Patrick Thomson b33b98e75c Remove FileCheck conversion of Core to JSON.
Converting Core into JSON and querying it turned out to be an exercise
in frustration, since Core does not map naturally onto JSON. Indeed,
we have given up using it entirely thanks to the `CHECK-TREE`
directive, which is much more natural. This means we can drop it from
the test harness and remove the orphan instances that allowed it.
2019-10-02 11:23:33 -04:00
..
src/Language/Python Fix GCompileSum instances. 2019-10-02 10:18:39 -04:00
test Remove FileCheck conversion of Core to JSON. 2019-10-02 11:23:33 -04: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 Bump to the latest tree-sitter* packages. 2019-09-27 14:02:49 -04: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.