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

Define arithmetic and bitwise operations #314

Merged
merged 10 commits into from
Mar 25, 2022

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    fd57b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c96e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c56deb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4406f32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ccff02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6168c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Use checked operations in primitive steps

    These will get “stuck” if they overflow, which is a little frustraing, but better than causing runtime errors!
    brendanzab committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    4c30974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a53e44 View commit details
    Browse the repository at this point in the history
  3. Clean up primitive tests

    brendanzab committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    2908caf View commit details
    Browse the repository at this point in the history
  4. Update README example

    brendanzab committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1e39e60 View commit details
    Browse the repository at this point in the history