Open kevinawalsh opened 4 years ago
I agree with this, it would be really useful.
Hey, Kevin. Thank you for the feedback and the time you've put into writing it. Currently, I'm not working on BitwiseCmd. I will keep this issue open as I think that this is a really useful suggestion. Maybe in the future, I'll get around to working on it.
It would be really nice if this could parse parenthesis. Currently 1&3 works fine, but (1&3) does not. Similarly 1|(1<<5) fails to parse, but 1|1<<5 works fine (though with an undesired order of operations).