Description
Python language tools.
Description
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.