-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing error #60
Comments
[2022/12/05 04:30:38 AM] Strategy: typefuzz, 2 testing targets, 15084 seeds |
Hi @fwangdo, sorry for the late reply. Does this issue still exist on your side? It seems that yinyang has no runtime error for this case now. |
Greetings, @muchang. First of all, thanks for your attention. As for your question, yes, I have this issue still in the latest commit version as well. The code below is what I used to know the result of parsing from yinyang implementation(Note that, 'bv.smt2' in the code below is what we reported before in this issue).
I changed parse_file in Parse.py a little bit like this.
|
Is there anything that I did wrong? If so, I hope you tell me the point. I will use yinyang in your intention and tell you the result. :) |
Greetings,
While trying to parse code written in smtlibv2 through yinyang, I found some bugs that yinyang cannot parse some codes.
For example, parsing results of yinyang are (None, None) about the below codes.
Could I know why it happened?
Thanks for your time!
The text was updated successfully, but these errors were encountered: