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

[minor] Add Property primitive operation for integer shift right. #176

Merged
merged 2 commits into from
Feb 20, 2024

Commits on Feb 14, 2024

  1. [minor] Add Property primitive operation for integer shift right.

    This adds the integer shift right operation to the Integer Arithmetic
    section and list of primitive operations in the grammar. This is
    defined as signed arithmetic shift right, as opposed to logical shift
    right, using similar language to the dshr operation.
    mikeurbach committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5965514 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    29240ab View commit details
    Browse the repository at this point in the history