updated
authorChristian Urban <urbanc@in.tum.de>
Mon, 19 Nov 2018 22:16:25 +0000
changeset 602 9aa901039e33
parent 601 208b0f67a3d0
child 603 155430aea517
updated
hws/hw05.pdf
hws/hw05.tex
hws/hw07.pdf
Binary file hws/hw05.pdf has changed
--- a/hws/hw05.tex	Mon Nov 19 22:12:04 2018 +0000
+++ b/hws/hw05.tex	Mon Nov 19 22:16:25 2018 +0000
@@ -88,7 +88,7 @@
 Observe the maximal munch rule and the priorities of your regular
 expressions that make the process of lexing unambiguous.)
 
-\item Given the following context-free grammar $G$
+\item Suppose the following context-free grammar $G$
   
 \begin{plstx}[margin=1cm]
   : \meta{S\/} ::= \meta{A\/}\cdot\meta{S\/}\cdot\meta{B\/} \;\mid\;
@@ -97,7 +97,8 @@
   : \meta{B\/} ::= b\\
 \end{plstx}
 
-which of the following strings are in the language of $G$?
+where the starting symbol is $\meta{S}$.
+Which of the following strings are in the language of $G$?
 
 \begin{itemize}
 \item[$\bullet$] $a$
Binary file hws/hw07.pdf has changed