Table 5 New C++ digraphs and identifiers

Token    Translation
 <%          {
 %>          }
 <:          [
 :>          ]
 %%          #
 bitand      &
 and         &&
 bitor       |
 or          ||
 xor         ^
 compl       ~
 and_eq      &=
 or_eq       |=
 xor_eq      ^=
 not         !
 not_eq      !=