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

Ex 3.3.4: fix incorrect parsing result

parent 9576c6c5
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@
corresponding error cell in the parsing table is \((Term, +)\).
\item \(2 ~\mathbf{EOF}\) \checkmark
\item \(2 * 3 + 4 ~\mathbf{EOF}\) \checkmark
\item \(2 + 3 * 4 ~\mathbf{EOF}\) fails on the \(*\). Error at \((Add, *)\).
\item \(2 + 3 * 4 ~\mathbf{EOF}\) \checkmark
\end{enumerate}
Example step-by-step LL(1) parsing state for \(2 * 3 + 4\):
......
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