1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
/* Generated by re2c */
// re2c $INPUT -o $OUTPUT -i --posix-captures --dump-closure-stats --fixed-tags toplevel
{
YYCTYPE yych;
yyt1 = YYCURSOR;
yynmatch = 4;
yypmatch[2] = yyt1;
yypmatch[3] = yyt1;
yypmatch[4] = yyt1;
yypmatch[5] = yyt1;
yypmatch[6] = yyt1;
yypmatch[7] = yyt1;
yypmatch[0] = YYCURSOR;
yypmatch[1] = YYCURSOR;
{}
}
{
YYCTYPE yych;
yyt1 = YYCURSOR;
yynmatch = 4;
yypmatch[0] = yyt1;
yypmatch[2] = yyt1;
yypmatch[3] = yyt1;
yypmatch[4] = yyt1;
yypmatch[5] = yyt1;
yypmatch[6] = yyt1;
yypmatch[7] = yyt1;
yypmatch[1] = YYCURSOR;
{}
}
{
YYCTYPE yych;
yyt1 = YYCURSOR;
yynmatch = 4;
yypmatch[0] = yyt1;
yypmatch[2] = yyt1;
yypmatch[3] = yyt1;
yypmatch[4] = yyt1;
yypmatch[5] = yyt1;
yypmatch[6] = yyt1;
yypmatch[7] = yyt1;
yypmatch[1] = YYCURSOR;
{}
}
{
YYCTYPE yych;
yyt1 = YYCURSOR;
yynmatch = 4;
yypmatch[0] = yyt1;
yypmatch[2] = yyt1;
yypmatch[3] = yyt1;
yypmatch[4] = yyt1;
yypmatch[5] = yyt1;
yypmatch[6] = yyt1;
yypmatch[7] = yyt1;
yypmatch[1] = YYCURSOR;
{}
}
{
YYCTYPE yych;
yyt1 = YYCURSOR;
yynmatch = 4;
yypmatch[0] = yyt1;
yypmatch[2] = yyt1;
yypmatch[3] = yyt1;
yypmatch[4] = yyt1;
yypmatch[5] = yyt1;
yypmatch[6] = yyt1;
yypmatch[7] = yyt1;
yypmatch[1] = YYCURSOR;
{}
}
{
YYCTYPE yych;
yyt1 = YYCURSOR;
yynmatch = 4;
yypmatch[0] = yyt1;
yypmatch[2] = yyt1;
yypmatch[3] = yyt1;
yypmatch[4] = yyt1;
yypmatch[5] = yyt1;
yypmatch[6] = yyt1;
yypmatch[7] = yyt1;
yypmatch[1] = YYCURSOR;
{}
}
{
YYCTYPE yych;
yyt1 = YYCURSOR;
yynmatch = 4;
yypmatch[0] = yyt1;
yypmatch[2] = yyt1;
yypmatch[3] = yyt1;
yypmatch[4] = yyt1;
yypmatch[5] = yyt1;
yypmatch[6] = yyt1;
yypmatch[7] = yyt1;
yypmatch[1] = YYCURSOR;
{}
}
debug/closure_stats_gor1.re:2:32: warning: rule matches empty string [-Wmatch-empty-string]
scans: 47 prec: 3 length: 24
scans: 0 prec: 0 length: 0
debug/closure_stats_gor1.re:3:32: warning: rule matches empty string [-Wmatch-empty-string]
scans: 133 prec: 14 length: 66
scans: 0 prec: 0 length: 0
debug/closure_stats_gor1.re:4:32: warning: rule matches empty string [-Wmatch-empty-string]
scans: 617 prec: 84 length: 432
scans: 0 prec: 0 length: 0
debug/closure_stats_gor1.re:5:32: warning: rule matches empty string [-Wmatch-empty-string]
scans: 3841 prec: 584 length: 4980
scans: 0 prec: 0 length: 0
debug/closure_stats_gor1.re:6:35: warning: rule matches empty string [-Wmatch-empty-string]
scans: 27377 prec: 4368 length: 71004
scans: 0 prec: 0 length: 0
debug/closure_stats_gor1.re:7:35: warning: rule matches empty string [-Wmatch-empty-string]
scans: 207313 prec: 33824 length: 1086636
scans: 0 prec: 0 length: 0
debug/closure_stats_gor1.re:8:35: warning: rule matches empty string [-Wmatch-empty-string]
scans: 1614737 prec: 266304 length: 17060172
scans: 0 prec: 0 length: 0
|