Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c-cube/smtlib-utils

A parser and some utils for SMTLIB. For a fully compliant parser, see https://github.com/Gbury/dolmen/.
https://github.com/c-cube/smtlib-utils

menhir ocaml parser smt2 smtlib

Last synced: 3 months ago
JSON representation

A parser and some utils for SMTLIB. For a fully compliant parser, see https://github.com/Gbury/dolmen/.

Awesome Lists containing this project

README

        

# Smtlib-utils [![Build](https://github.com/c-cube/smtlib-utils/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/smtlib-utils/actions/workflows/main.yml)

Parser for [SMTLIB2]([200~http://smtlib.cs.uiowa.edu/), in OCaml, along
with some utilities for my own usage. It depends on menhir.

For a more advanced parser that is spec-compliant, see [Dolmen](https://github.com/Gbury/dolmen/).

## Documentation

See http://c-cube.github.io/smtlib-utils/

## License

This code is free, under the BSD license.