scala-smtlib icon indicating copy to clipboard operation
scala-smtlib copied to clipboard

Scala library for parsing and printing the SMT-LIB format

Results 4 scala-smtlib issues
Sort by recently updated
recently updated
newest added

The lexer now accepts tabs as blank symbols and skips over them appropriately.

According to [mvnrepository](https://mvnrepository.com/artifact/com.regblanc/scala-smtlib), the last published artifact of this library has been `0.2.2-12-g91e7214`. Most notably, support for Scala 2.13 is not yet published on Maven central, while it is supported...

I appreciate the small examples in the Getting Started section of the README page. Are there full code examples that use scala-smtlib similar to those found in that Getting Started...