More spec

This commit is contained in:
Dmitry Boulytchev 2020-02-05 01:18:20 +03:00
parent a79cb93cf1
commit f978a8e830
8 changed files with 95 additions and 6 deletions

View file

@ -1,4 +1,5 @@
\chapter{Concrete Syntax}
\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:
@ -14,7 +15,7 @@ syntactic description we will use extended Backus-Naur form with the following c
\item a colon ``$:$'' separates a nonterminal being defined from its definition.
\end{itemize}
In the description below we will take an in-line code samples in blockquotes "..." which are not considered as a
In the description below we will take in-line code samples in blockquotes "..." which are not considered as a
part of concrete syntax.
\input{03.01.lexical_structure}