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

Bitwise operators #293

Closed
michalp82 opened this issue Oct 25, 2019 · 2 comments
Closed

Bitwise operators #293

michalp82 opened this issue Oct 25, 2019 · 2 comments
Labels

Comments

@michalp82
Copy link

michalp82 commented Oct 25, 2019

Spot has no bitwise () operator support.
Is implementation in next realise or workaround possible?
I need the common:

& (bitwise AND)
| (bitwise OR)
~ (bitwise NOT)
^ (bitwise XOR)

@FlipEverything
Copy link
Contributor

You can add custom operators to spot. Did you mean that as a possible workaround?

@michalp82
Copy link
Author

Thx. This is what I needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants