mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Promoted spec to 1.10
This commit is contained in:
parent
f1430a1cdf
commit
7c7ef67e1d
11 changed files with 86 additions and 87 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue