From 07ca74fe749d1174b58d38efaf468db3067cf7c4 Mon Sep 17 00:00:00 2001
From: helly re2c - convert regular expressions to C/C++ re2c [-bdefhisvVw1] [-o output] file re2c [-bdefghisvVw1] [-o output] file re2c is a preprocessor that generates C-based recognizers from
@@ -54,7 +54,6 @@ char *scan(char *p)
#define YYFILL(n)
{
YYCTYPE yych;
- unsigned int yyaccept;
if((YYLIMIT - YYCURSOR) < 2) YYFILL(2);
yych = *YYCURSOR;
@@ -111,6 +110,13 @@ YYDEBUG(int state, char current). The first parameter receives the state or
RE2C
Section: User Commands (1)
-Updated: 1 May 2006
+Updated: 8 May 2006
Index
@@ -15,7 +15,7 @@ Updated: 1 May 2006
SYNOPSIS
-DESCRIPTION
@@ -240,7 +247,7 @@ It is possible to trigger generation of the YYGETSTATE() block earlier by
placing a "/*!getstate:re2c */" comment. This is especially useful when
the scanner code should be wrapped inside a loop.
Please see examples/push.re for push-model scanner. The generated code can be -tweaked using configurations "state:abort" and "state:nextlabel".
+tweaked using inplace configurations "state:abort" and "state:nextlabel".Each scanner specification consists of a set of rules, name
@@ -366,6 +373,11 @@ or default to yy0 as start label. Instead of using a dedicated label it
is often better to separate the YYGETSTATE code from the actual scanner code by
placing a "/*!getstate:re2c */" comment.
+ This manpage describes re2c, version 0.10.2. This manpage describes re2c, version 0.10.3. This document was created by man2html, using the manual pages.UNDERSTANDING RE2C
@@ -418,7 +430,7 @@ specification for each start condition (as illustrated in the above example).
VERSION INFORMATION
-
Index
@@ -442,6 +454,6 @@ specification for each start condition (as illustrated in the above example).
-Time: 23:39:44 GMT, May 1, 2006