COntinue spec

This commit is contained in:
Dmitry Boulytchev 2020-02-10 15:24:45 +03:00
parent 0b26e754e3
commit 142d784174
6 changed files with 69 additions and 8 deletions

View file

@ -18,5 +18,5 @@ which can be imported by an end-user application.
The concrete syntax for compilation unit is shown on Fig.~\ref{compilation_unit}. Besides optional imports a unit must contain
a \nonterm{scopeExpression}, which may contain some definitions and computations. Note, a unit can not be empty. The computations described in
a unit are performed at unit initialization time (see~\ref{separate_compilation}).
a unit are performed at unit initialization time (see Chapter~\ref{sec:driver}).