[sv-bc] Two more small issues/typos


Subject: [sv-bc] Two more small issues/typos
From: Jacobi, Dan (dan.jacobi@intel.com)
Date: Wed Aug 20 2003 - 03:36:51 PDT


 

Issue #1

Under 18.3 Module declarations (page 192)

Add the module_nonansi_header production and the the module_nansi_header
production to the BNF box marked as Syntax 18-1

 

Issue #2

There is a redundant production for the for loop in the BNF under A.6.8

 

REPLACE

loop_statement ::=

forever statement_or_null

| repeat ( expression ) statement_or_null

| while ( expression ) statement_or_null

| for ( variable_decl_or_assignment ; expression ; variable_assignment )
statement_or_null

| for ( variable_decl_or_assignment { , variable_decl_or_assignment } ;
expression ;

variable_assignment { , variable_assignment } ) statement_or_null

| do statement_or_null while ( expression ) ;

WITH

loop_statement ::=

forever statement_or_null

| repeat ( expression ) statement_or_null

| while ( expression ) statement_or_null

| for ( variable_decl_or_assignment { , variable_decl_or_assignment } ;
expression ;

variable_assignment { , variable_assignment } ) statement_or_null

| do statement_or_null while ( expression ) ;

 

 

 

 

Dan Jacobi

Tel : 972-4-8655855

INet : 465-5855

 



This archive was generated by hypermail 2b28 : Wed Aug 20 2003 - 03:41:09 PDT