mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
b33b98e75c
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. |
||
---|---|---|
.. | ||
src/Language/Python | ||
test | ||
LICENSE | ||
README.md | ||
semantic-python.cabal | ||
Setup.hs |
Semantic support for Python
This package implements semantic
support for Python using the semantic-core
intermediate language.