You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
Hi,
We've just found a bug in your parser related to the get-value command.
The SMT-LIB syntax for get-value is
(cf. SMT-LIB 2.6 page 45).
Your rule in get-value in
parser.rs
is missing the inner parentheses:It should be like this instead:
Thanks (and thanks for producing this parser!).
Bruno
The text was updated successfully, but these errors were encountered: