File: generalized_eof.d

package info (click to toggle)
re2c 4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,512 kB
  • sloc: cpp: 34,160; ml: 8,494; sh: 5,311; makefile: 1,014; haskell: 611; python: 431; ansic: 234; javascript: 113
file content (215 lines) | stat: -rw-r--r-- 4,000 bytes parent folder | download
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
/* Generated by re2d */
// re2d $INPUT -o $OUTPUT -i

import core.stdc.stdlib;
import core.stdc.string;

enum YYMaxFill = 2;




private int lex_simple(immutable char[] str) {
    const(char)* yycursor = cast(char*)str;
    const(char)* yylimit = yycursor + str.length;;
    const(char)* yymarker;

    
{
    char yych;
    if (yylimit <= yycursor) goto yy8;
    yych = *yycursor;
    switch (yych) {
        case 'a': goto yy3;
        case 'b': goto yy4;
        case 'c': goto yy5;
        default: goto yy1;
    }
yy1:
    ++yycursor;
yy2:
    { return 1; }
yy3:
    ++yycursor;
    if (yylimit <= yycursor) goto yy9;
    { return 3; }
yy4:
    ++yycursor;
    { return 4; }
yy5:
    yymarker = ++yycursor;
    if (yylimit <= yycursor) goto yy10;
    yych = *yycursor;
    switch (yych) {
        case 'c': goto yy6;
        default: goto yy2;
    }
yy6:
    ++yycursor;
    if (yylimit <= yycursor) goto yy10;
    yych = *yycursor;
    switch (yych) {
        case 'c': goto yy6;
        default: goto yy7;
    }
yy7:
    yycursor = yymarker;
    goto yy2;
yy8:
    { return 0; }
yy9:
    { return 2; }
yy10:
    { return 5; }
}

}

private int lex_eof(immutable char[] str) {
    const(char)* yycursor = cast(char*)str;
    const(char)* yylimit = yycursor + str.length;
    const(char)* yymarker;

    
{
    char yych;
yyFillLabel0:
    yych = *yycursor;
    switch (yych) {
        case 'a': goto yy14;
        case 'b': goto yy15;
        case 'c': goto yy16;
        default:
            if (yylimit <= yycursor) {
                if (0) goto yyFillLabel0;
                goto yy19;
            }
            goto yy12;
    }
yy12:
    ++yycursor;
yy13:
    { return 1; }
yy14:
    ++yycursor;
    if (yycursor == yylimit) goto yy20;
    { return 3; }
yy15:
    ++yycursor;
    { return 4; }
yy16:
    yymarker = ++yycursor;
yyFillLabel1:
    yych = *yycursor;
    switch (yych) {
        case 'c': goto yy17;
        default:
            if (yylimit <= yycursor) {
                if (0) goto yyFillLabel1;
                goto yy21;
            }
            goto yy13;
    }
yy17:
    ++yycursor;
yyFillLabel2:
    yych = *yycursor;
    switch (yych) {
        case 'c': goto yy17;
        default:
            if (yylimit <= yycursor) {
                if (0) goto yyFillLabel2;
                goto yy21;
            }
            goto yy18;
    }
yy18:
    yycursor = yymarker;
    goto yy13;
yy19:
    { return 0; }
yy20:
    { return 2; }
yy21:
    { return 5; }
}

}

private int lex_scc(immutable char[] str) {
    static char[256] buf;
    char* yycursor = cast(char*)buf;
    char* end = yycursor + str.length;
    char* yylimit = end + YYMaxFill;
    char* yymarker;

    memcpy(cast(void*)buf, cast(const(void*))str, str.length);
    memset(end, 0, YYMaxFill);

    
{
    char yych;
    if (yycursor == end) goto yy30;
    if ((yylimit - yycursor) < 2) return -1;
    yych = *yycursor;
    switch (yych) {
        case 'a': goto yy25;
        case 'b': goto yy26;
        case 'c': goto yy27;
        default: goto yy23;
    }
yy23:
    ++yycursor;
yy24:
    { return 1; }
yy25:
    ++yycursor;
    if (yycursor == end) goto yy31;
    { return 3; }
yy26:
    ++yycursor;
    { return 4; }
yy27:
    yymarker = ++yycursor;
    if (yycursor == end) goto yy32;
    yych = *yycursor;
    switch (yych) {
        case 'c': goto yy28;
        default: goto yy24;
    }
yy28:
    ++yycursor;
    if (yycursor == end) goto yy32;
    if (yylimit <= yycursor) return -1;
    yych = *yycursor;
    switch (yych) {
        case 'c': goto yy28;
        default: goto yy29;
    }
yy29:
    yycursor = yymarker;
    goto yy24;
yy30:
    { return 0; }
yy31:
    { return 2; }
yy32:
    { return 5; }
}

}

private void test(immutable char[] str, int ret) {
    assert(lex_simple(str) == ret);
    assert(lex_eof(str) == ret);
    assert(lex_scc(str) == ret);
}

void main() {
    test("", 0);
    test("a", 2);
    test("ax", 3);
    test("b", 4);
    test("bx", 4);
    test("ccc", 5);
}