hws/hw08.tex
changeset 726 fba480bbc9f7
parent 577 7a437f1f689d
child 876 771396fa6cc4
equal deleted inserted replaced
725:f345e89895f5 726:fba480bbc9f7
    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