Skip to content

Commit 6985882

Browse files
committed
Small fixes
1 parent f69c70c commit 6985882

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ \section{#2}
5353

5454
\importsection{sections/first-program}{The first program}
5555

56-
\importsection{sections/language-documentation}{Language Documentation}
56+
\importsection{sections/technical-documentation}{Technical Documentation}
5757

5858
\importsection{sections/flags}{Flags}
5959

docs/sections/technical-documentation.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\subsection{EBNF}
44
This is how the language is parsed. It does not mean that everything that can be built with this EBNF syntax is also valid.
55
It is implied that between each token there can be as much whitespace as needed.
6-
The tokens are being declared with uppercase letters.
6+
The tokens are being declared with uppercase letters. Comments are separate as they are just being skipped by the lexer.
77

88
\begin{verbatim}
99
program = head, body;

0 commit comments

Comments
 (0)