purescript-cst: PureScript Programming Language Concrete Syntax Tree

[ bsd3, language, library ] [ Propose Tags ]

The surface syntax of the PureScript Programming Language.


[Skip to Readme]

Modules

  • Language
    • PureScript
      • CST
        • Language.PureScript.CST.Convert
        • Language.PureScript.CST.Errors
        • Language.PureScript.CST.Flatten
        • Language.PureScript.CST.Layout
        • Language.PureScript.CST.Lexer
        • Language.PureScript.CST.Monad
        • Language.PureScript.CST.Parser
        • Language.PureScript.CST.Positions
        • Language.PureScript.CST.Print
        • Language.PureScript.CST.Traversals
          • Language.PureScript.CST.Traversals.Type
        • Language.PureScript.CST.Types
        • Language.PureScript.CST.Utils

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.5.0.0
Dependencies array (>=0.5.4.0 && <0.6), base (>=4.14.1.0 && <4.15), containers (>=0.6.2.1 && <0.7), dlist (>=0.8.0.8 && <0.9), purescript-ast (==0.1.1.0), scientific (>=0.3.6.2 && <0.4), semigroups (>=0.19.1 && <0.20), text (>=1.2.4.1 && <1.3) [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>
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 hdgarrood at 2021-04-18T15:54:13Z
Distributions
Reverse Dependencies 4 direct, 6 indirect [details]
Downloads 1487 total (18 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-04-18 [all 3 reports]

Readme for purescript-cst-0.1.1.0

[back to package description]

purescript-cst

Defines the surface 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-cst.

purescript purescript-cst
0.14.0 0.1.0.0
0.14.1 0.1.1.0