archives

« Bugzilla Issues Index

#4354 — HexIntegerLiteral should refer to HexDigits instead of HexDigit


A simple typo.

In page 511, for 'HexIntegerLiteral', the second production rule should refer to 'HexDigits' instead of 'HexDigit'.

0X HexDigit
=>
0X HexDigits


fixed in rev39k publication draft