Skip to content

Conversation

@jchen-cs
Copy link
Collaborator

Add support for equations of the form let x=e1 and y=e2... verification condition generation. Also includes some test cases to test its operation.

Adds verification for parallel equations joined with "and", and includes
some simple examples to test.
@jchen-cs jchen-cs self-assigned this Jan 26, 2023
Copy link
Collaborator

@jlvargasme jlvargasme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implementation is good, just added a few comments to adhere to the pull requests CL guidelines

@@ -0,0 +1,4 @@
let node exec () =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add brief description of what is being tested, it would be good to have the generated vc as a comment.

@@ -0,0 +1,4 @@
let node exec () =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add brief description of what is being tested, it would be good to have the generated vc as a comment.

Add comments describing expected result and generated VCs for the two test files
parallel_simple3.zls intentionally fails
@jchen-cs
Copy link
Collaborator Author

jchen-cs commented Feb 6, 2023

Changes have been implemented, awaiting further review

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.

4 participants