tweaked using inplace configurations "state:abort" and "state:nextlabel".</p>
<a name="lbAH" id="lbAH"> </a>
<h2>SCANNER SPECIFICATIONS</h2>
-<p>Each scanner specification consists of a set of <i>rules</i>, <i>name
+<p>Each scanner specification consists of a set of <i>rules</i>, <i>named
definitions</i> and <i>configurations</i>.</p>
<p><i>Rules</i> consist of a regular expression along with a block of C/C++
code that is to be executed when the associated <i>regular expression</i> is
<dl compact="compact">
<dd><i>name</i> = <i>regular expression</i>;</dd>
</dl>
-<p>Configurations look like name definitions whose names start with
+<p>Configurations look like named definitions whose names start with
"<b>re2c:</b>":</p>
<dl compact="compact">
<dd>re2c:<i>name</i> = <i>value</i>;</dd>
+<dd>re2c:<i>name</i> = <b>"</b><i>value</i><b>"</b>;</dd>
</dl>
<a name="lbAI" id="lbAI"> </a>
<h2>SUMMARY OF RE2C REGULAR EXPRESSIONS</h2>
<h2>SEE ALSO</h2>
<p>flex(1), lex(1). More information on <b>re2c</b> can be found here:
<b><a href=
-"http://sourceforge.net/projects/re2c/">http://sourceforge.net/projects/re2c/</a></b></p>
+"http://re2c.org/">http://re2c.org/</a></b></p>
<a name="lbAN" id="lbAN"> </a>
<h2>AUTHORS</h2>
<ul>
tweaked using inplace configurations "\fBstate:abort\fP" and "\fBstate:nextlabel\fP".
.SH "SCANNER SPECIFICATIONS"
-Each scanner specification consists of a set of \fIrules\fP, \fIname
+Each scanner specification consists of a set of \fIrules\fP, \fInamed
definitions\fP and \fIconfigurations\fP.
.LP
\fIRules\fP consist of a regular expression along with a block of C/C++ code that
\fIname\fP \fC=\fP \fIregular expression\fP\fC;\fP
.RE
.LP
-Configurations look like name definitions whose names start
+Configurations look like named definitions whose names start
with "\fBre2c:\fP":
.P
.RS
\fCre2c:\fP\fIname\fP \fC=\fP \fIvalue\fP\fC;\fP
.RE
+.RS
+\fCre2c:\fP\fIname\fP \fC=\fP \fB"\fP\fIvalue\fP\fB"\fP\fC;\fP
+.RE
.SH "SUMMARY OF RE2C REGULAR EXPRESSIONS"
.TP
More information on \*(re can be found here:
.PD 0
.P
-.B http://sourceforge.net/projects/re2c/
+.B http://re2c.org/
.PD 1
.SH AUTHORS