]> granicus.if.org Git - re2c/commitdiff
- Update
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 10 Apr 2005 18:06:18 +0000 (18:06 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 10 Apr 2005 18:06:18 +0000 (18:06 +0000)
re2c.1.in

index 85239939dd6d4eebce98296bc9bf7aa3e671a024..0a44daf835822b55209b9ae5938cccdf26d7d425 100644 (file)
--- a/re2c.1.in
+++ b/re2c.1.in
@@ -7,6 +7,9 @@
 .ds rx regular expression
 .ds lx \fIl\fP-expression
 \"$Log$
+\"Revision 1.11  2005/04/10 18:06:18  helly
+\"- Update
+\"
 \"Revision 1.10  2004/07/27 05:19:55  nuffer
 \"Replaced YYCHAR with YYCTYPE.
 \"
@@ -125,6 +128,10 @@ yy7:    if(yych <= '/') goto yy3;
 .fi
 .in -3
 
+After the \fC/*!re2c */\fP blocks you can place a \fC/*!max:re2c */\fP block
+that will output a define that holds the maximum number of characters required
+to parse the input. That is the maximum value \fCYYFILL()\fP will receive.
+
 .SH OPTIONS
 \*(re provides the following options:
 .TP
@@ -147,6 +154,9 @@ Invoke a short help.
 \fB-v\fP
 Show version information.
 .TP
+\fB-V\fP
+Show the version as a number XXYYZZ.
+.TP
 \fB-o output\fP
 Specify the output file.