From: helly Date: Sun, 16 Apr 2006 15:02:55 +0000 (+0000) Subject: - Update docu X-Git-Tag: 0.13.6~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a88319d2bd0aadd8d8c3138398200829dc3fc3e6;p=re2c - Update docu --- diff --git a/htdocs/manual.html b/htdocs/manual.html index 9744b972..5a9bd8e0 100755 --- a/htdocs/manual.html +++ b/htdocs/manual.html @@ -290,8 +290,8 @@ regular expressions which can be expressed as character classes.
either an r or an s
r/s
an r but only if it is followed by an s. The s is not part of -the matched text. This type of regular expression is called "trailing -context".
+the matched text. This type of regular expression is called "trailing context". A trailing +context can only be the end of a rule and not part of a named definition.
r{n}
matches r exactly n times.
r{n,}
diff --git a/re2c.1.in b/re2c.1.in index 13fa5083..c4cbe9a1 100644 --- a/re2c.1.in +++ b/re2c.1.in @@ -345,7 +345,8 @@ either an \fIr\fP or an \fIs\fP .TP \fIr\fP\fC/\fP\fIs\fP an \fIr\fP but only if it is followed by an \fIs\fP. The \fIs\fP is not part of -the matched text. This type of \*(rx is called "trailing context". +the matched text. This type of \*(rx is called "trailing context". A trailing +context can only be the end of a rule and not part of a named definition. .TP \fIr\fP\fC{\fP\fIn\fP\fC}\fP matches \fIr\fP exactly \fIn\fP times.