hpython: Python language tools
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.
Modules
[Index] [Quick Jump]
- Data
- Type
- Validate
- Language
- Language.Python
- Language.Python.DSL
- Internal
- Language.Python.Optics
- Language.Python.Parse
- Language.Python.Render
- Language.Python.Syntax
- Language.Python.Syntax.Ann
- Language.Python.Syntax.AugAssign
- Language.Python.Syntax.CommaSep
- Language.Python.Syntax.Comment
- Language.Python.Syntax.Expr
- Language.Python.Syntax.Ident
- Language.Python.Syntax.Import
- Language.Python.Syntax.Module
- Language.Python.Syntax.ModuleNames
- Language.Python.Syntax.Numbers
- Operator
- Language.Python.Syntax.Punctuation
- Language.Python.Syntax.Raw
- Language.Python.Syntax.Statement
- Language.Python.Syntax.Strings
- Language.Python.Syntax.Types
- Language.Python.Syntax.Whitespace
- Language.Python.Validate
- Language.Python
Flags
Manual Flags
Name | Description | Default |
---|---|---|
development | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hpython-0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.2, 0.3 |
---|---|
Change log | ChangeLog.md |
Dependencies | 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), dlist (>=0.8 && <0.9), fingertree (>=0.1 && <0.2), generic-lens (>=1.0 && <1.2), hpython, lens (>=4 && <4.18), megaparsec (>=6.3 && <7), mtl (>=2.1 && <2.3), parsers (>=0.10 && <0.13), parsers-megaparsec (>=0.1 && <0.2), semigroupoids (>=5.2.2 && <5.4), text (>=1.2 && <1.3), these (>=0.7.4 && <0.9), validation (>=1 && <1.1) [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.4 |
License | BSD-3-Clause |
Copyright | Copyright (c) 2017-2019, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. |
Author | Isaac Elliott |
Maintainer | isaace71295@gmail.com |
Category | Language |
Source repo | head: git clone git@github.com/qfpl/hpython.git |
Uploaded | by qfpl at 2019-05-02T00:42:12Z |
Distributions | |
Executables | example |
Downloads | 2018 total (13 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |