This appendix documents the text representation of RTLIL in extended Backus-Naur form (EBNF).
-The grammar is not meant to represent semantic limitations. That is, the grammar is "permissive", and later stages of processing perform more rigorous checks.
+The grammar is not meant to represent semantic limitations. That is, the grammar is ``permissive'', and later stages of processing perform more rigorous checks.
The grammar is also not meant to represent the exact grammar used in the RTLIL frontend, since that grammar is specific to processing by lex and yacc, is even more permissive, and is somewhat less understandable than simple EBNF notation.
\begin{itemize}
\item \texttt{\textbackslash \textbackslash}: A backslash
- \item \texttt{\textbackslash \"}: A double-quote
+ \item \texttt{\textbackslash ''}: A double-quote
\item \texttt{\textbackslash r}: An 'r' character
\end{itemize}