sexpr-parser alternatives and similar packages
Based on the "Command Line" category.
Alternatively, view sexpr-parser alternatives based on common mentions on social networks and blogs.
-
cli
DISCONTINUED. Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of sexpr-parser or a related project?
README
sexpr-parser
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](z3-demo/Main.hs) 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](LICENSE)
*Note that all licence references and agreements mentioned in the sexpr-parser README section above
are relevant to that project's source code only.