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

Fully specify integer parsers #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gebner
Copy link
Contributor

@gebner gebner commented Feb 16, 2024

The parsers for little-endian 16- and 32-bit numbers did not have any specification lemmas at all. The others did not have any constraints on the number of consumed bytes. (Although that follows from parser injectivity with a bit of effort.)

I also got rid of one rlimit by locally adding some SMT patterns. The rlimit didn't work at all for me in VS Code.

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.

1 participant