File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33\subsection {EBNF }
44This is how the language is parsed. It does not mean that everything that can be built with this EBNF syntax is also valid.
55It 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;
You can’t perform that action at this time.
0 commit comments