About

Metadata

  • Last updated , by vmchale
  • License BSD-3-Clause
  • Categories Parsers
  • Maintained by: vamchale@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    cross (off by default)

    Set this flag if cross-compiling

    development (off by default)

    Enable `-Werror`

Readme

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.

The pretty-printer works quite well; you can safely use it for code generation.