language-ats: Parser and pretty-printer for ATS.

[ ats, bsd3, language, lexer, library, parser, pretty-printer ] [ Propose Tags ]

Parser and pretty-printer for ATS, written with Happy and Alex.


[Skip to Readme]

Modules

[Last Documentation]

  • Language
    • Language.ATS

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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.0.1, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.1.6, 0.1.1.7, 0.1.1.8, 0.1.1.9, 0.1.1.10, 0.1.1.11, 0.1.1.12, 0.1.1.13, 0.1.1.14, 0.1.1.15, 0.1.1.17, 0.1.1.18, 0.1.1.19, 0.1.1.20, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.5, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.4, 0.3.0.5, 0.3.0.6, 0.3.0.7, 1.0.0.0, 1.0.1.0, 1.0.1.1, 1.0.2.0, 1.0.2.1, 1.1.0.0, 1.2.0.0, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.2.0.4, 1.2.0.5, 1.2.0.6, 1.2.0.7, 1.2.0.8, 1.2.0.9, 1.2.0.10, 1.2.0.11, 1.2.0.14, 1.2.0.15, 1.2.0.16, 1.3.0.0, 1.5.0.0, 1.6.0.0, 1.7.0.0, 1.7.0.1, 1.7.0.2, 1.7.0.3, 1.7.0.4, 1.7.0.5, 1.7.0.6, 1.7.1.0, 1.7.1.1, 1.7.1.2, 1.7.2.0, 1.7.3.0, 1.7.3.1, 1.7.4.0, 1.7.4.1, 1.7.5.0, 1.7.6.0, 1.7.6.1, 1.7.6.2, 1.7.6.3, 1.7.7.0, 1.7.7.1, 1.7.7.2, 1.7.8.0, 1.7.9.0, 1.7.10.0, 1.7.10.1, 1.7.10.2, 1.7.10.3 (info)
Dependencies ansi-terminal, ansi-wl-pprint (>=0.6.8), array, base (>=4.10 && <5), composition-prelude (<1.5.0.0), containers, deepseq, lens, mtl, recursion-schemes, transformers [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2018-06-03T00:41:09Z
Category Language, Lexer, Parser, Pretty Printer, ATS
Source repo head: darcs get https://hub.darcs.net/vmchale/ats
Uploaded by vmchale at 2018-02-21T06:26:23Z
Distributions
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 49410 total (201 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-02-21 [all 3 reports]

Readme for language-ats-1.0.1.0

[back to package description]

language-ats

This is a package similar to language-c or haskell-src-exts that provides a parser and pretty-printer for ATS.

The parser is slightly buggy but it can handle almost all of the language; see the test/data directory for examples of what it can handle.