Scans a hexadecimal floating point number literal. $(BNF /HexFloat := "0" [xX] (HexDigits? "." HexDigits | HexDigits) HexExponent /HexExponent := [pP] [+-]? DecDigits /HexDigits := [a-fA-F\d] [a-fA-F\d_]* /)
See Implementation
Scans a hexadecimal floating point number literal. $(BNF /HexFloat := "0" [xX] (HexDigits? "." HexDigits | HexDigits) HexExponent /HexExponent := [pP] [+-]? DecDigits /HexDigits := [a-fA-F\d] [a-fA-F\d_]* /)