@hackage aihc-parser1.0.0.5
Haskell parser
Categories
License
Unlicense
Maintainer
lemmih@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (7)
- 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)
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.