hws/hw08.tex
changeset 726 f6c2e8c48a1c
parent 577 1d6043a87a3e
child 876 09e4ca6d00a0
--- a/hws/hw08.tex	Mon Jun 29 21:05:34 2020 +0100
+++ b/hws/hw08.tex	Mon Jun 29 21:13:49 2020 +0100
@@ -18,10 +18,6 @@
 \item What is the main difference between the Java assembler
       (as processed by Jasmin) and Java Byte Code?
 
-\item Parser combinators can directly be given a string as
-      input, without the need of a lexer. What are the
-      advantages to first lex a string and then feed a
-      sequence of tokens as input to the parser?
 
 \item Explain what is meant by the terms lazy evaluation and eager
   evaluation.