[sv-bc] Data_declaration bnf

From: Daniel Mlynek <daniel.mlynek_at_.....>
Date: Mon Aug 25 2008 - 00:58:05 PDT
There is

data_declaration ::= // from A.2.1.3

    [ const ] [ var ] [ lifetime ] data_type_or_implicit
list_of_variable_decl_assignments ;

but const and var cannot be used together - so maybe it would be better::

     [ const | var ] [ lifetime ] data_type_or_implicit
list_of_variable_decl_assignments ;



DANiel




-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Mon Aug 25 00:58:44 2008

This archive was generated by hypermail 2.1.8 : Mon Aug 25 2008 - 00:59:35 PDT