blob: 3212db69d12378b345c25d48028d2fc0867769f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\begin{psyntax}{Terms}{terms}
\synt{term}
\begin{rep}[b] \synt{factor} \\
\begin{stack}
\verb+ * + \\
\verb+ / + \\
\lit*{div} \\
\lit*{mod} \\
\lit*{and} \\
\lit*{shl} \\
\lit*{shr} \\
\lit*{as}
\end{stack}
\end{rep}
\end{psyntax}
|