purescript-ast: PureScript Programming Language Abstract Syntax Tree

[ bsd3, language, library ] [ Propose Tags ]

Defines the underlying syntax of the PureScript Programming Language.


[Skip to Readme]

Modules

[Last Documentation]

  • Control
    • Monad
      • Control.Monad.Supply
        • Control.Monad.Supply.Class
  • Language
    • PureScript
      • Language.PureScript.AST
        • Language.PureScript.AST.Binders
        • Language.PureScript.AST.Declarations
        • Language.PureScript.AST.Exported
        • Language.PureScript.AST.Literals
        • Language.PureScript.AST.Operators
        • Language.PureScript.AST.SourcePos
        • Language.PureScript.AST.Traversals
      • Language.PureScript.Comments
      • Constants
        • Language.PureScript.Constants.Prim
      • Language.PureScript.Crash
      • Language.PureScript.Environment
      • Language.PureScript.Label
      • Language.PureScript.Names
      • Language.PureScript.PSString
      • Language.PureScript.Roles
      • Language.PureScript.Traversals
      • Language.PureScript.TypeClassDictionaries
      • Language.PureScript.Types

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies aeson (>=1.0 && <1.5), base (>=4.12 && <4.13), base-compat (>=0.6.0 && <0.11), bytestring (<0.11), containers (<0.7), deepseq (<1.5), filepath (<1.5), microlens (>=0.4.10 && <0.5), mtl (>=2.1.0 && <2.3.0), protolude (>=0.1.6 && <0.2.4), scientific (>=0.3.4.9 && <0.4), serialise (<0.3), text (<1.3), vector (<0.13) [details]
License BSD-3-Clause
Copyright (c) 2013-17 Phil Freeman, (c) 2014-19 Gary Burgess, (c) other contributors (see CONTRIBUTORS.md)
Author Phil Freeman <paf31@cantab.net>
Maintainer Gary Burgess <gary.burgess@gmail.com>, Hardy Jones <jones3.hardy@gmail.com>, Harry Garrood <harry@garrood.me>, Christoph Hegemann <christoph.hegemann1337@gmail.com>, Liam Goodacre <goodacre.liam@gmail.com>, Nathan Faubion <nathan@n-son.com>
Revised Revision 1 made by sjakobi at 2021-11-19T00:09:42Z
Category Language
Home page http://www.purescript.org/
Bug tracker https://github.com/purescript/purescript/issues
Source repo head: git clone https://github.com/purescript/purescript
Uploaded by kl0tl at 2021-03-01T18:10:35Z
Distributions
Reverse Dependencies 2 direct, 9 indirect [details]
Downloads 555 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-03-01 [all 3 reports]

Readme for purescript-ast-0.1.0.0

[back to package description]

purescript-ast

Defines the underlying syntax of the PureScript Programming Language.

Compiler compatibility

We provide a table to make it a bit easier to map between versions of purescript and purescript-ast.

purescript purescript-ast
0.13.6 0.1.0.0