binary-integer-literal
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
binary-integer-literal =
( "0b" | "0B" ) , binary-digit , { [ numeric-separator ] , binary-digit } ;