@hackage language-ats1.7.10.3
Parser and pretty-printer for ATS.
Installation
Dependencies (10)
- ansi-wl-pprint >=0.6.8 && <1.0
- array <0.6
- base >=4.11 && <5
- composition-prelude >=2.0.4.0 && <3.1
- containers <0.7
- deepseq <1.5 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.