hws/hw08.tex
changeset 530 fd3678dd1465
parent 359 db106e5b7c4d
child 577 1d6043a87a3e
equal deleted inserted replaced
529:3725e24f1a19 530:fd3678dd1465
    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: