hpython

Python language tools

Latest on Hackage:0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Isaac Elliott
Maintained by [email protected]

hpython provides an abstract syntax tree for Python 3.5, along with a parser, printer, and syntax checker. It also contains optics for working with the AST, and a DSL for writing Python programs directly in Haskell.

For a high-level overview of the library, see the Language.Python module.

For code examples, see the examples directory on GitHub.

For general information about the project, see the project readme.