updated
authorChristian Urban <christian.urban@kcl.ac.uk>
Tue, 03 Oct 2023 23:23:57 +0100
changeset 938 91c20364402b
parent 937 dc5ab66b11cc
child 939 f85e784d3014
updated
cws/cw01.pdf
cws/cw01.tex
Binary file cws/cw01.pdf has changed
--- a/cws/cw01.tex	Tue Oct 03 14:29:12 2023 +0100
+++ b/cws/cw01.tex	Tue Oct 03 23:23:57 2023 +0100
@@ -79,7 +79,7 @@
 case classes  for the basic regular expressions, but also explicit case
 classes for
 the extended regular expressions.\footnote{Please call them
-  \code{RANGE}, \code{PLUS}, \code{OPTIONAL}, \code{AND}, \code{NTIMES},
+  \code{RANGE}, \code{PLUS}, \code{OPTIONAL}, \code{INTER}, \code{NTIMES},
   \code{UPTO}, \code{FROM} and \code{BETWEEN}.} 
   That means do not treat the extended regular expressions
 by just translating them into the basic ones. See also Question 3,