Skip to content
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

Represent bitvector constant functions as terms #26

Merged
merged 6 commits into from
May 19, 2021
Merged

Represent bitvector constant functions as terms #26

merged 6 commits into from
May 19, 2021

Conversation

wintered
Copy link
Collaborator

Fixes #25.

Issue: Representing bitvector constant functions such as((_ bv<bitwidth> <value>)) as spec constants has lead to ambiguities such that defining a variable with prefix bvcould no longer be declared

Solution: represent bitvector constant functions as terms

@wintered wintered merged commit ce5eaf7 into master May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parser rejects variables with prefix "bv"
1 participant