Copyright | (C) CSIRO 2017-2018 |
---|---|
License | BSD3 |
Maintainer | Isaac Elliott <isaace71295@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
The abstract syntax tree for Python.
Key datatypes include Module
, Statement
, and SimpleStatement
.
Documentation
module Language.Python.Syntax.Expr
module Language.Python.Syntax.Ident
module Language.Python.Syntax.Types