hvr / sexpr-parser

S-expression parser in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sexpr-parser

Travis branch Hackage 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

About

S-expression parser in Haskell

License:MIT License


Languages

Language:Haskell 99.1%Language:Makefile 0.5%Language:SMT 0.4%