RATools icon indicating copy to clipboard operation
RATools copied to clipboard

[Feature Request] Binary Literals

Open authorblues opened this issue 2 months ago • 0 comments

With the amount of bitset values I deal with, it would be nice to be able to write binary literals the way that some other languages like Python support. A syntax like 0b10110101 would be very expressive for bitset values.

This certainly isn't necessary, because writing in hex is easy enough, but this could potentially make code more readable.

authorblues avatar Apr 16 '24 08:04 authorblues