Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.45 KB | None | 0 0
  1. \begin{description}
  2.  
  3. \item[e1:] This routine is called from states 0, 2, 4 and 5, all of which expect the
  4. beginning of an operand, either an \textbf{id} or a left parenthesis. Instead, +, *, or
  5. the end of the input was found.
  6.  
  7. \setlength{\parindent}{10mm}
  8. \indent push state 3 (the goto of states 0, 2, 4 and 5 on \textbf{id});\\
  9. \indent issue diagnostic ``missing operand.''
  10.  
  11. \item[e2:] Called from states 0, 1, 2, 4 and 5 on finding a right parenthesis.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement