Skip to content

Commit

Permalink
Remove redundant language=grammar since given by synopsis.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Oct 12, 2020
1 parent 1aebdc8 commit 4323e9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ \section{Annotations for Code Generation}\label{annotations-for-code-generation}
\end{center}

\begin{annotationdefinition}[Evaluate]
\begin{synopsis}[grammar]\begin{lstlisting}[language=grammar]
\begin{synopsis}[grammar]\begin{lstlisting}
"Evaluate" "=" ( false | true )
\end{lstlisting}\end{synopsis}
\begin{semantics}
Expand All @@ -137,7 +137,7 @@ \section{Annotations for Code Generation}\label{annotations-for-code-generation}
\end{annotationdefinition}

\begin{annotationdefinition}[HideResult]
\begin{synopsis}[grammar]\begin{lstlisting}[language=grammar]
\begin{synopsis}[grammar]\begin{lstlisting}
"HideResult" "=" ( false | true )
\end{lstlisting}\end{synopsis}
\begin{semantics}
Expand All @@ -154,7 +154,7 @@ \section{Annotations for Code Generation}\label{annotations-for-code-generation}
\end{annotationdefinition}

\begin{annotationdefinition}[Inline]
\begin{synopsis}[grammar]\begin{lstlisting}[language=grammar]
\begin{synopsis}[grammar]\begin{lstlisting}
"Inline" "=" ( false | true )
\end{lstlisting}\end{synopsis}
\begin{semantics}
Expand All @@ -171,7 +171,7 @@ \section{Annotations for Code Generation}\label{annotations-for-code-generation}
\end{annotationdefinition}

\begin{annotationdefinition}[LateInline]
\begin{synopsis}[grammar]\begin{lstlisting}[language=grammar]
\begin{synopsis}[grammar]\begin{lstlisting}
"LateInline" "=" ( false | true )
\end{lstlisting}\end{synopsis}
\begin{semantics}
Expand All @@ -198,7 +198,7 @@ \section{Annotations for Code Generation}\label{annotations-for-code-generation}
\end{annotationdefinition}

\begin{annotationdefinition}[InlineAfterIndexReduction]
\begin{synopsis}[grammar]\begin{lstlisting}[language=grammar]
\begin{synopsis}[grammar]\begin{lstlisting}
"InlineAfterIndexReduction" "=" ( false | true )
\end{lstlisting}\end{synopsis}
\begin{semantics}
Expand All @@ -209,7 +209,7 @@ \section{Annotations for Code Generation}\label{annotations-for-code-generation}
\end{annotationdefinition}

\begin{annotationdefinition}[GenerateEvents]
\begin{synopsis}[grammar]\begin{lstlisting}[language=grammar]
\begin{synopsis}[grammar]\begin{lstlisting}
"GenerateEvents" "=" ( false | true )
\end{lstlisting}\end{synopsis}
\begin{semantics}
Expand All @@ -224,7 +224,7 @@ \section{Annotations for Code Generation}\label{annotations-for-code-generation}
\end{annotationdefinition}

\begin{annotationdefinition}[smoothOrder]
\begin{synopsis}[grammar]\begin{lstlisting}[language=grammar]
\begin{synopsis}[grammar]\begin{lstlisting}
"smoothOrder" "=" UNSIGNED-NUMBER ")"
"smoothOrder" "(" "normallyConstant" "=" IDENT
{ "," "normallyConstant" "=" IDENT } ")" "=" UNSIGNED-NUMBER ")"
Expand Down

0 comments on commit 4323e9d

Please sign in to comment.