- - - - CENAPAD-MGCO

contents index A seguir: Comandos Paralelos Acima: CSP - Communicating Sequential Anterior: CSP - Communicating Sequential


Conceitos e Notações

BNF:

<command> ::= <simple command> |
              <structured command>
<simple command> ::= <null command> |
                     <assignment command> |
                     <input command> |
                     <output command >
<structured command> ::= <alternative command> |
                         <repetitive command> |
                         <parallel command>
<null command> ::= skip

<command list> ::= {<declaration>; |<command>;} <command>



 

Osvaldo Carvalho - Postscript - Comentários?