About

Metadata

  • Last updated , by qfpl
  • License BSD-3-Clause
  • Maintained by: isaace71295@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.4
  2. 8.4.4
  3. 8.2.2
  4. 8.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    development (off by default)

Readme

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.