Cleans up doublequotes

This commit is contained in:
Robert Baruch 2020-11-25 09:58:36 -08:00
parent 09f6e9d6b6
commit 5615c41907
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
This appendix documents the text representation of RTLIL in extended Backus-Naur form (EBNF). 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. 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.
@ -84,7 +84,7 @@ All other characters may be escaped by a backslash, and become the following cha
\begin{itemize} \begin{itemize}
\item \texttt{\textbackslash \textbackslash}: A backslash \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 \item \texttt{\textbackslash r}: An 'r' character
\end{itemize} \end{itemize}