equal
deleted
inserted
replaced
20 |
20 |
21 \item Parser combinators can directly be given a string as |
21 \item Parser combinators can directly be given a string as |
22 input, without the need of a lexer. What are the |
22 input, without the need of a lexer. What are the |
23 advantages to first lex a string and then feed a |
23 advantages to first lex a string and then feed a |
24 sequence of tokens as input to the parser? |
24 sequence of tokens as input to the parser? |
25 |
25 |
|
26 \item Explain what is meant by the terms lazy evaluation and eager |
|
27 evaluation. |
26 \end{enumerate} |
28 \end{enumerate} |
27 |
29 |
28 \end{document} |
30 \end{document} |
29 |
31 |
30 %%% Local Variables: |
32 %%% Local Variables: |