hpython: Python language tools
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 0.1, 0.1.0.1, 0.2, 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.8), validation (>=1 && <1.1) [details] |
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-01-10T05:26:03Z |
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.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees