mirror of https://github.com/YosysHQ/yosys.git
Cleans up doublequotes
This commit is contained in:
parent
09f6e9d6b6
commit
5615c41907
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue