datacamp / sqlwhat

https://sqlwhat.readthedocs.io
GNU Affero General Public License v3.0
3 stars 8 forks source link

move out postgres parser and put it on pypi #48

Closed machow closed 7 years ago

machow commented 7 years ago

Currently, we use travis to build sqlwhat (by generating the antlr python targets). However, if we move the parser out, then we can move all the building to the parser, which will likely be updated less frequently than sqlwhat itself. This will also help for creating a small app to visualize the AST, since it and sqlwhat can just depend on the parser.

machow commented 7 years ago

https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=antlr-plsql