Skip to content
Snippets Groups Projects
Verified Commit e7995e87 authored by Sankalp Gambhir's avatar Sankalp Gambhir
Browse files

Ex-review.2: add note that * is terminal

parent 540daa29
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -10,6 +10,9 @@
type &::= \lstinline|int| \mid type \lstinline|*| \\
\end{align*}
Note that \(type\lstinline|*|\) is \(type\) followed by the terminal
\(\lstinline|*|\), not a Kleene star.
\begin{enumerate}
\item Compute \(\nullable\) and \(\first\) for each non-terminal of the grammar above.
\begin{solution}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment