1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00
semantic/semantic-python
Patrick Thomson 81aa69e13b
Merge pull request #487 from github/super-modules
Remove submodules now that parsers provide grammars themselves.
2020-02-14 14:59:10 -05:00
..
bench Update Bench.hs 2020-02-07 19:55:24 -05:00
src Merge pull request #487 from github/super-modules 2020-02-14 14:59:10 -05:00
test Merge remote-tracking branch 'origin/master' into codegen-migration-leftovers 2020-02-14 13:03:32 -05:00
test-graphing Forgot to use this newtype in the carrier. 2020-02-14 12:01:30 -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-02-07 19:39:18 -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.