@hackage hpython0.1.0.1
Python language tools
Categories
License
BSD-3-Clause
Maintainer
isaace71295@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (17)
- base >=4.9 && <5
- bifunctors >=0.1 && <5.6
- bytestring >=0.10 && <0.11
- containers >=0.5.7.1 && <0.7
- deriving-compat >=0.4 && <0.6
- digit >=0.7 && <0.8 Show all…
Dependents (0)
Package Flags
development(off by default)
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.