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

✅: Support Python Validation #37

Open
jossmoff opened this issue Nov 17, 2023 · 0 comments
Open

✅: Support Python Validation #37

jossmoff opened this issue Nov 17, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed python java For changes relating to the Python validator
Milestone

Comments

@jossmoff
Copy link
Member

Language Proposal

ESBMC has started a python frontend so we should add support to start validation of Python files

Frontend Behaviour

polywit python BENCHMARK --witness witness

FileProcessor Implementation

Parse python files to look for nondet points. This can be something like nondet_x() calls until there is a common support.

WitnessProcessor Implementation

Similar to Java front end.

TestHarness Implementation

Create a testharness.py with the implementations for the nondet_x functions in.

Additional Context

ESBMC python PRs https://github.com/esbmc/esbmc/pulls?q=is%3Apr+python

@jossmoff jossmoff added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed python java For changes relating to the Python validator labels Nov 17, 2023
@jossmoff jossmoff added this to the Version 2.0.0 milestone Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed python java For changes relating to the Python validator
Projects
None yet
Development

No branches or pull requests

1 participant