Promoted spec to 1.10

This commit is contained in:
Dmitry Boulytchev 2021-02-01 09:52:28 +03:00
parent f1430a1cdf
commit 7c7ef67e1d
11 changed files with 86 additions and 87 deletions

View file

@ -2,7 +2,7 @@
\label{sec:concrete_syntax}
In this chapter we describe the concrete syntax of the language as it is recognized by the parser. In the
syntactic description we will use extended Backus-Naur form with the following conventions:
syntactic description we will use the extended Backus-Naur form with the following conventions:
\begin{itemize}
\item nonterminals are presented in \nonterm{italics};
@ -16,7 +16,7 @@ syntactic description we will use extended Backus-Naur form with the following c
\end{itemize}
In the description below we will take in-line code samples in blockquotes "..." which are not considered as a
part of concrete syntax.
part of the concrete syntax.
\input{03.01.lexical_structure}
\input{03.02.compilation_units}