language-python-0.5.4: Parsing and pretty printing of Python code.

Copyright(c) 2009 Bernie Pope
LicenseBSD-style
Maintainerbjpop@csse.unimelb.edu.au
Stabilityexperimental
Portabilityghc
Safe HaskellSafe
LanguageHaskell98

Language.Python.Common.PrettyToken

Contents

Description

Pretty printing of tokens. Note the output is intended for displaying in messages to the user, and may not be valid Python syntax. For instance the pretty printing is useful for displaying parser error messages, but not useful for producing concrete Python source.

Documentation

Orphan instances