hws/hw06.tex
changeset 647 180600c04da2
parent 596 6d6e79f95933
child 721 e3c64f22dd31
--- a/hws/hw06.tex	Thu Oct 03 11:12:00 2019 +0100
+++ b/hws/hw06.tex	Fri Oct 04 11:21:30 2019 +0100
@@ -69,6 +69,14 @@
 there are several values for how these regular expressions can
 recognise the strings (for 1) $ab$ and (for 2) $aaa$. Give in each case
 \emph{all} the values and indicate which one is the POSIX value.
+
+\item Parsing combinators consist of atomic parsers, alternative
+  parsers, sequence parsers and semantic actions.  What is the purpose
+  of (1) atomic parsers and of (2) semantic actions?
+
+
+
+
 \item \POSTSCRIPT        
 \end{enumerate}