forked from qfpl/hpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLanguage-Python.html
More file actions
1 lines (1 loc) · 3.23 KB
/
Language-Python.html
File metadata and controls
1 lines (1 loc) · 3.23 KB
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Language.Python</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">hpython-0.1.0.1: Python language tools</p></div><div id="content"><div id="module-header"><table class="info"><tr><th valign="top">Copyright</th><td>(C) CSIRO 2017-2019</td></tr><tr><th>License</th><td>BSD3</td></tr><tr><th>Maintainer</th><td>Isaac Elliott <[email protected]></td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>non-portable</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Language.Python</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p><code>hpython</code> provides tools for working with Python source code.</p><p><a href="Language-Python-DSL.html">Language.Python.DSL</a>: A DSL for writing Python programs</p><p><a href="Language-Python-Optics.html">Language.Python.Optics</a>: Optics for working with Python syntax trees</p><p><a href="Language-Python-Parse.html">Language.Python.Parse</a>: Parse Python source into a syntax tree</p><p><a href="Language-Python-Render.html">Language.Python.Render</a>: Pretty print Python syntax trees</p><p><a href="Language-Python-Syntax.html">Language.Python.Syntax</a>: The data structures that represent Python programs, like <code><a href="Language-Python-Syntax-Statement.html#t:Statement" title="Language.Python.Syntax.Statement">Statement</a></code> and <code><a href="Language-Python-Syntax-Expr.html#t:Expr" title="Language.Python.Syntax.Expr">Expr</a></code></p><p><a href="Language-Python-Validate.html">Language.Python.Validate</a>: Validate aspects of Python syntax trees, like indentation, syntax, or scope</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src">module <a href="Language-Python-DSL.html">Language.Python.DSL</a></p></div><div class="top"><p class="src">module <a href="Language-Python-Optics.html">Language.Python.Optics</a></p></div><div class="top"><p class="src">module <a href="Language-Python-Parse.html">Language.Python.Parse</a></p></div><div class="top"><p class="src">module <a href="Language-Python-Render.html">Language.Python.Render</a></p></div><div class="top"><p class="src">module <a href="Language-Python-Syntax.html">Language.Python.Syntax</a></p></div><div class="top"><p class="src">module <a href="Language-Python-Validate.html">Language.Python.Validate</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.20.0</p></div></body></html>