@hackage aihc-parser1.0.0.4
Haskell parser
Categories
License
Unlicense
Maintainer
lemmih@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (19)
- base >=4.19 && <5
- bytestring >=0.10.8 && <0.13
- containers >=0.5 && <0.9
- deepseq >=1.4 && <1.6
- megaparsec >=9.0 && <10
- prettyprinter >=1.7 && <1.8 Show all…
Dependents (0)
Package Flags
fuzz
(off by default)
Build the developer-only QuickCheck property registry
A from-scratch Haskell parser with lexer, syntax tree, and pretty-printer. The package is validated with golden tests and oracle-backed differential tests against GHC.