hws/hw08.tex
changeset 726 f6c2e8c48a1c
parent 577 1d6043a87a3e
child 876 09e4ca6d00a0
equal deleted inserted replaced
725:cd72ba78c287 726:f6c2e8c48a1c
    16       compiling a WHILE-program?
    16       compiling a WHILE-program?
    17 
    17 
    18 \item What is the main difference between the Java assembler
    18 \item What is the main difference between the Java assembler
    19       (as processed by Jasmin) and Java Byte Code?
    19       (as processed by Jasmin) and Java Byte Code?
    20 
    20 
    21 \item Parser combinators can directly be given a string as
       
    22       input, without the need of a lexer. What are the
       
    23       advantages to first lex a string and then feed a
       
    24       sequence of tokens as input to the parser?
       
    25 
    21 
    26 \item Explain what is meant by the terms lazy evaluation and eager
    22 \item Explain what is meant by the terms lazy evaluation and eager
    27   evaluation.
    23   evaluation.
    28 
    24 
    29 \item \POSTSCRIPT    
    25 \item \POSTSCRIPT