Subject: [sv-bc] One more small BNF issue in section A.8.1
From: Jacobi, Dan (dan.jacobi@intel.com)
Date: Thu Oct 09 2003 - 13:18:31 PDT
Hello all,
One more small BNF issue that was pointed out by one of my colleagues.
Section A.8.1 in the LRM specifies the BNF rules for the concatenation
and the constant_concatenation productions.
concatenation ::=
{ expression { , expression } }
| { struct_member_label : expression { , struct_member_label :
expression } }
| { array_member_label : expression { , array_member_label : expression
} }
constant_concatenation ::=
{ constant_expression { , constant_expression } }
| { struct_member_label : constant_expression { , struct_member_label :
constant_expression } }
| { array_member_label : constant_expression { , array_member_label :
constant_expression } }
four out of the eight colon marks (:) are not in bold and red font.
The fix I propose is:
Under section A.8.1 change all the eight colon marks in the
concatenation and the constant_concatenation productions
to bold red font
Dan Jacobi
Tel : 972-4-8655855
INet : 465-5855
This archive was generated by hypermail 2b28 : Thu Oct 09 2003 - 15:49:09 PDT