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

Implement BoundedValue #18

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open

Conversation

pavelkryukov
Copy link
Contributor

The idea is to check option boundaries while parsing to naturally deny
wrong arguments, i.e. passing negative or too big values

badaix and others added 12 commits June 26, 2018 14:10
Usual case for emulation programs, like sde or gdb, is to pass first
arguments to the emulator, and let the guest application handle latter
arguments. To support this behavior, we introduce an option to choose
index of the first argument to be handled by POPL. By default it is 1,
as it is usually corresponds to the binary name.
Add start_index argument to 'parse' function
Replace Visibility with Attribute
The idea is to check option boundaries while parsing to naturally deny
wrong arguments, i.e. passing negative or too big values
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.

None yet

2 participants