MIT licensed by Richard Cook
Maintained by [email protected]
This version can be pinned in stack with:sexpr-parser-0.2.2.0@sha256:0715b189165ff30f4827b5b6a3c9e775b00c43e9e406ba2fe70600c913479288,1675

sexpr-parser

Travis CI Hackage Hackage dependencies Licence

S-expression parser in Haskell

Description

This is a Megaparsec-based parser for s-expressions, heavily inspired by lispparser. I’m building this to parse SMT-LIB v2 output from Z3, so there.

Run Z3 demo

The Z3 demo parses SMT-LIB v2 output from Z3. The executable assumes that you have Z3 installed and the z3 executable available on your system search path:

stack build --fast --exec sexpr-parser-z3-demo

Licence

MIT License