language-ats: Parser and pretty-printer for ATS.
[ ats, bsd3, language, lexer, library, parser, pretty-printer ]
[ Propose Tags ]
[ Report a vulnerability ]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| cross | Set this flag if cross-compiling | Disabled |
| development | Enable `-Werror` | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- language-ats-1.7.10.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
- No Candidates
Readme for language-ats-1.7.10.3
[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.
The pretty-printer works quite well; you can safely use it for code generation.