smtml
Smtml.Parse
SMT Script Parsing Module. This module provides functionality for parsing Smt.ml and SMT-LIB scripts from files or strings. It supports both custom Smt.ml syntax and the standard SMT-LIB format.
smtml.prelude
exception Syntax_error of string
Exception raised when a syntax error occurs during parsing.
module Smtml : sig ... end
module Smtlib : sig ... end
val from_file : Fpath.t -> Ast.script
from_file file attempts to parse an SMT-ML (.smtml) or SMT-LIB (.smt2) script based on the file extension of file.
from_file file
file