@hackage language-ats1.7.6.1
Parser and pretty-printer for ATS.
Installation
Dependencies (9)
- ansi-wl-pprint >=0.6.8
- array
- base >=4.11 && <5
- composition-prelude >=2.0.4.0
- containers
- deepseq Show all…
Dependents (5)
@hackage/ats-pkg, @hackage/ats-format, @hackage/hs2ats, @hackage/shake-ext, @hackage/shake-ats
Package Flags
cross
(off by default)
Set this flag if cross-compiling
development
(off by default)
Enable `-Werror`
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.