mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 08:08:47 +00:00
More spec
This commit is contained in:
parent
a79cb93cf1
commit
f978a8e830
8 changed files with 95 additions and 6 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue