| Copyright | (c) 2009 Bernie Pope |
|---|---|
| License | BSD-style |
| Maintainer | bjpop@csse.unimelb.edu.au |
| Stability | experimental |
| Portability | ghc |
| Safe Haskell | Safe |
| Language | Haskell98 |
Language.Python.Common
Contents
Description
Convenient re-export of common code, which works with both version 2.x and 3.x of Python.
- module Language.Python.Common.Pretty
- module Language.Python.Common.Token
- module Language.Python.Common.AST
- module Language.Python.Common.SrcLocation
- module Language.Python.Common.PrettyAST
- module Language.Python.Common.PrettyToken
- module Language.Python.Common.ParseError
- module Language.Python.Common.PrettyParseError
Pretty printing infrastructure
Lexical tokens
module Language.Python.Common.Token
Abstract Syntax Tree
module Language.Python.Common.AST