From: helly Date: Fri, 20 Jan 2006 20:53:59 +0000 (+0000) Subject: - Update docu X-Git-Tag: 0.13.6~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2162f4a5a3100fc8cf80f2d3e83ccaa9f9d3acf2;p=re2c - Update docu --- diff --git a/re2c.1.in b/re2c.1.in index c0153118..06270290 100644 --- a/re2c.1.in +++ b/re2c.1.in @@ -7,6 +7,9 @@ .ds rx regular expression .ds lx \fIl\fP-expression \"$Log$ +\"Revision 1.38 2006/01/20 20:53:59 helly +\"- Update docu +\" \"Revision 1.37 2006/01/20 00:13:52 helly \"- Added re2c:startlabel configuration. \"- Fixed code generation to not generate unreachable code for initial state. @@ -450,7 +453,7 @@ an \fIr\fP followed by an \fIs\fP ("concatenation") 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 s is not part of +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". .TP \fIr\fP\fC{\fP\fIn\fP\fC}\fP @@ -821,8 +824,6 @@ and act accordingly. specification for each start condition (as illustrated in the above example). .SH BUGS .LP -Only fixed length trailing context can be handled. -.LP Difference only works for character sets. .LP The \*(re internal algorithms need documentation.