Currently, FluffOS has support for hex literals (0xFFFFFF), but not binary literals (0b11111111).
While binary literals are a fairly obscure feature, they go hand-in-hand with bitwise operations, which FluffOS does support.
Thus, I feel that support for binary literals would be a nice addition to the driver.