hws/hw05.tex
changeset 322 698ed1c96cd0
parent 294 c29853b672fb
child 359 db106e5b7c4d
--- a/hws/hw05.tex	Thu Dec 11 21:13:48 2014 +0000
+++ b/hws/hw05.tex	Thu Apr 09 07:42:23 2015 +0100
@@ -37,16 +37,16 @@
        \sim r$
 \end{center}
 
-\item Assume the delimiters for comments are \texttt{$\slash$*}
-and \texttt{*$\slash$}. Give a regular expression that can
-recognise comments of the form
-
-\begin{center}
-\texttt{$\slash$*~\ldots{}~*$\slash$} 
-\end{center}
-
-where the three dots stand for arbitrary characters, but not
-comment delimiters.
+%\item Assume the delimiters for comments are \texttt{$\slash$*}
+%and \texttt{*$\slash$}. Give a regular expression that can
+%recognise comments of the form
+%
+%\begin{center}
+%\texttt{$\slash$*~\ldots{}~*$\slash$} 
+%\end{center}
+%
+%where the three dots stand for arbitrary characters, but not
+%comment delimiters.
 
 \item Define the following regular expressions