BorysLevytskyi / BitwiseCmd

Bitwise Calculator Online
http://bitwisecmd.com
GNU Affero General Public License v3.0
315 stars 14 forks source link

Parenthesis? #11

Open kevinawalsh opened 4 years ago

kevinawalsh commented 4 years ago

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).

AsparagusEduardo commented 1 year ago

I agree with this, it would be really useful.

BorysLevytskyi commented 1 year ago

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.