]> granicus.if.org Git - re2c/commitdiff
Allocate final/fallback tag versions beforehand.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 11 Jul 2017 15:12:21 +0000 (16:12 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 11 Jul 2017 15:12:21 +0000 (16:12 +0100)
Just a more clear and intuitive way to allocate them, and easier
to document. Updated a lot of tests; changes are trivial.

82 files changed:
re2c/src/dfa/determinization.cc
re2c/src/dfa/find_state.cc
re2c/test/posix_captures/basic/03.i--flex-syntax.c
re2c/test/posix_captures/basic/05.i--flex-syntax.c
re2c/test/posix_captures/basic/06.i--flex-syntax.c
re2c/test/posix_captures/basic/14.i--flex-syntax.c
re2c/test/posix_captures/basic/42.i--flex-syntax.c
re2c/test/posix_captures/basic/43.i--flex-syntax.c
re2c/test/posix_captures/basic/51.i--flex-syntax.c
re2c/test/posix_captures/basic/53.i--flex-syntax.c
re2c/test/posix_captures/basic/59.i--flex-syntax.c
re2c/test/posix_captures/categorize/04.i--flex-syntax.c
re2c/test/posix_captures/categorize/05.i--flex-syntax.c
re2c/test/posix_captures/forcedassoc/09.i--flex-syntax.c
re2c/test/posix_captures/forcedassoc/10.i--flex-syntax.c
re2c/test/posix_captures/forcedassoc/11.i--flex-syntax.c
re2c/test/posix_captures/forcedassoc/12.i--flex-syntax.c
re2c/test/posix_captures/forcedassoc/17.i--flex-syntax.c
re2c/test/posix_captures/forcedassoc/18.i--flex-syntax.c
re2c/test/posix_captures/forcedassoc/23.i--flex-syntax.c
re2c/test/posix_captures/forcedassoc/24.i--flex-syntax.c
re2c/test/posix_captures/glennfowler/21.i--flex-syntax.c
re2c/test/posix_captures/glennfowler/22.i--flex-syntax.c
re2c/test/posix_captures/glennfowler/24.i--flex-syntax.c
re2c/test/posix_captures/glennfowler/27.i--flex-syntax.c
re2c/test/posix_captures/glennfowler/28.i--flex-syntax.c
re2c/test/posix_captures/glennfowler/31.i--flex-syntax.c
re2c/test/posix_captures/glennfowler/32.i--flex-syntax.c
re2c/test/posix_captures/glennfowler/35.i--flex-syntax.c
re2c/test/posix_captures/glennfowler/40.i--flex-syntax.c
re2c/test/posix_captures/osxbsdcritical/03.i--flex-syntax.c
re2c/test/posix_captures/osxbsdcritical/06.i--flex-syntax.c
re2c/test/posix_captures/other/16.i--flex-syntax.c
re2c/test/posix_captures/repetition/03.i--flex-syntax.c
re2c/test/posix_captures/repetition/10.i--flex-syntax.c
re2c/test/posix_captures/repetition/17.i--flex-syntax.c
re2c/test/posix_captures/repetition/24.i--flex-syntax.c
re2c/test/posix_captures/repetition/31.i--flex-syntax.c
re2c/test/posix_captures/repetition/38.i--flex-syntax.c
re2c/test/posix_captures/repetition/45.i--flex-syntax.c
re2c/test/posix_captures/repetition/50.i--flex-syntax.c
re2c/test/posix_captures/repetition/51.i--flex-syntax.c
re2c/test/posix_captures/repetition/69.i--flex-syntax.c
re2c/test/posix_captures/repetition/74.i--flex-syntax.c
re2c/test/posix_captures/repetition/75.i--flex-syntax.c
re2c/test/posix_captures/repetition/76.i--flex-syntax.c
re2c/test/posix_captures/repetition/77.i--flex-syntax.c
re2c/test/posix_captures/repetition/79.i--flex-syntax.c
re2c/test/posix_captures/repetition/81.i--flex-syntax.c
re2c/test/posix_captures/repetition/86.i--flex-syntax.c
re2c/test/posix_captures/repetition/87.i--flex-syntax.c
re2c/test/posix_captures/repetition/88.i--flex-syntax.c
re2c/test/posix_captures/repetition/89.i--flex-syntax.c
re2c/test/posix_captures/repetition/91.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/01.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/02.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/03.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/04.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/05.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/06.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/07.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/08.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/09.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/10.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/11.i--flex-syntax.c
re2c/test/posix_captures/rightassoc/12.i--flex-syntax.c
re2c/test/tags/bug121_fix_multiple.i--tags--input(custom).c
re2c/test/tags/bug121_var_multiple.i--tags--eager-skip--input(custom).c
re2c/test/tags/bug121_var_multiple.i--tags--eager-skip.c
re2c/test/tags/bug121_var_multiple.i--tags--input(custom).c
re2c/test/tags/bug121_var_multiple.i--tags.c
re2c/test/tags/counter1.i--tags.c
re2c/test/tags/fallback3.i--tags.c
re2c/test/tags/fallback4.i--tags.c
re2c/test/tags/fix5_trail.i--tags--input(custom).c
re2c/test/tags/lost_tag.i--tags--no-lookahead--input(custom).c
re2c/test/tags/map_ord1.i--tags--no-lookahead.c
re2c/test/tags/map_ord2.i--tags--no-lookahead.c
re2c/test/tags/skip_tags_disorder1.i--tags--no-lookahead.c
re2c/test/tags/topsort1.i--tags.c
re2c/test/tags/topsort3.i--tags--no-lookahead.c
re2c/test/tags/twopass.i--tags.c

index 521e0c75b504fb5533742e6fd28129fd4216a7df..70a1f83a9fe1563040fd0730de514cade4893c0d 100644 (file)
@@ -80,7 +80,9 @@ dfa_t::dfa_t(const nfa_t &nfa, const opt_t *opts,
 
        // final/fallback versions will be assigned on the go
        finvers = new tagver_t[ntag];
-       std::fill(finvers, finvers + ntag, TAGVER_ZERO);
+       for (size_t i = 0; i < ntag; ++i) {
+               finvers[i] = fixed(tags[i]) ? TAGVER_ZERO : ++maxtagver;
+       }
 
        // iterate while new kernels are added: for each alphabet symbol,
        // build tagged epsilon-closure of all reachable NFA states,
index 7f667fe7b3ef595ac0cd4fca5e1ed2482c419c2c..09b75f1b7dd93e6a2d5df6a4c26045d9efdb804d 100644 (file)
@@ -352,17 +352,10 @@ static tcmd_t *finalizer(const clos_t &clos, size_t ridx,
 
        for (size_t t = rule.ltag; t < rule.htag; ++t) {
                const Tag &tag = tags[t];
-               const tagver_t v = abs(vers[t]), l = hist.last(look, t);
-               tagver_t &f = dfa.finvers[t];
-
-               // don't waste versions on fixed tags
                if (fixed(tag)) continue;
 
-               // pick a fresh version: final version is also used as fallback one
-               if (f == TAGVER_ZERO) {
-                       f = ++dfa.maxtagver;
-               }
-
+               const tagver_t v = abs(vers[t]), l = hist.last(look, t);
+               tagver_t &f = dfa.finvers[t];
                if (l == TAGVER_ZERO) {
                        copy = tcpool.make_copy(copy, f, v);
                } else if (history(tag)) {
index c27769e262fcac2ce31a33ff0941ca1fc26b58cc..46e0014a6745d90ff4d231d3655fe3c57f584fa5 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -46,11 +46,11 @@ yy6:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
index d1d11fbd38afc14f9e0cb041e86c24093072e4a1..b62acfe43104a3a2c8560b351535f8ba6679ed09 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt4 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt4 = yyt5 = yyt6 = YYCURSOR;
+               yyt1 = yyt2 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt5 = yyt6 = YYCURSOR;
+               yyt2 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -39,7 +39,7 @@ yy6:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy7;
        default:        goto yy5;
        }
@@ -47,7 +47,7 @@ yy7:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt5 = YYCURSOR;
                goto yy8;
        default:        goto yy5;
        }
@@ -55,7 +55,7 @@ yy8:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt6 = YYCURSOR;
                goto yy9;
        default:        goto yy5;
        }
@@ -63,7 +63,7 @@ yy9:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt6 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:        goto yy10;
        }
@@ -71,14 +71,14 @@ yy10:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt4;
-               yypmatch[4] = yyt5;
-               yypmatch[6] = yyt6;
-               yypmatch[7] = yyt1;
-               yypmatch[0] = yyt4;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[6] = yyt3;
+               yypmatch[7] = yyt4;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt5;
-               yypmatch[5] = yyt6;
+               yypmatch[3] = yyt2;
+               yypmatch[5] = yyt3;
                {}
        }
 yy11:
@@ -87,13 +87,13 @@ yy11:
        yych = *YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt2 = yyt3;
-               yyt3 = yyt6;
-               yyt6 = YYCURSOR;
+               yyt5 = yyt6;
+               yyt6 = yyt3;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt6 = yyt1;
-               yyt1 = yyt2;
+               yyt3 = yyt4;
+               yyt4 = yyt5;
                goto yy10;
        }
 }
index d1d11fbd38afc14f9e0cb041e86c24093072e4a1..b62acfe43104a3a2c8560b351535f8ba6679ed09 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt4 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt4 = yyt5 = yyt6 = YYCURSOR;
+               yyt1 = yyt2 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt5 = yyt6 = YYCURSOR;
+               yyt2 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -39,7 +39,7 @@ yy6:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy7;
        default:        goto yy5;
        }
@@ -47,7 +47,7 @@ yy7:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt5 = YYCURSOR;
                goto yy8;
        default:        goto yy5;
        }
@@ -55,7 +55,7 @@ yy8:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt6 = YYCURSOR;
                goto yy9;
        default:        goto yy5;
        }
@@ -63,7 +63,7 @@ yy9:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt6 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:        goto yy10;
        }
@@ -71,14 +71,14 @@ yy10:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt4;
-               yypmatch[4] = yyt5;
-               yypmatch[6] = yyt6;
-               yypmatch[7] = yyt1;
-               yypmatch[0] = yyt4;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[6] = yyt3;
+               yypmatch[7] = yyt4;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt5;
-               yypmatch[5] = yyt6;
+               yypmatch[3] = yyt2;
+               yypmatch[5] = yyt3;
                {}
        }
 yy11:
@@ -87,13 +87,13 @@ yy11:
        yych = *YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt2 = yyt3;
-               yyt3 = yyt6;
-               yyt6 = YYCURSOR;
+               yyt5 = yyt6;
+               yyt6 = yyt3;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt6 = yyt1;
-               yyt1 = yyt2;
+               yyt3 = yyt4;
+               yyt4 = yyt5;
                goto yy10;
        }
 }
index b3ba328f2bc3f83c1772fda47bb4d30e1c2bce07..5344db7b9673018c8ab7559d37949cdf7176319e 100644 (file)
@@ -7,11 +7,11 @@
        switch (yych) {
        case 'a':
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        case 'c':
-               yyt1 = yyt3 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt4 = NULL;
+               yyt1 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -30,10 +30,10 @@ yy3:
        switch (yych) {
        case 'a':
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -42,15 +42,15 @@ yy5:
        goto yy2;
 yy6:
        ++YYCURSOR;
-       yyt4 = NULL;
+       yyt3 = NULL;
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[3] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt4;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt4;
+               yypmatch[3] = yyt2;
+               yypmatch[4] = yyt3;
+               yypmatch[5] = yyt3;
                yypmatch[1] = YYCURSOR;
                {}
        }
index 466e22078310a12e43874136d7d648bf5d29ec48..ed16437ad2274e1e899284bada77385358388bb8 100644 (file)
@@ -8,11 +8,11 @@
        case 'a':
        case 'b':
        case 'c':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy3;
        case 'd':
-               yyt1 = yyt3 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt3 = NULL;
+               yyt1 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -32,10 +32,10 @@ yy3:
        case 'a':
        case 'b':
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy3;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -47,9 +47,9 @@ yy6:
        {
                const size_t yynmatch = 2;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[3] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[1] = YYCURSOR;
                {}
        }
index 39def3c234c92ee0b94709f7c760d44d46e949a5..83dff1bb7e1f28d60dbd91de69a437d0bf4641d5 100644 (file)
@@ -31,10 +31,10 @@ yy4:
        switch (yych) {
        case 'a':
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt2 = yyt4 = YYCURSOR;
                goto yy7;
        default:        goto yy5;
        }
@@ -45,7 +45,7 @@ yy6:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy9;
        default:        goto yy4;
        }
@@ -55,14 +55,14 @@ yy7:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2;
-               yyt2 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = yyt4 = YYCURSOR;
                goto yy7;
        case 'c':
-               yyt4 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy10;
        default:        goto yy5;
        }
@@ -79,14 +79,14 @@ yy10:
        switch (yych) {
        case 'a':
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt4;
-               yyt2 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = yyt4 = YYCURSOR;
                goto yy7;
        case 'd':
-               yyt4 = yyt1;
+               yyt2 = yyt3;
                goto yy11;
        default:        goto yy5;
        }
@@ -95,9 +95,9 @@ yy11:
        {
                const size_t yynmatch = 2;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt3;
-               yypmatch[2] = yyt4;
-               yypmatch[3] = yyt2;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
+               yypmatch[3] = yyt4;
                yypmatch[1] = YYCURSOR;
                {}
        }
index 05a73a30820e430e3a007de0b4bb238d8aed3c51..0fe7ddcaef946a1cc4a58266fbdb752a421fc26f 100644 (file)
@@ -20,7 +20,7 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        case 'c':
                yyt1 = yyt2 = YYCURSOR;
@@ -37,7 +37,7 @@ yy5:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy7;
        default:        goto yy4;
        }
@@ -48,7 +48,7 @@ yy7:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy7;
        case 'd':       goto yy9;
        default:        goto yy4;
@@ -58,11 +58,11 @@ yy9:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[0] = yyt2 - 1;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1 - 1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
index 371126246edb7176bdc470201a9396955d5ef043..e772c4290bf9c0965ec9eecbf2d0957269b261e2 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -46,9 +46,9 @@ yy6:
        {
                const size_t yynmatch = 2;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[3] = yyt1;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[3] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
                {}
        }
index cea702aa9fc40184d6ca793f5df3f18313bfe1fd..85723ee7ed39fbb01c5571f5831e065de7c7ab5a 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -26,10 +26,10 @@ yy3:
        case 'a':       goto yy3;
        case 'b':
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        case 'd':
-               yyt1 = yyt3 = NULL;
+               yyt2 = yyt3 = NULL;
                goto yy8;
        default:        goto yy5;
        }
@@ -43,10 +43,10 @@ yy6:
        switch (yych) {
        case 'b':
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:        goto yy5;
        }
@@ -62,9 +62,9 @@ yy10:
        {
                const size_t yynmatch = 2;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[3] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[1] = YYCURSOR;
                {}
        }
index c27769e262fcac2ce31a33ff0941ca1fc26b58cc..46e0014a6745d90ff4d231d3655fe3c57f584fa5 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -46,11 +46,11 @@ yy6:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
index c0d4cff092f00d84b737f3bc6b6a7eef76208e9d..eccafaa162dcfb807bd0ada26676eb59980a51fd 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        default:        goto yy2;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy9;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
@@ -55,10 +55,10 @@ yy8:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
@@ -74,11 +74,11 @@ yy11:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -86,7 +86,7 @@ yy12:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy9;
        case 'b':
                yyt3 = YYCURSOR;
@@ -114,7 +114,7 @@ yy16:
        switch (yych) {
        case 'a':       goto yy10;
        default:
-               yyt1 = yyt3;
+               yyt2 = yyt3;
                goto yy11;
        }
 }
index 99ec6a309bda8097177c9e4dec81927158b5b7cd..64bb1facbaa04683f6216936487e8b835f12e4fc 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,30 +34,30 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy10;
 yy7:
        {
                const size_t yynmatch = 5;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[6] = yyt1;
-               yypmatch[8] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[6] = yyt3;
+               yypmatch[8] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[4] = yyt1;
+               yypmatch[3] = yyt3;
+               yypmatch[4] = yyt3;
                yypmatch[5] = YYCURSOR;
-               yypmatch[7] = yyt3;
+               yypmatch[7] = yyt2;
                yypmatch[9] = YYCURSOR;
                {}
        }
index 99ec6a309bda8097177c9e4dec81927158b5b7cd..64bb1facbaa04683f6216936487e8b835f12e4fc 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,30 +34,30 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy10;
 yy7:
        {
                const size_t yynmatch = 5;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[6] = yyt1;
-               yypmatch[8] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[6] = yyt3;
+               yypmatch[8] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[4] = yyt1;
+               yypmatch[3] = yyt3;
+               yypmatch[4] = yyt3;
                yypmatch[5] = YYCURSOR;
-               yypmatch[7] = yyt3;
+               yypmatch[7] = yyt2;
                yypmatch[9] = YYCURSOR;
                {}
        }
index 99ec6a309bda8097177c9e4dec81927158b5b7cd..64bb1facbaa04683f6216936487e8b835f12e4fc 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,30 +34,30 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy10;
 yy7:
        {
                const size_t yynmatch = 5;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[6] = yyt1;
-               yypmatch[8] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[6] = yyt3;
+               yypmatch[8] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[4] = yyt1;
+               yypmatch[3] = yyt3;
+               yypmatch[4] = yyt3;
                yypmatch[5] = YYCURSOR;
-               yypmatch[7] = yyt3;
+               yypmatch[7] = yyt2;
                yypmatch[9] = YYCURSOR;
                {}
        }
index 99ec6a309bda8097177c9e4dec81927158b5b7cd..64bb1facbaa04683f6216936487e8b835f12e4fc 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,30 +34,30 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy10;
 yy7:
        {
                const size_t yynmatch = 5;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[6] = yyt1;
-               yypmatch[8] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[6] = yyt3;
+               yypmatch[8] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[4] = yyt1;
+               yypmatch[3] = yyt3;
+               yypmatch[4] = yyt3;
                yypmatch[5] = YYCURSOR;
-               yypmatch[7] = yyt3;
+               yypmatch[7] = yyt2;
                yypmatch[9] = YYCURSOR;
                {}
        }
index e8f722abaf7c9054d9ea7e893047e950e176e96d..ccc4e45a01364d496ecd5106b64033dfd9fe788a 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -37,21 +37,21 @@ yy5:
        goto yy2;
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy9;
 yy7:
        {
                const size_t yynmatch = 5;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[6] = yyt1;
-               yypmatch[8] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[6] = yyt3;
+               yypmatch[8] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[4] = yyt1;
+               yypmatch[3] = yyt3;
+               yypmatch[4] = yyt3;
                yypmatch[5] = YYCURSOR;
-               yypmatch[7] = yyt3;
+               yypmatch[7] = yyt2;
                yypmatch[9] = YYCURSOR;
                {}
        }
index e8f722abaf7c9054d9ea7e893047e950e176e96d..ccc4e45a01364d496ecd5106b64033dfd9fe788a 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -37,21 +37,21 @@ yy5:
        goto yy2;
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy9;
 yy7:
        {
                const size_t yynmatch = 5;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[6] = yyt1;
-               yypmatch[8] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[6] = yyt3;
+               yypmatch[8] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[4] = yyt1;
+               yypmatch[3] = yyt3;
+               yypmatch[4] = yyt3;
                yypmatch[5] = YYCURSOR;
-               yypmatch[7] = yyt3;
+               yypmatch[7] = yyt2;
                yypmatch[9] = YYCURSOR;
                {}
        }
index e8f722abaf7c9054d9ea7e893047e950e176e96d..ccc4e45a01364d496ecd5106b64033dfd9fe788a 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -37,21 +37,21 @@ yy5:
        goto yy2;
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy9;
 yy7:
        {
                const size_t yynmatch = 5;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[6] = yyt1;
-               yypmatch[8] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[6] = yyt3;
+               yypmatch[8] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[4] = yyt1;
+               yypmatch[3] = yyt3;
+               yypmatch[4] = yyt3;
                yypmatch[5] = YYCURSOR;
-               yypmatch[7] = yyt3;
+               yypmatch[7] = yyt2;
                yypmatch[9] = YYCURSOR;
                {}
        }
index e8f722abaf7c9054d9ea7e893047e950e176e96d..ccc4e45a01364d496ecd5106b64033dfd9fe788a 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -37,21 +37,21 @@ yy5:
        goto yy2;
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy9;
 yy7:
        {
                const size_t yynmatch = 5;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[6] = yyt1;
-               yypmatch[8] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[6] = yyt3;
+               yypmatch[8] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[4] = yyt1;
+               yypmatch[3] = yyt3;
+               yypmatch[4] = yyt3;
                yypmatch[5] = YYCURSOR;
-               yypmatch[7] = yyt3;
+               yypmatch[7] = yyt2;
                yypmatch[9] = YYCURSOR;
                {}
        }
index 6663961d96cd527a9fef2749d5abf5cba06ee532..02d854ffbdbfa941f6ed748bf856b19d7a2cc4be 100644 (file)
@@ -7,10 +7,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy5;
        default:        goto yy2;
        }
@@ -25,7 +25,7 @@ yy2:
 yy3:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = yyt1;
+       yyt2 = yyt3;
        switch (yych) {
        case 'b':       goto yy7;
        default:        goto yy4;
@@ -34,11 +34,11 @@ yy4:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -59,16 +59,16 @@ yy7:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy8;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        default:        goto yy6;
        }
 yy8:
        ++YYCURSOR;
-       yyt3 = yyt1;
+       yyt2 = yyt3;
        goto yy4;
 }
 
index a477a3aa2414a22fa5a3b73e245fb6922fbb358e..0e4e4a8f2192c54c60d39f9cdd75cf2220d25e40 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -22,7 +22,7 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy5;
        case 'b':       goto yy7;
        default:        goto yy4;
@@ -35,11 +35,11 @@ yy5:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -47,10 +47,10 @@ yy7:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy5;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:        goto yy4;
        }
index 82f7610d86d094a8d15d00415fc81c97932747f9..11a2cac449ed1c6ac6523f694a4b75aea380608c 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        default:        goto yy2;
        }
@@ -25,7 +25,7 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        case 'b':       goto yy8;
        default:        goto yy4;
@@ -49,11 +49,11 @@ yy7:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -61,10 +61,10 @@ yy8:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
index c0d4cff092f00d84b737f3bc6b6a7eef76208e9d..eccafaa162dcfb807bd0ada26676eb59980a51fd 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        default:        goto yy2;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy9;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
@@ -55,10 +55,10 @@ yy8:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
@@ -74,11 +74,11 @@ yy11:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -86,7 +86,7 @@ yy12:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy9;
        case 'b':
                yyt3 = YYCURSOR;
@@ -114,7 +114,7 @@ yy16:
        switch (yych) {
        case 'a':       goto yy10;
        default:
-               yyt1 = yyt3;
+               yyt2 = yyt3;
                goto yy11;
        }
 }
index e1f5ed5bb52d350745233f5363a5f20af00892e9..de1e8300caa7ca96db8a11a7fdfef1c3094b725a 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt4 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt4 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        default:        goto yy2;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy9;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
@@ -55,10 +55,10 @@ yy8:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
@@ -72,10 +72,10 @@ yy10:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy16;
        default:        goto yy4;
        }
@@ -83,10 +83,10 @@ yy11:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy9;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy18;
        default:        goto yy4;
        }
@@ -104,10 +104,10 @@ yy14:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy19;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy16;
        default:        goto yy4;
        }
@@ -123,13 +123,13 @@ yy17:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt4;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt3;
-               yypmatch[0] = yyt4;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[6] = yyt4;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt3;
+               yypmatch[3] = yyt2;
+               yypmatch[5] = yyt4;
                yypmatch[7] = YYCURSOR;
                {}
        }
@@ -137,10 +137,10 @@ yy18:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy23;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy16;
        default:        goto yy4;
        }
@@ -148,10 +148,10 @@ yy19:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy24;
        default:        goto yy4;
        }
@@ -185,7 +185,7 @@ yy24:
        switch (yych) {
        case 'a':       goto yy16;
        default:
-               yyt3 = yyt2;
+               yyt4 = yyt3;
                goto yy17;
        }
 yy25:
@@ -198,8 +198,8 @@ yy26:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = yyt2;
-               yyt3 = yyt5;
+               yyt2 = yyt3;
+               yyt4 = yyt5;
                goto yy16;
        default:        goto yy17;
        }
index bacef65e8bba618e601d9306d979032c3b9121b0..ae9f3773bcb2a1fc55901ca7fae99bdc1ae49a0a 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -22,7 +22,7 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy5;
        case 'b':       goto yy7;
        default:        goto yy4;
@@ -40,11 +40,11 @@ yy6:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -52,7 +52,7 @@ yy7:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy9;
        default:        goto yy4;
        }
@@ -66,7 +66,7 @@ yy9:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy5;
        case 'b':       goto yy8;
        default:        goto yy6;
index 5d558cf4148b3e82361a2b6c67cd9f3553e05580..4b5b21bbd1f246231734d8b82dfd00d7db64d19c 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -22,7 +22,7 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy5;
        case 'b':       goto yy6;
        default:        goto yy4;
@@ -34,7 +34,7 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy7;
        case 'b':       goto yy9;
        default:        goto yy4;
@@ -43,7 +43,7 @@ yy6:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
@@ -57,13 +57,13 @@ yy8:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt2;
-               yypmatch[0] = yyt3;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[6] = yyt3;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt2;
+               yypmatch[3] = yyt2;
+               yypmatch[5] = yyt3;
                yypmatch[7] = YYCURSOR;
                {}
        }
@@ -71,7 +71,7 @@ yy9:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        default:        goto yy4;
        }
@@ -79,7 +79,7 @@ yy10:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy13;
        case 'b':       goto yy9;
        default:        goto yy4;
@@ -94,7 +94,7 @@ yy12:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy7;
        case 'b':       goto yy11;
        default:        goto yy8;
@@ -103,8 +103,8 @@ yy13:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = yyt2;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt3;
+               yyt3 = YYCURSOR;
                goto yy7;
        case 'b':       goto yy15;
        default:        goto yy8;
@@ -116,8 +116,8 @@ yy15:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = yyt2;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt3;
+               yyt3 = YYCURSOR;
                goto yy12;
        default:        goto yy8;
        }
index 79496b966ae05fd8465c738a03cd43770c4e4b3b..01564c9df098024c53e576bc86c93133cdb633e1 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -22,11 +22,11 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = yyt3 = NULL;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt6 = NULL;
+               yyt3 = YYCURSOR;
                goto yy5;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt6 = YYCURSOR;
                goto yy7;
        default:        goto yy4;
        }
@@ -37,25 +37,25 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt5 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        default:
-               yyt5 = yyt6 = NULL;
+               yyt4 = yyt5 = NULL;
                goto yy6;
        }
 yy6:
        {
                const size_t yynmatch = 5;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[5] = yyt3;
-               yypmatch[6] = yyt4;
-               yypmatch[8] = yyt5;
-               yypmatch[9] = yyt6;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt6;
+               yypmatch[5] = yyt2;
+               yypmatch[6] = yyt3;
+               yypmatch[8] = yyt4;
+               yypmatch[9] = yyt5;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt4;
+               yypmatch[3] = yyt3;
                yypmatch[7] = YYCURSOR;
                {}
        }
@@ -63,13 +63,13 @@ yy7:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt3 = yyt4 = YYCURSOR;
+               yyt2 = yyt3 = YYCURSOR;
                goto yy5;
        default:        goto yy4;
        }
 yy8:
        ++YYCURSOR;
-       yyt6 = YYCURSOR;
+       yyt5 = YYCURSOR;
        goto yy6;
 }
 
index 89bf5a8a967d1fa1a1609b75fc8e69a03afe137e..b8f2ccc3fa014fae4007baca473803bab86cd196 100644 (file)
@@ -7,10 +7,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -37,10 +37,10 @@ yy5:
        case 0:         goto yy2;
        case 1:         goto yy22;
        case 2: 
-               yyt3 = yyt4;
+               yyt2 = yyt4;
                goto yy22;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy22;
        }
 yy6:
@@ -59,10 +59,10 @@ yy8:
        switch (yych) {
        case 0x00:      goto yy5;
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy14;
        case 'z':       goto yy8;
        default:        goto yy3;
@@ -74,10 +74,10 @@ yy10:
        switch (yych) {
        case 0x00:      goto yy5;
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy16;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'y':       goto yy10;
        default:        goto yy6;
@@ -127,30 +127,30 @@ yy20:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy22;
        case 'a':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt3;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                yyt4 = YYCURSOR;
                goto yy33;
        case 'z':       goto yy20;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy12;
        }
 yy22:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -161,14 +161,14 @@ yy23:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy22;
        case 'y':       goto yy23;
        case 'z':
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy25;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy14;
        }
 yy25:
@@ -181,7 +181,7 @@ yy25:
                yyt4 = YYCURSOR;
                goto yy35;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy14;
        case 'y':       goto yy23;
        case 'z':       goto yy25;
@@ -194,7 +194,7 @@ yy27:
        switch (yych) {
        case 0x00:      goto yy5;
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy16;
        case 'b':
                yyt4 = YYCURSOR;
@@ -210,14 +210,14 @@ yy29:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy22;
        case 'y':
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy27;
        case 'z':       goto yy29;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy16;
        }
 yy31:
@@ -227,19 +227,19 @@ yy31:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy22;
        case 'a':
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                yyt4 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt3;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'y':       goto yy31;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy18;
        }
 yy33:
@@ -289,7 +289,7 @@ yy41:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt4;
+               yyt2 = yyt4;
                goto yy22;
        case 'y':       goto yy41;
        case 'z':       goto yy43;
@@ -302,21 +302,21 @@ yy43:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy22;
        case 'a':
-               yyt3 = yyt1;
-               yyt1 = yyt4;
+               yyt2 = yyt3;
+               yyt3 = yyt4;
                yyt4 = YYCURSOR;
                goto yy35;
        case 'b':
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                yyt4 = YYCURSOR;
                goto yy33;
        case 'y':       goto yy41;
        case 'z':       goto yy43;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy33;
        }
 yy45:
@@ -326,7 +326,7 @@ yy45:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy22;
        case 'y':       goto yy45;
        case 'z':       goto yy47;
@@ -339,21 +339,21 @@ yy47:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt4;
+               yyt2 = yyt4;
                goto yy22;
        case 'a':
-               yyt3 = yyt4;
+               yyt2 = yyt4;
                yyt4 = YYCURSOR;
                goto yy35;
        case 'b':
-               yyt1 = yyt4;
+               yyt2 = yyt4;
                yyt3 = yyt4;
                yyt4 = YYCURSOR;
                goto yy33;
        case 'y':       goto yy45;
        case 'z':       goto yy47;
        default:
-               yyt3 = yyt4;
+               yyt2 = yyt4;
                goto yy35;
        }
 yy49:
@@ -363,21 +363,21 @@ yy49:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt4;
+               yyt2 = yyt4;
                goto yy22;
        case 'a':
-               yyt1 = yyt4;
+               yyt2 = yyt4;
                yyt3 = yyt4;
                yyt4 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = yyt4;
+               yyt2 = yyt4;
                yyt4 = YYCURSOR;
                goto yy37;
        case 'y':       goto yy49;
        case 'z':       goto yy51;
        default:
-               yyt3 = yyt4;
+               yyt2 = yyt4;
                goto yy37;
        }
 yy51:
@@ -387,7 +387,7 @@ yy51:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy22;
        case 'y':       goto yy49;
        case 'z':       goto yy51;
@@ -400,21 +400,21 @@ yy53:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy22;
        case 'a':
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                yyt4 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = yyt4;
+               yyt2 = yyt3;
+               yyt3 = yyt4;
                yyt4 = YYCURSOR;
                goto yy37;
        case 'y':       goto yy53;
        case 'z':       goto yy55;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy39;
        }
 yy55:
@@ -424,7 +424,7 @@ yy55:
        yych = *YYCURSOR;
        switch (yych) {
        case 0x00:
-               yyt3 = yyt4;
+               yyt2 = yyt4;
                goto yy22;
        case 'y':       goto yy53;
        case 'z':       goto yy55;
index 3508071947a2508650e18f81c36052902c00cc2c..fd02565127a941c2d85f4b64cda137a5daa56c02 100644 (file)
@@ -7,10 +7,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = yyt4 = YYCURSOR;
+               yyt1 = yyt3 = yyt4 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,11 +28,11 @@ yy3:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt4 = NULL;
-               yyt3 = YYCURSOR;
+               yyt3 = NULL;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:        goto yy5;
        }
@@ -48,8 +48,8 @@ yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'b':
-               yyt4 = NULL;
-               yyt3 = YYCURSOR;
+               yyt3 = NULL;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:        goto yy9;
        }
@@ -57,10 +57,10 @@ yy7:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt4;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
+               yypmatch[4] = yyt3;
+               yypmatch[5] = yyt3;
                yypmatch[1] = YYCURSOR;
                yypmatch[3] = YYCURSOR - 1;
                {}
@@ -73,16 +73,16 @@ yy8:
 yy9:
        switch (yych) {
        case 'a':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt3;
-               yyt4 = NULL;
-               yyt3 = YYCURSOR;
+               yyt4 = yyt2;
+               yyt3 = NULL;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt4;
                goto yy7;
        }
 }
index 3508071947a2508650e18f81c36052902c00cc2c..fd02565127a941c2d85f4b64cda137a5daa56c02 100644 (file)
@@ -7,10 +7,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = yyt4 = YYCURSOR;
+               yyt1 = yyt3 = yyt4 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,11 +28,11 @@ yy3:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt4 = NULL;
-               yyt3 = YYCURSOR;
+               yyt3 = NULL;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:        goto yy5;
        }
@@ -48,8 +48,8 @@ yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'b':
-               yyt4 = NULL;
-               yyt3 = YYCURSOR;
+               yyt3 = NULL;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:        goto yy9;
        }
@@ -57,10 +57,10 @@ yy7:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt4;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
+               yypmatch[4] = yyt3;
+               yypmatch[5] = yyt3;
                yypmatch[1] = YYCURSOR;
                yypmatch[3] = YYCURSOR - 1;
                {}
@@ -73,16 +73,16 @@ yy8:
 yy9:
        switch (yych) {
        case 'a':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt3;
-               yyt4 = NULL;
-               yyt3 = YYCURSOR;
+               yyt4 = yyt2;
+               yyt3 = NULL;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt4;
                goto yy7;
        }
 }
index 7ae1db2962481a92e7df79a26df9bc37e750b2c7..08e19c66b3d77099e7a6fa0eed0a30750542a2f8 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'y':
-               yyt2 = yyt3 = YYCURSOR;
+               yyt1 = yyt2 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -22,7 +22,7 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'y':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        default:        goto yy4;
        }
@@ -39,15 +39,15 @@ yy6:
        {
                const size_t yynmatch = 2;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
                yypmatch[1] = YYCURSOR;
                yypmatch[3] = YYCURSOR - 1;
                {}
        }
 yy7:
        ++YYCURSOR;
-       yyt3 = yyt1;
+       yyt2 = yyt3;
        goto yy6;
 }
 
index d5ac4f1c7f5af9bd7cc44ff2662825c4f6680537..89d8970fe830b909789f0c32d03c7b32a62032f9 100644 (file)
@@ -5,7 +5,7 @@
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
        yych = *(YYMARKER = YYCURSOR);
        if (yych >= 0x01) {
-               yyt3 = yyt6 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        }
 yy2:
@@ -19,8 +19,8 @@ yy2:
 yy3:
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt4 = yyt5 = NULL;
-               yyt7 = yyt8 = yyt11 = YYCURSOR;
+               yyt2 = yyt3 = NULL;
+               yyt5 = yyt6 = yyt9 = YYCURSOR;
                goto yy5;
        }
 yy4:
@@ -29,78 +29,78 @@ yy4:
 yy5:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy4;
-       yyt2 = yyt9 = yyt10 = NULL;
-       yyt1 = yyt12 = yyt13 = yyt15 = YYCURSOR;
+       yyt7 = yyt8 = yyt15 = NULL;
+       yyt10 = yyt11 = yyt12 = yyt13 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt9 = yyt10 = NULL;
-               yyt12 = yyt13 = yyt15 = YYCURSOR;
+               yyt7 = yyt8 = NULL;
+               yyt10 = yyt11 = yyt14 = YYCURSOR;
                goto yy8;
        }
-       yyt1 = yyt14 = NULL;
-       yyt2 = YYCURSOR;
+       yyt12 = yyt13 = NULL;
+       yyt15 = YYCURSOR;
 yy7:
        {
                const size_t yynmatch = 10;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt5;
-               yypmatch[6] = yyt6;
-               yypmatch[7] = yyt7;
-               yypmatch[8] = yyt8;
-               yypmatch[10] = yyt9;
-               yypmatch[11] = yyt10;
-               yypmatch[12] = yyt11;
-               yypmatch[13] = yyt12;
-               yypmatch[14] = yyt13;
-               yypmatch[16] = yyt14;
-               yypmatch[17] = yyt1;
-               yypmatch[18] = yyt15;
-               yypmatch[19] = yyt2;
-               yypmatch[0] = yyt3;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[5] = yyt3;
+               yypmatch[6] = yyt4;
+               yypmatch[7] = yyt5;
+               yypmatch[8] = yyt6;
+               yypmatch[10] = yyt7;
+               yypmatch[11] = yyt8;
+               yypmatch[12] = yyt9;
+               yypmatch[13] = yyt10;
+               yypmatch[14] = yyt11;
+               yypmatch[16] = yyt12;
+               yypmatch[17] = yyt13;
+               yypmatch[18] = yyt14;
+               yypmatch[19] = yyt15;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt8;
-               yypmatch[9] = yyt13;
+               yypmatch[3] = yyt6;
+               yypmatch[9] = yyt11;
                yypmatch[15] = YYCURSOR;
                {}
        }
 yy8:
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt11 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt9 = yyt12;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
-       yyt11 = yyt12 = NULL;
-       yyt10 = yyt13 = yyt14 = yyt15 = YYCURSOR;
+       yyt9 = yyt10 = NULL;
+       yyt8 = yyt11 = yyt12 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt9 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt7 = yyt13;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
        ++YYCURSOR;
-       yyt4 = yyt3;
-       yyt5 = yyt1;
-       yyt6 = yyt2;
-       yyt7 = yyt2;
-       yyt8 = yyt1;
-       yyt9 = yyt1;
-       yyt2 = yyt15 = NULL;
-       yyt1 = YYCURSOR;
+       yyt2 = yyt1;
+       yyt3 = yyt13;
+       yyt4 = yyt15;
+       yyt5 = yyt15;
+       yyt6 = yyt13;
+       yyt7 = yyt13;
+       yyt14 = yyt15 = NULL;
+       yyt13 = YYCURSOR;
        goto yy7;
 }
 
index d5ac4f1c7f5af9bd7cc44ff2662825c4f6680537..89d8970fe830b909789f0c32d03c7b32a62032f9 100644 (file)
@@ -5,7 +5,7 @@
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
        yych = *(YYMARKER = YYCURSOR);
        if (yych >= 0x01) {
-               yyt3 = yyt6 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        }
 yy2:
@@ -19,8 +19,8 @@ yy2:
 yy3:
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt4 = yyt5 = NULL;
-               yyt7 = yyt8 = yyt11 = YYCURSOR;
+               yyt2 = yyt3 = NULL;
+               yyt5 = yyt6 = yyt9 = YYCURSOR;
                goto yy5;
        }
 yy4:
@@ -29,78 +29,78 @@ yy4:
 yy5:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy4;
-       yyt2 = yyt9 = yyt10 = NULL;
-       yyt1 = yyt12 = yyt13 = yyt15 = YYCURSOR;
+       yyt7 = yyt8 = yyt15 = NULL;
+       yyt10 = yyt11 = yyt12 = yyt13 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt9 = yyt10 = NULL;
-               yyt12 = yyt13 = yyt15 = YYCURSOR;
+               yyt7 = yyt8 = NULL;
+               yyt10 = yyt11 = yyt14 = YYCURSOR;
                goto yy8;
        }
-       yyt1 = yyt14 = NULL;
-       yyt2 = YYCURSOR;
+       yyt12 = yyt13 = NULL;
+       yyt15 = YYCURSOR;
 yy7:
        {
                const size_t yynmatch = 10;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt5;
-               yypmatch[6] = yyt6;
-               yypmatch[7] = yyt7;
-               yypmatch[8] = yyt8;
-               yypmatch[10] = yyt9;
-               yypmatch[11] = yyt10;
-               yypmatch[12] = yyt11;
-               yypmatch[13] = yyt12;
-               yypmatch[14] = yyt13;
-               yypmatch[16] = yyt14;
-               yypmatch[17] = yyt1;
-               yypmatch[18] = yyt15;
-               yypmatch[19] = yyt2;
-               yypmatch[0] = yyt3;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[5] = yyt3;
+               yypmatch[6] = yyt4;
+               yypmatch[7] = yyt5;
+               yypmatch[8] = yyt6;
+               yypmatch[10] = yyt7;
+               yypmatch[11] = yyt8;
+               yypmatch[12] = yyt9;
+               yypmatch[13] = yyt10;
+               yypmatch[14] = yyt11;
+               yypmatch[16] = yyt12;
+               yypmatch[17] = yyt13;
+               yypmatch[18] = yyt14;
+               yypmatch[19] = yyt15;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt8;
-               yypmatch[9] = yyt13;
+               yypmatch[3] = yyt6;
+               yypmatch[9] = yyt11;
                yypmatch[15] = YYCURSOR;
                {}
        }
 yy8:
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt11 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt9 = yyt12;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
-       yyt11 = yyt12 = NULL;
-       yyt10 = yyt13 = yyt14 = yyt15 = YYCURSOR;
+       yyt9 = yyt10 = NULL;
+       yyt8 = yyt11 = yyt12 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt9 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt7 = yyt13;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
        ++YYCURSOR;
-       yyt4 = yyt3;
-       yyt5 = yyt1;
-       yyt6 = yyt2;
-       yyt7 = yyt2;
-       yyt8 = yyt1;
-       yyt9 = yyt1;
-       yyt2 = yyt15 = NULL;
-       yyt1 = YYCURSOR;
+       yyt2 = yyt1;
+       yyt3 = yyt13;
+       yyt4 = yyt15;
+       yyt5 = yyt15;
+       yyt6 = yyt13;
+       yyt7 = yyt13;
+       yyt14 = yyt15 = NULL;
+       yyt13 = YYCURSOR;
        goto yy7;
 }
 
index d5ac4f1c7f5af9bd7cc44ff2662825c4f6680537..89d8970fe830b909789f0c32d03c7b32a62032f9 100644 (file)
@@ -5,7 +5,7 @@
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
        yych = *(YYMARKER = YYCURSOR);
        if (yych >= 0x01) {
-               yyt3 = yyt6 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        }
 yy2:
@@ -19,8 +19,8 @@ yy2:
 yy3:
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt4 = yyt5 = NULL;
-               yyt7 = yyt8 = yyt11 = YYCURSOR;
+               yyt2 = yyt3 = NULL;
+               yyt5 = yyt6 = yyt9 = YYCURSOR;
                goto yy5;
        }
 yy4:
@@ -29,78 +29,78 @@ yy4:
 yy5:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy4;
-       yyt2 = yyt9 = yyt10 = NULL;
-       yyt1 = yyt12 = yyt13 = yyt15 = YYCURSOR;
+       yyt7 = yyt8 = yyt15 = NULL;
+       yyt10 = yyt11 = yyt12 = yyt13 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt9 = yyt10 = NULL;
-               yyt12 = yyt13 = yyt15 = YYCURSOR;
+               yyt7 = yyt8 = NULL;
+               yyt10 = yyt11 = yyt14 = YYCURSOR;
                goto yy8;
        }
-       yyt1 = yyt14 = NULL;
-       yyt2 = YYCURSOR;
+       yyt12 = yyt13 = NULL;
+       yyt15 = YYCURSOR;
 yy7:
        {
                const size_t yynmatch = 10;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt5;
-               yypmatch[6] = yyt6;
-               yypmatch[7] = yyt7;
-               yypmatch[8] = yyt8;
-               yypmatch[10] = yyt9;
-               yypmatch[11] = yyt10;
-               yypmatch[12] = yyt11;
-               yypmatch[13] = yyt12;
-               yypmatch[14] = yyt13;
-               yypmatch[16] = yyt14;
-               yypmatch[17] = yyt1;
-               yypmatch[18] = yyt15;
-               yypmatch[19] = yyt2;
-               yypmatch[0] = yyt3;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[5] = yyt3;
+               yypmatch[6] = yyt4;
+               yypmatch[7] = yyt5;
+               yypmatch[8] = yyt6;
+               yypmatch[10] = yyt7;
+               yypmatch[11] = yyt8;
+               yypmatch[12] = yyt9;
+               yypmatch[13] = yyt10;
+               yypmatch[14] = yyt11;
+               yypmatch[16] = yyt12;
+               yypmatch[17] = yyt13;
+               yypmatch[18] = yyt14;
+               yypmatch[19] = yyt15;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt8;
-               yypmatch[9] = yyt13;
+               yypmatch[3] = yyt6;
+               yypmatch[9] = yyt11;
                yypmatch[15] = YYCURSOR;
                {}
        }
 yy8:
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt11 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt9 = yyt12;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
-       yyt11 = yyt12 = NULL;
-       yyt10 = yyt13 = yyt14 = yyt15 = YYCURSOR;
+       yyt9 = yyt10 = NULL;
+       yyt8 = yyt11 = yyt12 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt9 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt7 = yyt13;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
        ++YYCURSOR;
-       yyt4 = yyt3;
-       yyt5 = yyt1;
-       yyt6 = yyt2;
-       yyt7 = yyt2;
-       yyt8 = yyt1;
-       yyt9 = yyt1;
-       yyt2 = yyt15 = NULL;
-       yyt1 = YYCURSOR;
+       yyt2 = yyt1;
+       yyt3 = yyt13;
+       yyt4 = yyt15;
+       yyt5 = yyt15;
+       yyt6 = yyt13;
+       yyt7 = yyt13;
+       yyt14 = yyt15 = NULL;
+       yyt13 = YYCURSOR;
        goto yy7;
 }
 
index d5ac4f1c7f5af9bd7cc44ff2662825c4f6680537..89d8970fe830b909789f0c32d03c7b32a62032f9 100644 (file)
@@ -5,7 +5,7 @@
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
        yych = *(YYMARKER = YYCURSOR);
        if (yych >= 0x01) {
-               yyt3 = yyt6 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        }
 yy2:
@@ -19,8 +19,8 @@ yy2:
 yy3:
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt4 = yyt5 = NULL;
-               yyt7 = yyt8 = yyt11 = YYCURSOR;
+               yyt2 = yyt3 = NULL;
+               yyt5 = yyt6 = yyt9 = YYCURSOR;
                goto yy5;
        }
 yy4:
@@ -29,78 +29,78 @@ yy4:
 yy5:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy4;
-       yyt2 = yyt9 = yyt10 = NULL;
-       yyt1 = yyt12 = yyt13 = yyt15 = YYCURSOR;
+       yyt7 = yyt8 = yyt15 = NULL;
+       yyt10 = yyt11 = yyt12 = yyt13 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt9 = yyt10 = NULL;
-               yyt12 = yyt13 = yyt15 = YYCURSOR;
+               yyt7 = yyt8 = NULL;
+               yyt10 = yyt11 = yyt14 = YYCURSOR;
                goto yy8;
        }
-       yyt1 = yyt14 = NULL;
-       yyt2 = YYCURSOR;
+       yyt12 = yyt13 = NULL;
+       yyt15 = YYCURSOR;
 yy7:
        {
                const size_t yynmatch = 10;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt5;
-               yypmatch[6] = yyt6;
-               yypmatch[7] = yyt7;
-               yypmatch[8] = yyt8;
-               yypmatch[10] = yyt9;
-               yypmatch[11] = yyt10;
-               yypmatch[12] = yyt11;
-               yypmatch[13] = yyt12;
-               yypmatch[14] = yyt13;
-               yypmatch[16] = yyt14;
-               yypmatch[17] = yyt1;
-               yypmatch[18] = yyt15;
-               yypmatch[19] = yyt2;
-               yypmatch[0] = yyt3;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[5] = yyt3;
+               yypmatch[6] = yyt4;
+               yypmatch[7] = yyt5;
+               yypmatch[8] = yyt6;
+               yypmatch[10] = yyt7;
+               yypmatch[11] = yyt8;
+               yypmatch[12] = yyt9;
+               yypmatch[13] = yyt10;
+               yypmatch[14] = yyt11;
+               yypmatch[16] = yyt12;
+               yypmatch[17] = yyt13;
+               yypmatch[18] = yyt14;
+               yypmatch[19] = yyt15;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt8;
-               yypmatch[9] = yyt13;
+               yypmatch[3] = yyt6;
+               yypmatch[9] = yyt11;
                yypmatch[15] = YYCURSOR;
                {}
        }
 yy8:
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt11 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt9 = yyt12;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
-       yyt11 = yyt12 = NULL;
-       yyt10 = yyt13 = yyt14 = yyt15 = YYCURSOR;
+       yyt9 = yyt10 = NULL;
+       yyt8 = yyt11 = yyt12 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt9 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt7 = yyt13;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
        ++YYCURSOR;
-       yyt4 = yyt3;
-       yyt5 = yyt1;
-       yyt6 = yyt2;
-       yyt7 = yyt2;
-       yyt8 = yyt1;
-       yyt9 = yyt1;
-       yyt2 = yyt15 = NULL;
-       yyt1 = YYCURSOR;
+       yyt2 = yyt1;
+       yyt3 = yyt13;
+       yyt4 = yyt15;
+       yyt5 = yyt15;
+       yyt6 = yyt13;
+       yyt7 = yyt13;
+       yyt14 = yyt15 = NULL;
+       yyt13 = YYCURSOR;
        goto yy7;
 }
 
index d5ac4f1c7f5af9bd7cc44ff2662825c4f6680537..89d8970fe830b909789f0c32d03c7b32a62032f9 100644 (file)
@@ -5,7 +5,7 @@
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
        yych = *(YYMARKER = YYCURSOR);
        if (yych >= 0x01) {
-               yyt3 = yyt6 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        }
 yy2:
@@ -19,8 +19,8 @@ yy2:
 yy3:
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt4 = yyt5 = NULL;
-               yyt7 = yyt8 = yyt11 = YYCURSOR;
+               yyt2 = yyt3 = NULL;
+               yyt5 = yyt6 = yyt9 = YYCURSOR;
                goto yy5;
        }
 yy4:
@@ -29,78 +29,78 @@ yy4:
 yy5:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy4;
-       yyt2 = yyt9 = yyt10 = NULL;
-       yyt1 = yyt12 = yyt13 = yyt15 = YYCURSOR;
+       yyt7 = yyt8 = yyt15 = NULL;
+       yyt10 = yyt11 = yyt12 = yyt13 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt9 = yyt10 = NULL;
-               yyt12 = yyt13 = yyt15 = YYCURSOR;
+               yyt7 = yyt8 = NULL;
+               yyt10 = yyt11 = yyt14 = YYCURSOR;
                goto yy8;
        }
-       yyt1 = yyt14 = NULL;
-       yyt2 = YYCURSOR;
+       yyt12 = yyt13 = NULL;
+       yyt15 = YYCURSOR;
 yy7:
        {
                const size_t yynmatch = 10;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt5;
-               yypmatch[6] = yyt6;
-               yypmatch[7] = yyt7;
-               yypmatch[8] = yyt8;
-               yypmatch[10] = yyt9;
-               yypmatch[11] = yyt10;
-               yypmatch[12] = yyt11;
-               yypmatch[13] = yyt12;
-               yypmatch[14] = yyt13;
-               yypmatch[16] = yyt14;
-               yypmatch[17] = yyt1;
-               yypmatch[18] = yyt15;
-               yypmatch[19] = yyt2;
-               yypmatch[0] = yyt3;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[5] = yyt3;
+               yypmatch[6] = yyt4;
+               yypmatch[7] = yyt5;
+               yypmatch[8] = yyt6;
+               yypmatch[10] = yyt7;
+               yypmatch[11] = yyt8;
+               yypmatch[12] = yyt9;
+               yypmatch[13] = yyt10;
+               yypmatch[14] = yyt11;
+               yypmatch[16] = yyt12;
+               yypmatch[17] = yyt13;
+               yypmatch[18] = yyt14;
+               yypmatch[19] = yyt15;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt8;
-               yypmatch[9] = yyt13;
+               yypmatch[3] = yyt6;
+               yypmatch[9] = yyt11;
                yypmatch[15] = YYCURSOR;
                {}
        }
 yy8:
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt11 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt9 = yyt12;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
-       yyt11 = yyt12 = NULL;
-       yyt10 = yyt13 = yyt14 = yyt15 = YYCURSOR;
+       yyt9 = yyt10 = NULL;
+       yyt8 = yyt11 = yyt12 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt9 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt7 = yyt13;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
        ++YYCURSOR;
-       yyt4 = yyt3;
-       yyt5 = yyt1;
-       yyt6 = yyt2;
-       yyt7 = yyt2;
-       yyt8 = yyt1;
-       yyt9 = yyt1;
-       yyt2 = yyt15 = NULL;
-       yyt1 = YYCURSOR;
+       yyt2 = yyt1;
+       yyt3 = yyt13;
+       yyt4 = yyt15;
+       yyt5 = yyt15;
+       yyt6 = yyt13;
+       yyt7 = yyt13;
+       yyt14 = yyt15 = NULL;
+       yyt13 = YYCURSOR;
        goto yy7;
 }
 
index d5ac4f1c7f5af9bd7cc44ff2662825c4f6680537..89d8970fe830b909789f0c32d03c7b32a62032f9 100644 (file)
@@ -5,7 +5,7 @@
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
        yych = *(YYMARKER = YYCURSOR);
        if (yych >= 0x01) {
-               yyt3 = yyt6 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        }
 yy2:
@@ -19,8 +19,8 @@ yy2:
 yy3:
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt4 = yyt5 = NULL;
-               yyt7 = yyt8 = yyt11 = YYCURSOR;
+               yyt2 = yyt3 = NULL;
+               yyt5 = yyt6 = yyt9 = YYCURSOR;
                goto yy5;
        }
 yy4:
@@ -29,78 +29,78 @@ yy4:
 yy5:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy4;
-       yyt2 = yyt9 = yyt10 = NULL;
-       yyt1 = yyt12 = yyt13 = yyt15 = YYCURSOR;
+       yyt7 = yyt8 = yyt15 = NULL;
+       yyt10 = yyt11 = yyt12 = yyt13 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt9 = yyt10 = NULL;
-               yyt12 = yyt13 = yyt15 = YYCURSOR;
+               yyt7 = yyt8 = NULL;
+               yyt10 = yyt11 = yyt14 = YYCURSOR;
                goto yy8;
        }
-       yyt1 = yyt14 = NULL;
-       yyt2 = YYCURSOR;
+       yyt12 = yyt13 = NULL;
+       yyt15 = YYCURSOR;
 yy7:
        {
                const size_t yynmatch = 10;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt5;
-               yypmatch[6] = yyt6;
-               yypmatch[7] = yyt7;
-               yypmatch[8] = yyt8;
-               yypmatch[10] = yyt9;
-               yypmatch[11] = yyt10;
-               yypmatch[12] = yyt11;
-               yypmatch[13] = yyt12;
-               yypmatch[14] = yyt13;
-               yypmatch[16] = yyt14;
-               yypmatch[17] = yyt1;
-               yypmatch[18] = yyt15;
-               yypmatch[19] = yyt2;
-               yypmatch[0] = yyt3;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[5] = yyt3;
+               yypmatch[6] = yyt4;
+               yypmatch[7] = yyt5;
+               yypmatch[8] = yyt6;
+               yypmatch[10] = yyt7;
+               yypmatch[11] = yyt8;
+               yypmatch[12] = yyt9;
+               yypmatch[13] = yyt10;
+               yypmatch[14] = yyt11;
+               yypmatch[16] = yyt12;
+               yypmatch[17] = yyt13;
+               yypmatch[18] = yyt14;
+               yypmatch[19] = yyt15;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt8;
-               yypmatch[9] = yyt13;
+               yypmatch[3] = yyt6;
+               yypmatch[9] = yyt11;
                yypmatch[15] = YYCURSOR;
                {}
        }
 yy8:
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt11 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt9 = yyt12;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
-       yyt11 = yyt12 = NULL;
-       yyt10 = yyt13 = yyt14 = yyt15 = YYCURSOR;
+       yyt9 = yyt10 = NULL;
+       yyt8 = yyt11 = yyt12 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt9 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt7 = yyt13;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
        ++YYCURSOR;
-       yyt4 = yyt3;
-       yyt5 = yyt1;
-       yyt6 = yyt2;
-       yyt7 = yyt2;
-       yyt8 = yyt1;
-       yyt9 = yyt1;
-       yyt2 = yyt15 = NULL;
-       yyt1 = YYCURSOR;
+       yyt2 = yyt1;
+       yyt3 = yyt13;
+       yyt4 = yyt15;
+       yyt5 = yyt15;
+       yyt6 = yyt13;
+       yyt7 = yyt13;
+       yyt14 = yyt15 = NULL;
+       yyt13 = YYCURSOR;
        goto yy7;
 }
 
index d5ac4f1c7f5af9bd7cc44ff2662825c4f6680537..89d8970fe830b909789f0c32d03c7b32a62032f9 100644 (file)
@@ -5,7 +5,7 @@
        if ((YYLIMIT - YYCURSOR) < 6) YYFILL(6);
        yych = *(YYMARKER = YYCURSOR);
        if (yych >= 0x01) {
-               yyt3 = yyt6 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        }
 yy2:
@@ -19,8 +19,8 @@ yy2:
 yy3:
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt4 = yyt5 = NULL;
-               yyt7 = yyt8 = yyt11 = YYCURSOR;
+               yyt2 = yyt3 = NULL;
+               yyt5 = yyt6 = yyt9 = YYCURSOR;
                goto yy5;
        }
 yy4:
@@ -29,78 +29,78 @@ yy4:
 yy5:
        yych = *++YYCURSOR;
        if (yych <= 0x00) goto yy4;
-       yyt2 = yyt9 = yyt10 = NULL;
-       yyt1 = yyt12 = yyt13 = yyt15 = YYCURSOR;
+       yyt7 = yyt8 = yyt15 = NULL;
+       yyt10 = yyt11 = yyt12 = yyt13 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych >= 0x01) {
-               yyt9 = yyt10 = NULL;
-               yyt12 = yyt13 = yyt15 = YYCURSOR;
+               yyt7 = yyt8 = NULL;
+               yyt10 = yyt11 = yyt14 = YYCURSOR;
                goto yy8;
        }
-       yyt1 = yyt14 = NULL;
-       yyt2 = YYCURSOR;
+       yyt12 = yyt13 = NULL;
+       yyt15 = YYCURSOR;
 yy7:
        {
                const size_t yynmatch = 10;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
-               yypmatch[5] = yyt5;
-               yypmatch[6] = yyt6;
-               yypmatch[7] = yyt7;
-               yypmatch[8] = yyt8;
-               yypmatch[10] = yyt9;
-               yypmatch[11] = yyt10;
-               yypmatch[12] = yyt11;
-               yypmatch[13] = yyt12;
-               yypmatch[14] = yyt13;
-               yypmatch[16] = yyt14;
-               yypmatch[17] = yyt1;
-               yypmatch[18] = yyt15;
-               yypmatch[19] = yyt2;
-               yypmatch[0] = yyt3;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
+               yypmatch[5] = yyt3;
+               yypmatch[6] = yyt4;
+               yypmatch[7] = yyt5;
+               yypmatch[8] = yyt6;
+               yypmatch[10] = yyt7;
+               yypmatch[11] = yyt8;
+               yypmatch[12] = yyt9;
+               yypmatch[13] = yyt10;
+               yypmatch[14] = yyt11;
+               yypmatch[16] = yyt12;
+               yypmatch[17] = yyt13;
+               yypmatch[18] = yyt14;
+               yypmatch[19] = yyt15;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt8;
-               yypmatch[9] = yyt13;
+               yypmatch[3] = yyt6;
+               yypmatch[9] = yyt11;
                yypmatch[15] = YYCURSOR;
                {}
        }
 yy8:
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt11 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt9 = yyt12;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
-       yyt11 = yyt12 = NULL;
-       yyt10 = yyt13 = yyt14 = yyt15 = YYCURSOR;
+       yyt9 = yyt10 = NULL;
+       yyt8 = yyt11 = yyt12 = yyt14 = YYCURSOR;
        yych = *++YYCURSOR;
        if (yych <= 0x00) {
-               yyt4 = yyt3;
-               yyt5 = yyt1;
-               yyt6 = yyt2;
-               yyt7 = yyt2;
-               yyt8 = yyt1;
-               yyt9 = yyt1;
-               yyt1 = yyt14 = NULL;
-               yyt2 = YYCURSOR;
+               yyt2 = yyt1;
+               yyt3 = yyt13;
+               yyt4 = yyt15;
+               yyt5 = yyt15;
+               yyt6 = yyt13;
+               yyt7 = yyt13;
+               yyt12 = yyt13 = NULL;
+               yyt15 = YYCURSOR;
                goto yy7;
        }
        ++YYCURSOR;
-       yyt4 = yyt3;
-       yyt5 = yyt1;
-       yyt6 = yyt2;
-       yyt7 = yyt2;
-       yyt8 = yyt1;
-       yyt9 = yyt1;
-       yyt2 = yyt15 = NULL;
-       yyt1 = YYCURSOR;
+       yyt2 = yyt1;
+       yyt3 = yyt13;
+       yyt4 = yyt15;
+       yyt5 = yyt15;
+       yyt6 = yyt13;
+       yyt7 = yyt13;
+       yyt14 = yyt15 = NULL;
+       yyt13 = YYCURSOR;
        goto yy7;
 }
 
index 97f145adc8bf956e99f6fccfb544ca69d79009f7..59a5a5f8695af4d48b64f5fe54b03e89c7eaad98 100644 (file)
@@ -7,7 +7,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'X':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'Y':
-               yyt1 = yyt4 = YYCURSOR;
+               yyt3 = yyt4 = YYCURSOR;
                goto yy7;
        default:        goto yy6;
        }
@@ -42,10 +42,10 @@ yy6:
        switch (yych) {
        case 0x00:      goto yy4;
        case 'Y':
-               yyt3 = yyt4 = YYCURSOR;
+               yyt2 = yyt3 = YYCURSOR;
                goto yy9;
        default:
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy5;
        }
 yy7:
@@ -53,7 +53,7 @@ yy7:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'Y':
-               yyt3 = yyt4 = YYCURSOR;
+               yyt2 = yyt3 = YYCURSOR;
                goto yy9;
        default:        goto yy10;
        }
@@ -61,9 +61,9 @@ yy8:
        {
                const size_t yynmatch = 2;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt3;
-               yypmatch[3] = yyt4;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
+               yypmatch[3] = yyt3;
                yypmatch[1] = YYCURSOR;
                {}
        }
@@ -75,15 +75,15 @@ yy9:
 yy10:
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt4;
                goto yy8;
        case 'Y':
-               yyt1 = yyt3;
-               yyt3 = yyt4 = YYCURSOR;
+               yyt4 = yyt2;
+               yyt2 = yyt3 = YYCURSOR;
                goto yy9;
        default:
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy5;
        }
 }
index c20362be2309390fc90b2a9b5129ce782b0a6544..c31cdfa4dda1c500265d6536d437bf5d15a88fbb 100644 (file)
@@ -7,7 +7,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'X':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'Y':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy7;
        default:        goto yy6;
        }
@@ -42,10 +42,10 @@ yy6:
        switch (yych) {
        case 0x00:      goto yy4;
        case 'Y':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy9;
        default:
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy7:
@@ -53,7 +53,7 @@ yy7:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'Y':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy9;
        default:        goto yy10;
        }
@@ -61,8 +61,8 @@ yy8:
        {
                const size_t yynmatch = 2;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
                yypmatch[1] = YYCURSOR;
                yypmatch[3] = YYCURSOR - 1;
                {}
@@ -75,15 +75,15 @@ yy9:
 yy10:
        switch (yych) {
        case 0x00:
-               yyt3 = yyt1;
+               yyt2 = yyt3;
                goto yy8;
        case 'Y':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy9;
        default:
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt3;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 }
index 95010548afbea7bbbeaeda475a47e23006b28048..b84a7db05488c4ee1a5493dde580f48ac2a30039 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy8;
        default:        goto yy2;
        }
@@ -31,31 +31,31 @@ yy3:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy10;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy5:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
+               yypmatch[4] = yyt3;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt4;
+               yypmatch[3] = yyt3;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -72,7 +72,7 @@ yy7:
        if (yyaccept == 0) {
                goto yy2;
        } else {
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy8:
@@ -82,21 +82,21 @@ yy8:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy10:
@@ -106,21 +106,21 @@ yy10:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy14;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy11:
@@ -130,7 +130,7 @@ yy11:
        switch (yych) {
        case 'd':       goto yy11;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt4;
                goto yy5;
        }
 yy13:
@@ -148,19 +148,19 @@ yy14:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt1 = yyt4;
+               yyt4 = yyt3;
                goto yy8;
        default:
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 }
index 25e00387093e7dbe50d7b9e8d48c3f610894de52..9bfeb189ac7f83348e6dbfd6e9d638886d2f6316 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy5;
        case 'c':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy7;
        default:        goto yy2;
        }
@@ -27,7 +27,7 @@ yy2:
        }
 yy3:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy8;
        case 'b':       goto yy9;
@@ -38,11 +38,11 @@ yy4:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[4] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[4] = yyt2;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -57,21 +57,21 @@ yy6:
        switch (yyaccept) {
        case 0:         goto yy2;
        case 1: 
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        case 2: 
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy7:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy8;
        case 'b':       goto yy14;
@@ -82,21 +82,21 @@ yy8:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy16;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy9:
@@ -104,19 +104,19 @@ yy9:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy14;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy18;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy10:
@@ -124,21 +124,21 @@ yy10:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy19;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy11:
@@ -164,7 +164,7 @@ yy14:
        }
 yy15:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy21;
        case 'b':       goto yy22;
@@ -176,27 +176,27 @@ yy16:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy19;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy24;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy17:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy21;
        case 'b':       goto yy25;
@@ -208,18 +208,18 @@ yy18:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy19;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'd':       goto yy10;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy19:
@@ -238,21 +238,21 @@ yy21:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy28;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy22:
@@ -260,19 +260,19 @@ yy22:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy30;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy23:
@@ -280,21 +280,21 @@ yy23:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy24:
@@ -302,18 +302,18 @@ yy24:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy23;
        case 'd':       goto yy17;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy25:
@@ -330,7 +330,7 @@ yy26:
        }
 yy27:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy33;
        case 'b':       goto yy34;
@@ -342,27 +342,27 @@ yy28:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy36;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy29:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy33;
        case 'b':       goto yy37;
@@ -374,18 +374,18 @@ yy30:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':       goto yy23;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy31:
@@ -404,21 +404,21 @@ yy33:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy40;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy34:
@@ -426,19 +426,19 @@ yy34:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy37;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy42;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy35:
@@ -446,21 +446,21 @@ yy35:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy36:
@@ -468,18 +468,18 @@ yy36:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy35;
        case 'd':       goto yy29;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy37:
@@ -496,7 +496,7 @@ yy38:
        }
 yy39:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy45;
        case 'b':       goto yy46;
@@ -508,27 +508,27 @@ yy40:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy48;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy41:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy45;
        case 'b':       goto yy49;
@@ -540,18 +540,18 @@ yy42:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':       goto yy35;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy43:
@@ -570,21 +570,21 @@ yy45:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy52;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy46:
@@ -592,19 +592,19 @@ yy46:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy49;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy54;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy47:
@@ -612,21 +612,21 @@ yy47:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy48:
@@ -634,18 +634,18 @@ yy48:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy47;
        case 'd':       goto yy41;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy49:
@@ -662,7 +662,7 @@ yy50:
        }
 yy51:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy57;
        case 'b':       goto yy58;
@@ -674,27 +674,27 @@ yy52:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy60;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy53:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy57;
        case 'b':       goto yy61;
@@ -706,18 +706,18 @@ yy54:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':       goto yy47;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy55:
@@ -737,12 +737,12 @@ yy57:
        switch (yych) {
        case 'b':       goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy58:
@@ -750,43 +750,43 @@ yy58:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy63;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy59:
        yych = *++YYCURSOR;
-       yyt1 = yyt3;
-       yyt3 = YYCURSOR;
+       yyt3 = yyt2;
+       yyt2 = YYCURSOR;
        goto yy12;
 yy60:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy59;
        case 'd':       goto yy53;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy61:
@@ -806,7 +806,7 @@ yy63:
        switch (yych) {
        case 'd':       goto yy59;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy64:
index e045dfa958a5b64a996b2dfa514365e415ef7011..6277626aae476ec2cd9d6a13300456d2f7ce117c 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        case 'c':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -29,13 +29,13 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy7;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy9;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
@@ -44,15 +44,15 @@ yy4:
        switch (yyaccept) {
        case 0:         goto yy2;
        case 1: 
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 2: 
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy5:
@@ -65,19 +65,19 @@ yy6:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy7;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
 yy7:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy13;
        case 'b':       goto yy14;
@@ -88,11 +88,11 @@ yy8:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[4] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[4] = yyt2;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -100,10 +100,10 @@ yy9:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy7;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'c':
                yyt4 = YYCURSOR;
@@ -113,7 +113,7 @@ yy9:
 yy10:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy13;
        case 'b':       goto yy19;
@@ -136,21 +136,21 @@ yy13:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy22;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy14:
@@ -158,19 +158,19 @@ yy14:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy24;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy15:
@@ -178,21 +178,21 @@ yy15:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy25;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy16:
@@ -209,18 +209,18 @@ yy18:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy15;
        case 'd':       goto yy10;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy19:
@@ -237,7 +237,7 @@ yy20:
        }
 yy21:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy27;
        case 'b':       goto yy28;
@@ -249,27 +249,27 @@ yy22:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy25;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy30;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy23:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy27;
        case 'b':       goto yy31;
@@ -281,18 +281,18 @@ yy24:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy25;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'd':       goto yy15;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy25:
@@ -311,21 +311,21 @@ yy27:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy34;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy28:
@@ -333,19 +333,19 @@ yy28:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy31;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy36;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy29:
@@ -353,21 +353,21 @@ yy29:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy30:
@@ -375,18 +375,18 @@ yy30:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy29;
        case 'd':       goto yy23;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy31:
@@ -403,7 +403,7 @@ yy32:
        }
 yy33:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy39;
        case 'b':       goto yy40;
@@ -415,27 +415,27 @@ yy34:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy42;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy35:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy39;
        case 'b':       goto yy43;
@@ -447,18 +447,18 @@ yy36:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':       goto yy29;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy37:
@@ -477,21 +477,21 @@ yy39:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy46;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy40:
@@ -499,19 +499,19 @@ yy40:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy43;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy48;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy41:
@@ -519,21 +519,21 @@ yy41:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy42:
@@ -541,18 +541,18 @@ yy42:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy41;
        case 'd':       goto yy35;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy43:
@@ -569,7 +569,7 @@ yy44:
        }
 yy45:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy51;
        case 'b':       goto yy52;
@@ -581,27 +581,27 @@ yy46:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy54;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy47:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy51;
        case 'b':       goto yy55;
@@ -613,18 +613,18 @@ yy48:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':       goto yy41;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy49:
@@ -643,21 +643,21 @@ yy51:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy58;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy52:
@@ -665,19 +665,19 @@ yy52:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy55;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy60;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy53:
@@ -685,21 +685,21 @@ yy53:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy54:
@@ -707,18 +707,18 @@ yy54:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy53;
        case 'd':       goto yy47;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy55:
@@ -738,10 +738,10 @@ yy57:
        switch (yych) {
        case 'b':       goto yy59;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy58:
@@ -749,44 +749,44 @@ yy58:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy63;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy59:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy17;
 yy60:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':       goto yy53;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy61:
@@ -806,8 +806,8 @@ yy63:
        switch (yych) {
        case 'd':       goto yy59;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy64:
index 9f984a37973a8ca60ece236b7d6880a9144b52f9..90d17b438c699d98fa341a072120e4dd05b0f6b0 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        case 'c':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -38,15 +38,15 @@ yy4:
        switch (yyaccept) {
        case 0:         goto yy2;
        case 1: 
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        case 2: 
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy5:
@@ -67,13 +67,13 @@ yy7:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy14;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        default:        goto yy4;
        }
@@ -89,13 +89,13 @@ yy9:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        default:        goto yy4;
        }
@@ -113,7 +113,7 @@ yy11:
        }
 yy12:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy19;
        case 'b':       goto yy20;
@@ -124,11 +124,11 @@ yy13:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[4] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[4] = yyt2;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -136,10 +136,10 @@ yy14:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'c':
                yyt4 = YYCURSOR;
@@ -149,7 +149,7 @@ yy14:
 yy15:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy19;
        case 'b':       goto yy25;
@@ -160,13 +160,13 @@ yy16:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'd':       goto yy9;
        default:        goto yy4;
@@ -187,21 +187,21 @@ yy19:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy28;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy20:
@@ -209,19 +209,19 @@ yy20:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy30;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy21:
@@ -229,21 +229,21 @@ yy21:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy22:
@@ -260,18 +260,18 @@ yy24:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy21;
        case 'd':       goto yy15;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy25:
@@ -288,7 +288,7 @@ yy26:
        }
 yy27:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy33;
        case 'b':       goto yy34;
@@ -300,27 +300,27 @@ yy28:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy36;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy29:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy33;
        case 'b':       goto yy37;
@@ -332,18 +332,18 @@ yy30:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':       goto yy21;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy31:
@@ -362,21 +362,21 @@ yy33:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy40;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy34:
@@ -384,19 +384,19 @@ yy34:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy37;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy42;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy35:
@@ -404,21 +404,21 @@ yy35:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy36:
@@ -426,18 +426,18 @@ yy36:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy35;
        case 'd':       goto yy29;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy37:
@@ -454,7 +454,7 @@ yy38:
        }
 yy39:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy45;
        case 'b':       goto yy46;
@@ -466,27 +466,27 @@ yy40:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy48;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy41:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy45;
        case 'b':       goto yy49;
@@ -498,18 +498,18 @@ yy42:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':       goto yy35;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy43:
@@ -528,21 +528,21 @@ yy45:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy52;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy46:
@@ -550,19 +550,19 @@ yy46:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy49;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy54;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy47:
@@ -570,21 +570,21 @@ yy47:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy48:
@@ -592,18 +592,18 @@ yy48:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy47;
        case 'd':       goto yy41;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy49:
@@ -620,7 +620,7 @@ yy50:
        }
 yy51:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy57;
        case 'b':       goto yy58;
@@ -632,27 +632,27 @@ yy52:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy60;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy53:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy57;
        case 'b':       goto yy61;
@@ -664,18 +664,18 @@ yy54:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':       goto yy47;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy55:
@@ -695,12 +695,12 @@ yy57:
        switch (yych) {
        case 'b':       goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy58:
@@ -708,43 +708,43 @@ yy58:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy63;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy59:
        yych = *++YYCURSOR;
-       yyt1 = yyt3;
-       yyt3 = YYCURSOR;
+       yyt3 = yyt2;
+       yyt2 = YYCURSOR;
        goto yy23;
 yy60:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy59;
        case 'd':       goto yy53;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy61:
@@ -764,7 +764,7 @@ yy63:
        switch (yych) {
        case 'd':       goto yy59;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy64:
index 367f78e05f0da7f9b3f1584069353b74bd5e9192..12b79a1e0c026f82fb8c2558bf2c67719904b967 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        case 'c':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -38,15 +38,15 @@ yy4:
        switch (yyaccept) {
        case 0:         goto yy2;
        case 1: 
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 2: 
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy5:
@@ -103,13 +103,13 @@ yy12:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy20;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        default:        goto yy4;
        }
@@ -125,13 +125,13 @@ yy14:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        default:        goto yy4;
        }
@@ -158,7 +158,7 @@ yy17:
        }
 yy18:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy25;
        case 'b':       goto yy26;
@@ -169,11 +169,11 @@ yy19:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[4] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[4] = yyt2;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -181,10 +181,10 @@ yy20:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'c':
                yyt4 = YYCURSOR;
@@ -194,7 +194,7 @@ yy20:
 yy21:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy25;
        case 'b':       goto yy31;
@@ -205,13 +205,13 @@ yy22:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'd':       goto yy14;
        default:        goto yy4;
@@ -232,21 +232,21 @@ yy25:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy34;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy26:
@@ -254,19 +254,19 @@ yy26:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy31;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy36;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy27:
@@ -274,21 +274,21 @@ yy27:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy28:
@@ -305,18 +305,18 @@ yy30:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy27;
        case 'd':       goto yy21;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy31:
@@ -333,7 +333,7 @@ yy32:
        }
 yy33:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy39;
        case 'b':       goto yy40;
@@ -345,27 +345,27 @@ yy34:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy42;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy35:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy39;
        case 'b':       goto yy43;
@@ -377,18 +377,18 @@ yy36:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':       goto yy27;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy37:
@@ -407,21 +407,21 @@ yy39:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy46;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy40:
@@ -429,19 +429,19 @@ yy40:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy43;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy48;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy41:
@@ -449,21 +449,21 @@ yy41:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy42:
@@ -471,18 +471,18 @@ yy42:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy41;
        case 'd':       goto yy35;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy43:
@@ -499,7 +499,7 @@ yy44:
        }
 yy45:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy51;
        case 'b':       goto yy52;
@@ -511,27 +511,27 @@ yy46:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy54;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy47:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy51;
        case 'b':       goto yy55;
@@ -543,18 +543,18 @@ yy48:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':       goto yy41;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy49:
@@ -573,21 +573,21 @@ yy51:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy58;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy52:
@@ -595,19 +595,19 @@ yy52:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy55;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy60;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy53:
@@ -615,21 +615,21 @@ yy53:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy54:
@@ -637,18 +637,18 @@ yy54:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy53;
        case 'd':       goto yy47;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy55:
@@ -668,10 +668,10 @@ yy57:
        switch (yych) {
        case 'b':       goto yy59;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy58:
@@ -679,44 +679,44 @@ yy58:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy63;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy59:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy29;
 yy60:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':       goto yy53;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy61:
@@ -736,8 +736,8 @@ yy63:
        switch (yych) {
        case 'd':       goto yy59;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy64:
index 95010548afbea7bbbeaeda475a47e23006b28048..b84a7db05488c4ee1a5493dde580f48ac2a30039 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy8;
        default:        goto yy2;
        }
@@ -31,31 +31,31 @@ yy3:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy10;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy5:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
+               yypmatch[4] = yyt3;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt4;
+               yypmatch[3] = yyt3;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -72,7 +72,7 @@ yy7:
        if (yyaccept == 0) {
                goto yy2;
        } else {
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy8:
@@ -82,21 +82,21 @@ yy8:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy10:
@@ -106,21 +106,21 @@ yy10:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy14;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy11:
@@ -130,7 +130,7 @@ yy11:
        switch (yych) {
        case 'd':       goto yy11;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt4;
                goto yy5;
        }
 yy13:
@@ -148,19 +148,19 @@ yy14:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt1 = yyt4;
+               yyt4 = yyt3;
                goto yy8;
        default:
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 }
index 95010548afbea7bbbeaeda475a47e23006b28048..b84a7db05488c4ee1a5493dde580f48ac2a30039 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy8;
        default:        goto yy2;
        }
@@ -31,31 +31,31 @@ yy3:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy10;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy5:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
+               yypmatch[4] = yyt3;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt4;
+               yypmatch[3] = yyt3;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -72,7 +72,7 @@ yy7:
        if (yyaccept == 0) {
                goto yy2;
        } else {
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy8:
@@ -82,21 +82,21 @@ yy8:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy10:
@@ -106,21 +106,21 @@ yy10:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy14;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy11:
@@ -130,7 +130,7 @@ yy11:
        switch (yych) {
        case 'd':       goto yy11;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt4;
                goto yy5;
        }
 yy13:
@@ -148,19 +148,19 @@ yy14:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt1 = yyt4;
+               yyt4 = yyt3;
                goto yy8;
        default:
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 }
index 25e00387093e7dbe50d7b9e8d48c3f610894de52..9bfeb189ac7f83348e6dbfd6e9d638886d2f6316 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy5;
        case 'c':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy7;
        default:        goto yy2;
        }
@@ -27,7 +27,7 @@ yy2:
        }
 yy3:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy8;
        case 'b':       goto yy9;
@@ -38,11 +38,11 @@ yy4:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[4] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[4] = yyt2;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -57,21 +57,21 @@ yy6:
        switch (yyaccept) {
        case 0:         goto yy2;
        case 1: 
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        case 2: 
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy7:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy8;
        case 'b':       goto yy14;
@@ -82,21 +82,21 @@ yy8:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy16;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy9:
@@ -104,19 +104,19 @@ yy9:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy14;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy18;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy10:
@@ -124,21 +124,21 @@ yy10:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy19;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy11:
@@ -164,7 +164,7 @@ yy14:
        }
 yy15:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy21;
        case 'b':       goto yy22;
@@ -176,27 +176,27 @@ yy16:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy19;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy24;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy17:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy21;
        case 'b':       goto yy25;
@@ -208,18 +208,18 @@ yy18:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy19;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'd':       goto yy10;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy19:
@@ -238,21 +238,21 @@ yy21:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy28;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy22:
@@ -260,19 +260,19 @@ yy22:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy30;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy23:
@@ -280,21 +280,21 @@ yy23:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy24:
@@ -302,18 +302,18 @@ yy24:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy23;
        case 'd':       goto yy17;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy25:
@@ -330,7 +330,7 @@ yy26:
        }
 yy27:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy33;
        case 'b':       goto yy34;
@@ -342,27 +342,27 @@ yy28:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy36;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy29:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy33;
        case 'b':       goto yy37;
@@ -374,18 +374,18 @@ yy30:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':       goto yy23;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy31:
@@ -404,21 +404,21 @@ yy33:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy40;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy34:
@@ -426,19 +426,19 @@ yy34:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy37;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy42;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy35:
@@ -446,21 +446,21 @@ yy35:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy36:
@@ -468,18 +468,18 @@ yy36:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy35;
        case 'd':       goto yy29;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy37:
@@ -496,7 +496,7 @@ yy38:
        }
 yy39:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy45;
        case 'b':       goto yy46;
@@ -508,27 +508,27 @@ yy40:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy48;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy41:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy45;
        case 'b':       goto yy49;
@@ -540,18 +540,18 @@ yy42:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':       goto yy35;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy43:
@@ -570,21 +570,21 @@ yy45:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy52;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy46:
@@ -592,19 +592,19 @@ yy46:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy49;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy54;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy47:
@@ -612,21 +612,21 @@ yy47:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy48:
@@ -634,18 +634,18 @@ yy48:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy47;
        case 'd':       goto yy41;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy49:
@@ -662,7 +662,7 @@ yy50:
        }
 yy51:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy57;
        case 'b':       goto yy58;
@@ -674,27 +674,27 @@ yy52:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy60;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy53:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy57;
        case 'b':       goto yy61;
@@ -706,18 +706,18 @@ yy54:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':       goto yy47;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy55:
@@ -737,12 +737,12 @@ yy57:
        switch (yych) {
        case 'b':       goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy58:
@@ -750,43 +750,43 @@ yy58:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy63;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy59:
        yych = *++YYCURSOR;
-       yyt1 = yyt3;
-       yyt3 = YYCURSOR;
+       yyt3 = yyt2;
+       yyt2 = YYCURSOR;
        goto yy12;
 yy60:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy59;
        case 'd':       goto yy53;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy61:
@@ -806,7 +806,7 @@ yy63:
        switch (yych) {
        case 'd':       goto yy59;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        }
 yy64:
index e045dfa958a5b64a996b2dfa514365e415ef7011..6277626aae476ec2cd9d6a13300456d2f7ce117c 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        case 'c':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -29,13 +29,13 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy7;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy9;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
@@ -44,15 +44,15 @@ yy4:
        switch (yyaccept) {
        case 0:         goto yy2;
        case 1: 
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 2: 
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy5:
@@ -65,19 +65,19 @@ yy6:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy7;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy10;
        default:        goto yy4;
        }
 yy7:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy13;
        case 'b':       goto yy14;
@@ -88,11 +88,11 @@ yy8:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[4] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[4] = yyt2;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -100,10 +100,10 @@ yy9:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy7;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'c':
                yyt4 = YYCURSOR;
@@ -113,7 +113,7 @@ yy9:
 yy10:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy13;
        case 'b':       goto yy19;
@@ -136,21 +136,21 @@ yy13:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy22;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy14:
@@ -158,19 +158,19 @@ yy14:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy24;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy15:
@@ -178,21 +178,21 @@ yy15:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy25;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy16:
@@ -209,18 +209,18 @@ yy18:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy15;
        case 'd':       goto yy10;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy19:
@@ -237,7 +237,7 @@ yy20:
        }
 yy21:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy27;
        case 'b':       goto yy28;
@@ -249,27 +249,27 @@ yy22:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy25;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy30;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy23:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy27;
        case 'b':       goto yy31;
@@ -281,18 +281,18 @@ yy24:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy25;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'd':       goto yy15;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy25:
@@ -311,21 +311,21 @@ yy27:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy34;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy28:
@@ -333,19 +333,19 @@ yy28:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy31;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy36;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy29:
@@ -353,21 +353,21 @@ yy29:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy30:
@@ -375,18 +375,18 @@ yy30:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy29;
        case 'd':       goto yy23;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy31:
@@ -403,7 +403,7 @@ yy32:
        }
 yy33:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy39;
        case 'b':       goto yy40;
@@ -415,27 +415,27 @@ yy34:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy42;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy35:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy39;
        case 'b':       goto yy43;
@@ -447,18 +447,18 @@ yy36:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':       goto yy29;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy37:
@@ -477,21 +477,21 @@ yy39:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy46;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy40:
@@ -499,19 +499,19 @@ yy40:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy43;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy48;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy41:
@@ -519,21 +519,21 @@ yy41:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy42:
@@ -541,18 +541,18 @@ yy42:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy41;
        case 'd':       goto yy35;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy43:
@@ -569,7 +569,7 @@ yy44:
        }
 yy45:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy51;
        case 'b':       goto yy52;
@@ -581,27 +581,27 @@ yy46:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy54;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy47:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy51;
        case 'b':       goto yy55;
@@ -613,18 +613,18 @@ yy48:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':       goto yy41;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy49:
@@ -643,21 +643,21 @@ yy51:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy58;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy52:
@@ -665,19 +665,19 @@ yy52:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy55;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy60;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy53:
@@ -685,21 +685,21 @@ yy53:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy54:
@@ -707,18 +707,18 @@ yy54:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy53;
        case 'd':       goto yy47;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy55:
@@ -738,10 +738,10 @@ yy57:
        switch (yych) {
        case 'b':       goto yy59;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy58:
@@ -749,44 +749,44 @@ yy58:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy63;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy16;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy59:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy17;
 yy60:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':       goto yy53;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy61:
@@ -806,8 +806,8 @@ yy63:
        switch (yych) {
        case 'd':       goto yy59;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy8;
        }
 yy64:
index 9f984a37973a8ca60ece236b7d6880a9144b52f9..90d17b438c699d98fa341a072120e4dd05b0f6b0 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        case 'c':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -38,15 +38,15 @@ yy4:
        switch (yyaccept) {
        case 0:         goto yy2;
        case 1: 
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        case 2: 
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy5:
@@ -67,13 +67,13 @@ yy7:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy14;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        default:        goto yy4;
        }
@@ -89,13 +89,13 @@ yy9:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        default:        goto yy4;
        }
@@ -113,7 +113,7 @@ yy11:
        }
 yy12:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy19;
        case 'b':       goto yy20;
@@ -124,11 +124,11 @@ yy13:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[4] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[4] = yyt2;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -136,10 +136,10 @@ yy14:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'c':
                yyt4 = YYCURSOR;
@@ -149,7 +149,7 @@ yy14:
 yy15:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy19;
        case 'b':       goto yy25;
@@ -160,13 +160,13 @@ yy16:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy12;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy17;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy15;
        case 'd':       goto yy9;
        default:        goto yy4;
@@ -187,21 +187,21 @@ yy19:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy28;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy20:
@@ -209,19 +209,19 @@ yy20:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy30;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy21:
@@ -229,21 +229,21 @@ yy21:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy22:
@@ -260,18 +260,18 @@ yy24:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy21;
        case 'd':       goto yy15;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy25:
@@ -288,7 +288,7 @@ yy26:
        }
 yy27:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy33;
        case 'b':       goto yy34;
@@ -300,27 +300,27 @@ yy28:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy36;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy29:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy33;
        case 'b':       goto yy37;
@@ -332,18 +332,18 @@ yy30:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy27;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy29;
        case 'd':       goto yy21;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy31:
@@ -362,21 +362,21 @@ yy33:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy40;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy34:
@@ -384,19 +384,19 @@ yy34:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy37;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy42;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy35:
@@ -404,21 +404,21 @@ yy35:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy36:
@@ -426,18 +426,18 @@ yy36:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy35;
        case 'd':       goto yy29;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy37:
@@ -454,7 +454,7 @@ yy38:
        }
 yy39:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy45;
        case 'b':       goto yy46;
@@ -466,27 +466,27 @@ yy40:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy48;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy41:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy45;
        case 'b':       goto yy49;
@@ -498,18 +498,18 @@ yy42:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy41;
        case 'd':       goto yy35;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy43:
@@ -528,21 +528,21 @@ yy45:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy52;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy46:
@@ -550,19 +550,19 @@ yy46:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy49;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy54;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy47:
@@ -570,21 +570,21 @@ yy47:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy48:
@@ -592,18 +592,18 @@ yy48:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy47;
        case 'd':       goto yy41;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy49:
@@ -620,7 +620,7 @@ yy50:
        }
 yy51:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy57;
        case 'b':       goto yy58;
@@ -632,27 +632,27 @@ yy52:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy60;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy53:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy57;
        case 'b':       goto yy61;
@@ -664,18 +664,18 @@ yy54:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy53;
        case 'd':       goto yy47;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy55:
@@ -695,12 +695,12 @@ yy57:
        switch (yych) {
        case 'b':       goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy58:
@@ -708,43 +708,43 @@ yy58:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy63;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy22;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy59:
        yych = *++YYCURSOR;
-       yyt1 = yyt3;
-       yyt3 = YYCURSOR;
+       yyt3 = yyt2;
+       yyt2 = YYCURSOR;
        goto yy23;
 yy60:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy59;
        case 'd':       goto yy53;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy61:
@@ -764,7 +764,7 @@ yy63:
        switch (yych) {
        case 'd':       goto yy59;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy13;
        }
 yy64:
index 367f78e05f0da7f9b3f1584069353b74bd5e9192..12b79a1e0c026f82fb8c2558bf2c67719904b967 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        case 'c':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -38,15 +38,15 @@ yy4:
        switch (yyaccept) {
        case 0:         goto yy2;
        case 1: 
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        case 2: 
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy5:
@@ -103,13 +103,13 @@ yy12:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy20;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        default:        goto yy4;
        }
@@ -125,13 +125,13 @@ yy14:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        default:        goto yy4;
        }
@@ -158,7 +158,7 @@ yy17:
        }
 yy18:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy25;
        case 'b':       goto yy26;
@@ -169,11 +169,11 @@ yy19:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt1;
-               yypmatch[4] = yyt3;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt3;
+               yypmatch[4] = yyt2;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt3;
+               yypmatch[3] = yyt2;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -181,10 +181,10 @@ yy20:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'c':
                yyt4 = YYCURSOR;
@@ -194,7 +194,7 @@ yy20:
 yy21:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy25;
        case 'b':       goto yy31;
@@ -205,13 +205,13 @@ yy22:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy18;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy23;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy21;
        case 'd':       goto yy14;
        default:        goto yy4;
@@ -232,21 +232,21 @@ yy25:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy34;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy26:
@@ -254,19 +254,19 @@ yy26:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy31;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy36;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy27:
@@ -274,21 +274,21 @@ yy27:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy28:
@@ -305,18 +305,18 @@ yy30:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy25;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy31;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy27;
        case 'd':       goto yy21;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy31:
@@ -333,7 +333,7 @@ yy32:
        }
 yy33:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy39;
        case 'b':       goto yy40;
@@ -345,27 +345,27 @@ yy34:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy42;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy35:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy39;
        case 'b':       goto yy43;
@@ -377,18 +377,18 @@ yy36:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy33;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy37;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy35;
        case 'd':       goto yy27;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy37:
@@ -407,21 +407,21 @@ yy39:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy46;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy40:
@@ -429,19 +429,19 @@ yy40:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy43;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy48;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy41:
@@ -449,21 +449,21 @@ yy41:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy42:
@@ -471,18 +471,18 @@ yy42:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy39;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy43;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy41;
        case 'd':       goto yy35;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy43:
@@ -499,7 +499,7 @@ yy44:
        }
 yy45:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy51;
        case 'b':       goto yy52;
@@ -511,27 +511,27 @@ yy46:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy54;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy47:
        yyaccept = 1;
        yych = *(YYMARKER = ++YYCURSOR);
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'a':       goto yy51;
        case 'b':       goto yy55;
@@ -543,18 +543,18 @@ yy48:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy45;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy49;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy47;
        case 'd':       goto yy41;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy49:
@@ -573,21 +573,21 @@ yy51:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy58;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy52:
@@ -595,19 +595,19 @@ yy52:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy55;
        case 'c':
                yyt4 = YYCURSOR;
                goto yy60;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy53:
@@ -615,21 +615,21 @@ yy53:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy54:
@@ -637,18 +637,18 @@ yy54:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy51;
        case 'b':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy55;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy53;
        case 'd':       goto yy47;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy55:
@@ -668,10 +668,10 @@ yy57:
        switch (yych) {
        case 'b':       goto yy59;
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy58:
@@ -679,44 +679,44 @@ yy58:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy63;
        case 'd':
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy28;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy59:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy29;
 yy60:
        yyaccept = 3;
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy57;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy61;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy59;
        case 'd':       goto yy53;
        default:
-               yyt1 = yyt4;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt4;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy61:
@@ -736,8 +736,8 @@ yy63:
        switch (yych) {
        case 'd':       goto yy59;
        default:
-               yyt1 = yyt3;
-               yyt3 = YYCURSOR;
+               yyt3 = yyt2;
+               yyt2 = YYCURSOR;
                goto yy19;
        }
 yy64:
index 95010548afbea7bbbeaeda475a47e23006b28048..b84a7db05488c4ee1a5493dde580f48ac2a30039 100644 (file)
@@ -7,13 +7,13 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt4 = YYCURSOR;
                goto yy8;
        default:        goto yy2;
        }
@@ -31,31 +31,31 @@ yy3:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy10;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy5:
        {
                const size_t yynmatch = 3;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[0] = yyt2;
-               yypmatch[2] = yyt3;
-               yypmatch[4] = yyt4;
+               yypmatch[0] = yyt1;
+               yypmatch[2] = yyt2;
+               yypmatch[4] = yyt3;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt4;
+               yypmatch[3] = yyt3;
                yypmatch[5] = YYCURSOR;
                {}
        }
@@ -72,7 +72,7 @@ yy7:
        if (yyaccept == 0) {
                goto yy2;
        } else {
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy8:
@@ -82,21 +82,21 @@ yy8:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy10:
@@ -106,21 +106,21 @@ yy10:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt3 = yyt1;
-               yyt1 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt3 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy14;
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy11;
        default:
-               yyt3 = yyt1;
-               yyt4 = YYCURSOR;
+               yyt2 = yyt4;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 yy11:
@@ -130,7 +130,7 @@ yy11:
        switch (yych) {
        case 'd':       goto yy11;
        default:
-               yyt3 = yyt1;
+               yyt2 = yyt4;
                goto yy5;
        }
 yy13:
@@ -148,19 +148,19 @@ yy14:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy6;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy8;
        case 'd':
-               yyt1 = yyt4;
+               yyt4 = yyt3;
                goto yy8;
        default:
-               yyt4 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        }
 }
index ffa29a15e61832e043355aa4935a3bba6936b074..f744b4bca38cf16f56903516decf454cada50603 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,28 +34,28 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy10;
 yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt3;
+               yypmatch[6] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt3;
+               yypmatch[3] = yyt3;
+               yypmatch[5] = yyt2;
                yypmatch[7] = YYCURSOR;
                {}
        }
index ffa29a15e61832e043355aa4935a3bba6936b074..f744b4bca38cf16f56903516decf454cada50603 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,28 +34,28 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy10;
 yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt3;
+               yypmatch[6] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt3;
+               yypmatch[3] = yyt3;
+               yypmatch[5] = yyt2;
                yypmatch[7] = YYCURSOR;
                {}
        }
index ffa29a15e61832e043355aa4935a3bba6936b074..f744b4bca38cf16f56903516decf454cada50603 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,28 +34,28 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy10;
 yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt3;
+               yypmatch[6] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt3;
+               yypmatch[3] = yyt3;
+               yypmatch[5] = yyt2;
                yypmatch[7] = YYCURSOR;
                {}
        }
index ffa29a15e61832e043355aa4935a3bba6936b074..f744b4bca38cf16f56903516decf454cada50603 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,28 +34,28 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy10;
 yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt3;
+               yypmatch[6] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt3;
+               yypmatch[3] = yyt3;
+               yypmatch[5] = yyt2;
                yypmatch[7] = YYCURSOR;
                {}
        }
index 0feb197a27dc9767ef2d78f08b2d0796c79001e6..ab5ef89690f6dd20e78454622a4f84cbe4bb44de 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -37,19 +37,19 @@ yy5:
        goto yy2;
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy9;
 yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt3;
+               yypmatch[6] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt3;
+               yypmatch[3] = yyt3;
+               yypmatch[5] = yyt2;
                yypmatch[7] = YYCURSOR;
                {}
        }
index 0feb197a27dc9767ef2d78f08b2d0796c79001e6..ab5ef89690f6dd20e78454622a4f84cbe4bb44de 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -37,19 +37,19 @@ yy5:
        goto yy2;
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy9;
 yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt3;
+               yypmatch[6] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt3;
+               yypmatch[3] = yyt3;
+               yypmatch[5] = yyt2;
                yypmatch[7] = YYCURSOR;
                {}
        }
index 0feb197a27dc9767ef2d78f08b2d0796c79001e6..ab5ef89690f6dd20e78454622a4f84cbe4bb44de 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -37,19 +37,19 @@ yy5:
        goto yy2;
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy9;
 yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt3;
+               yypmatch[6] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt3;
+               yypmatch[3] = yyt3;
+               yypmatch[5] = yyt2;
                yypmatch[7] = YYCURSOR;
                {}
        }
index 0feb197a27dc9767ef2d78f08b2d0796c79001e6..ab5ef89690f6dd20e78454622a4f84cbe4bb44de 100644 (file)
@@ -6,10 +6,10 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        case 'b':
-               yyt1 = yyt2 = YYCURSOR;
+               yyt1 = yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy2;
        }
@@ -28,7 +28,7 @@ yy3:
        switch (yych) {
        case 'a':       goto yy3;
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy6;
        default:        goto yy5;
        }
@@ -37,19 +37,19 @@ yy5:
        goto yy2;
 yy6:
        yych = *++YYCURSOR;
-       yyt3 = YYCURSOR;
+       yyt2 = YYCURSOR;
        goto yy9;
 yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
-               yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt3;
+               yypmatch[6] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
-               yypmatch[5] = yyt3;
+               yypmatch[3] = yyt3;
+               yypmatch[5] = yyt2;
                yypmatch[7] = YYCURSOR;
                {}
        }
index 48eb933854e1de662f86a999cb76ab3b3d39a3a9..e1bf7512bfe948d30810368d381b99b564350f9b 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -49,12 +49,12 @@ yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
                yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = yyt3;
                yypmatch[7] = YYCURSOR;
                {}
index 48eb933854e1de662f86a999cb76ab3b3d39a3a9..e1bf7512bfe948d30810368d381b99b564350f9b 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -49,12 +49,12 @@ yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
                yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = yyt3;
                yypmatch[7] = YYCURSOR;
                {}
index 48eb933854e1de662f86a999cb76ab3b3d39a3a9..e1bf7512bfe948d30810368d381b99b564350f9b 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -49,12 +49,12 @@ yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
                yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = yyt3;
                yypmatch[7] = YYCURSOR;
                {}
index 48eb933854e1de662f86a999cb76ab3b3d39a3a9..e1bf7512bfe948d30810368d381b99b564350f9b 100644 (file)
@@ -6,7 +6,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -23,7 +23,7 @@ yy3:
        switch (yych) {
        case 'b':       goto yy5;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -34,10 +34,10 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy8;
        case 'c':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -49,12 +49,12 @@ yy7:
        {
                const size_t yynmatch = 4;
                const YYCTYPE *yypmatch[yynmatch * 2];
-               yypmatch[2] = yyt2;
-               yypmatch[4] = yyt1;
+               yypmatch[2] = yyt1;
+               yypmatch[4] = yyt2;
                yypmatch[6] = yyt3;
-               yypmatch[0] = yyt2;
+               yypmatch[0] = yyt1;
                yypmatch[1] = YYCURSOR;
-               yypmatch[3] = yyt1;
+               yypmatch[3] = yyt2;
                yypmatch[5] = yyt3;
                yypmatch[7] = YYCURSOR;
                {}
index 5237384be817cb1d8519a7430b9d3a4485483921..69b5145eb4adfeca377b403a0dbd956aa99d011b 100644 (file)
@@ -25,7 +25,7 @@ yy4:
        yych = YYPEEK ();
        switch (yych) {
        case 'b':
-               YYTAGP (yyt1);
+               YYTAGP (yyt2);
                goto yy5;
        default:        goto yy3;
        }
@@ -50,12 +50,12 @@ yy7:
        yych = YYPEEK ();
        switch (yych) {
        case 'b':
-               YYTAGP (yyt2);
+               YYTAGP (yyt1);
                goto yy9;
        default:        goto yy8;
        }
 yy8:
-       YYRESTORETAG (yyt1);
+       YYRESTORETAG (yyt2);
        { 1 }
 yy9:
        YYSKIP ();
@@ -66,7 +66,7 @@ yy9:
        }
 yy10:
        YYSKIP ();
-       YYRESTORETAG (yyt2);
+       YYRESTORETAG (yyt1);
        { 0 }
 }
 
index 0237a7b50509b0906a42bf7e51af4d16c1e10a70..e6a535338fa81551e27739a9b1d3817eb7447f1a 100644 (file)
@@ -16,7 +16,7 @@ yy2:
        { d }
 yy4:
        yych = YYPEEK ();
-       YYTAGP (yyt1);
+       YYTAGP (yyt2);
        switch (yych) {
        case 'b':
                YYSKIP ();
@@ -24,14 +24,14 @@ yy4:
        default:        goto yy5;
        }
 yy5:
-       YYRESTORETAG (yyt1);
+       YYRESTORETAG (yyt2);
        { 1 }
 yy6:
        YYBACKUP ();
        yych = YYPEEK ();
        switch (yych) {
        case 'c':
-               YYTAGP (yyt2);
+               YYTAGP (yyt1);
                YYSKIP ();
                goto yy9;
        default:        goto yy8;
@@ -67,7 +67,7 @@ yy11:
        default:        goto yy13;
        }
 yy13:
-       YYRESTORETAG (yyt2);
+       YYRESTORETAG (yyt1);
        { 0 }
 }
 
index 5aad1d393ad7c6ffa19e8cf87c4f47740d6db684..d08bf0e6697fab20a152cd35a6c2b44b7fb9b596 100644 (file)
@@ -15,7 +15,7 @@ yy2:
        { d }
 yy4:
        yych = *YYCURSOR;
-       yyt1 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'b':
                ++YYCURSOR;
@@ -23,13 +23,13 @@ yy4:
        default:        goto yy5;
        }
 yy5:
-       YYCURSOR = yyt1;
+       YYCURSOR = yyt2;
        { 1 }
 yy6:
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'c':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                ++YYCURSOR;
                goto yy9;
        default:        goto yy8;
@@ -65,7 +65,7 @@ yy11:
        default:        goto yy13;
        }
 yy13:
-       YYCURSOR = yyt2;
+       YYCURSOR = yyt1;
        { 0 }
 }
 
index 86a890904caf5679102bf986c994d6da130c0402..b63af7ae02c72ee3887e3ca5b5a545371e670baf 100644 (file)
@@ -17,13 +17,13 @@ yy2:
 yy4:
        YYSKIP ();
        yych = YYPEEK ();
-       YYTAGP (yyt1);
+       YYTAGP (yyt2);
        switch (yych) {
        case 'b':       goto yy6;
        default:        goto yy5;
        }
 yy5:
-       YYRESTORETAG (yyt1);
+       YYRESTORETAG (yyt2);
        { 1 }
 yy6:
        YYSKIP ();
@@ -31,7 +31,7 @@ yy6:
        yych = YYPEEK ();
        switch (yych) {
        case 'c':
-               YYTAGP (yyt2);
+               YYTAGP (yyt1);
                goto yy9;
        default:        goto yy8;
        }
@@ -63,7 +63,7 @@ yy11:
        default:        goto yy13;
        }
 yy13:
-       YYRESTORETAG (yyt2);
+       YYRESTORETAG (yyt1);
        { 0 }
 }
 
index de258c022595ed73f019de10813e255b84164a69..7ead767a54b0d53296e98e61c09b9d2beb50c86b 100644 (file)
@@ -16,19 +16,19 @@ yy2:
        { d }
 yy4:
        yych = *++YYCURSOR;
-       yyt1 = YYCURSOR;
+       yyt2 = YYCURSOR;
        switch (yych) {
        case 'b':       goto yy6;
        default:        goto yy5;
        }
 yy5:
-       YYCURSOR = yyt1;
+       YYCURSOR = yyt2;
        { 1 }
 yy6:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'c':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy9;
        default:        goto yy8;
        }
@@ -59,7 +59,7 @@ yy11:
        default:        goto yy13;
        }
 yy13:
-       YYCURSOR = yyt2;
+       YYCURSOR = yyt1;
        { 0 }
 }
 
index 517fd4a20d3e320a6908e9f2b24d2e990a9b3109..9b373ac6ae5cabda68a7275e74df47d513b6a2cc 100644 (file)
@@ -6,8 +6,8 @@
        yych = *YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt11 = NULL;
-               yyt1 = YYCURSOR;
+               yyt1 = NULL;
+               yyt2 = YYCURSOR;
                goto yy4;
        default:        goto yy2;
        }
@@ -19,7 +19,7 @@ yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'd':
-               yyt2 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        default:        goto yy3;
        }
@@ -27,7 +27,7 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt3 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy7;
        default:        goto yy6;
        }
@@ -38,7 +38,7 @@ yy7:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt4 = YYCURSOR;
+               yyt5 = YYCURSOR;
                goto yy8;
        default:        goto yy6;
        }
@@ -46,7 +46,7 @@ yy8:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt5 = YYCURSOR;
+               yyt6 = YYCURSOR;
                goto yy9;
        default:        goto yy6;
        }
@@ -54,7 +54,7 @@ yy9:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt6 = YYCURSOR;
+               yyt7 = YYCURSOR;
                goto yy10;
        default:        goto yy6;
        }
@@ -62,7 +62,7 @@ yy10:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt7 = YYCURSOR;
+               yyt8 = YYCURSOR;
                goto yy11;
        default:        goto yy6;
        }
@@ -70,7 +70,7 @@ yy11:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt8 = YYCURSOR;
+               yyt9 = YYCURSOR;
                goto yy12;
        default:        goto yy6;
        }
@@ -78,7 +78,7 @@ yy12:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt9 = YYCURSOR;
+               yyt10 = YYCURSOR;
                goto yy13;
        default:        goto yy6;
        }
@@ -86,7 +86,7 @@ yy13:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt10 = YYCURSOR;
+               yyt11 = YYCURSOR;
                goto yy14;
        default:        goto yy6;
        }
@@ -96,7 +96,6 @@ yy14:
        yych = *YYCURSOR;
        switch (yych) {
        case 'd':
-               yyt11 = yyt1;
                yyt1 = yyt2;
                yyt2 = yyt3;
                yyt3 = yyt4;
@@ -106,12 +105,13 @@ yy14:
                yyt7 = yyt8;
                yyt8 = yyt9;
                yyt9 = yyt10;
-               yyt10 = YYCURSOR;
+               yyt10 = yyt11;
+               yyt11 = YYCURSOR;
                goto yy14;
        default:        goto yy16;
        }
 yy16:
-       z = yyt11;
+       z = yyt1;
        {}
 }
 
index 3495a27a8c802d3683604256d0151452d51badfe..3654bbd668727336adf3999b84486364549ec01c 100644 (file)
@@ -23,7 +23,7 @@ yy4:
        yych = *(YYMARKER = ++YYCURSOR);
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy5;
        default:        goto yy3;
        }
@@ -47,13 +47,13 @@ yy7:
        YYMARKER = ++YYCURSOR;
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
        yych = *YYCURSOR;
-       yyt2 = yyt1;
+       yyt1 = yyt2;
        switch (yych) {
        case 'a':       goto yy9;
        default:        goto yy8;
        }
 yy8:
-       p = yyt2;
+       p = yyt1;
        { p }
 yy9:
        ++YYCURSOR;
@@ -61,7 +61,7 @@ yy9:
        yych = *YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy5;
        default:        goto yy6;
        }
index 1a215f8d1c52d314f68c2cfda18ab11c62bcaf45..04a7acbd2acfadf72b8aa752dc8d6be563afc483 100644 (file)
@@ -13,7 +13,7 @@ yyt2
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy4;
        default:        goto yy2;
        }
@@ -25,7 +25,7 @@ yy4:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt2 = YYCURSOR;
+               yyt1 = YYCURSOR;
                goto yy5;
        default:        goto yy3;
        }
@@ -36,7 +36,7 @@ yy5:
        default:        goto yy6;
        }
 yy6:
-       YYCURSOR = yyt1;
+       YYCURSOR = yyt2;
        {}
 yy7:
        YYMARKER = ++YYCURSOR;
@@ -47,7 +47,7 @@ yy7:
        default:        goto yy8;
        }
 yy8:
-       p = yyt2;
+       p = yyt1;
        { p }
 yy9:
        ++YYCURSOR;
@@ -55,7 +55,7 @@ yy9:
        yych = *YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt1 = YYCURSOR;
+               yyt2 = YYCURSOR;
                goto yy11;
        default:        goto yy10;
        }
@@ -68,7 +68,7 @@ yy11:
        yych = *YYCURSOR;
        switch (yych) {
        case 'c':
-               yyt2 = yyt1;
+               yyt1 = yyt2;
                goto yy7;
        default:        goto yy10;
        }
index 230562da81a70a136599c877b8a911101f3af7a9..4abc6229eb0dc46ce8c79b5bf563a4e6031c1845 100644 (file)
@@ -19,11 +19,11 @@ static void lex(const char *s)
        yych = YYPEEK ();
        switch (yych) {
        case '0':
-               YYTAGP (yyt2);
+               YYTAGP (yyt1);
                goto yy4;
        case '1':
                YYTAGP (yyt1);
-               YYTAGP (yyt2);
+               YYTAGP (yyt5);
                goto yy5;
        default:        goto yy2;
        }
@@ -46,11 +46,11 @@ yy5:
        yych = YYPEEK ();
        switch (yych) {
        case '2':
-               YYTAGP (yyt3);
+               YYTAGP (yyt2);
                goto yy10;
        case '3':
+               YYTAGP (yyt2);
                YYTAGP (yyt3);
-               YYTAGP (yyt4);
                goto yy12;
        default:        goto yy3;
        }
@@ -61,7 +61,7 @@ yy7:
        switch (yych) {
        case '0':       goto yy6;
        case '1':
-               YYTAGP (yyt1);
+               YYTAGP (yyt5);
                goto yy9;
        default:        goto yy8;
        }
@@ -73,11 +73,11 @@ yy9:
        yych = YYPEEK ();
        switch (yych) {
        case '2':
-               YYTAGP (yyt3);
+               YYTAGP (yyt2);
                goto yy10;
        case '3':
+               YYTAGP (yyt2);
                YYTAGP (yyt3);
-               YYTAGP (yyt4);
                goto yy12;
        default:        goto yy8;
        }
@@ -87,21 +87,21 @@ yy10:
        switch (yych) {
        case '2':       goto yy10;
        case '3':
-               YYTAGP (yyt4);
+               YYTAGP (yyt3);
                goto yy12;
        default:        goto yy8;
        }
 yy12:
        YYSKIP ();
        yych = YYPEEK ();
-       YYTAGP (yyt5);
+       YYTAGP (yyt4);
        goto yy15;
 yy13:
-       p0 = yyt2;
-       p1 = yyt1;
-       p2 = yyt3;
-       p3 = yyt4;
-       YYRESTORETAG (yyt5);
+       p0 = yyt1;
+       p1 = yyt5;
+       p2 = yyt2;
+       p3 = yyt3;
+       YYRESTORETAG (yyt4);
        {
             printf("'%.*s', '%.*s', '%.*s', '%.*s', '%s'\n",
                 p1 - p0, p0,
index b9b503bd3d56b579ab04f00e4b88c06a89c18a3d..3e064d852fc9541f463f86cf86a2ce313f70fab9 100644 (file)
@@ -2,22 +2,22 @@
 
 {
        YYCTYPE yych;
-       YYTAGP (yyt1);
+       YYTAGP (yyt2);
        if (YYLESSTHAN (1)) YYFILL(1);
        yych = YYPEEK ();
        YYSKIP ();
        switch (yych) {
        case 'a':
-               YYTAGP (yyt2);
+               YYTAGP (yyt1);
                goto yy2;
        default:
-               YYTAGN (yyt1);
-               YYTAGP (yyt2);
+               YYTAGP (yyt1);
+               YYTAGN (yyt2);
                goto yy2;
        }
 yy2:
-       a = yyt1;
-       b = yyt2;
+       a = yyt2;
+       b = yyt1;
        {}
 }
 
index cf67853c3bedfaffd0d72242ada8d5cc540237fa..1b23b576f2d07e11e9d3d2f00f5a21c582ebb682 100644 (file)
@@ -3,8 +3,8 @@
 
 {
        YYCTYPE yych;
-       yyt2 = NULL;
-       yyt1 = YYCURSOR;
+       yyt1 = NULL;
+       yyt2 = YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
        yych = *YYCURSOR;
        switch (yych) {
@@ -14,7 +14,7 @@
        default:        goto yy2;
        }
 yy2:
-       t = yyt2;
+       t = yyt1;
        {}
 yy3:
        yych = *YYCURSOR;
@@ -23,7 +23,7 @@ yy3:
                ++YYCURSOR;
                goto yy4;
        default:
-               yyt2 = yyt1;
+               yyt1 = yyt2;
                goto yy2;
        }
 yy4:
@@ -42,7 +42,7 @@ yy5:
                ++YYCURSOR;
                goto yy5;
        default:
-               yyt2 = yyt1;
+               yyt1 = yyt2;
                goto yy2;
        }
 }
index 91a0ce7267cd85cdb3650269368ae56d753976f9..a2669def04f246d7532bd02241de943b10aedaae 100644 (file)
@@ -3,8 +3,8 @@
 
 {
        YYCTYPE yych;
-       yyt2 = NULL;
-       yyt1 = YYCURSOR;
+       yyt1 = NULL;
+       yyt2 = YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 8) YYFILL(8);
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
@@ -14,7 +14,7 @@
        default:        goto yy2;
        }
 yy2:
-       t = yyt2;
+       t = yyt1;
        {}
 yy3:
        yych = *YYCURSOR;
@@ -34,7 +34,7 @@ yy5:
                ++YYCURSOR;
                goto yy6;
        default:
-               yyt2 = yyt1;
+               yyt1 = yyt2;
                goto yy2;
        }
 yy6:
@@ -60,7 +60,7 @@ yy8:
                ++YYCURSOR;
                goto yy9;
        default:
-               yyt2 = yyt1;
+               yyt1 = yyt2;
                goto yy2;
        }
 yy9:
@@ -70,7 +70,7 @@ yy9:
                ++YYCURSOR;
                goto yy10;
        default:
-               yyt2 = yyt1;
+               yyt1 = yyt2;
                goto yy2;
        }
 yy10:
@@ -89,7 +89,7 @@ yy11:
                ++YYCURSOR;
                goto yy11;
        default:
-               yyt2 = yyt1;
+               yyt1 = yyt2;
                goto yy2;
        }
 }
index 28fa6ddeaf7b1b02ad012e75dafc9f6fd33fc6e7..b1909f0870e71c324a2813de51c2d72aad9c0c2f 100644 (file)
@@ -2,8 +2,8 @@
 
 {
        YYCTYPE yych;
-       yyt2 = NULL;
-       yyt1 = YYCURSOR;
+       yyt1 = NULL;
+       yyt2 = YYCURSOR;
        goto yy0;
 yy1:
 yy0:
@@ -16,13 +16,13 @@ yy0:
        default:        goto yy2;
        }
 yy2:
-       a = yyt2;
+       a = yyt1;
        {}
 yy3:
        if (YYLIMIT <= YYCURSOR) YYFILL(1);
        yych = *YYCURSOR++;
-       yyt2 = yyt1;
-       yyt1 = YYCURSOR;
+       yyt1 = yyt2;
+       yyt2 = YYCURSOR;
        goto yy1;
 }
 
index b12353d29cd73918228c687beaeb9f79fc0f933f..68607f3af0a3b056f12d868066ea3ae0b5db48a0 100644 (file)
@@ -6,8 +6,8 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt5 = NULL;
-               yyt1 = YYCURSOR;
+               yyt1 = NULL;
+               yyt2 = YYCURSOR;
                goto yy3;
        default:        goto yy2;
        }
@@ -17,7 +17,7 @@ yy3:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt2 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy5;
        default:        goto yy4;
        }
@@ -28,7 +28,7 @@ yy5:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt3 = YYCURSOR;
+               yyt4 = YYCURSOR;
                goto yy6;
        default:        goto yy4;
        }
@@ -36,7 +36,7 @@ yy6:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt4 = YYCURSOR;
+               yyt5 = YYCURSOR;
                goto yy7;
        default:        goto yy4;
        }
@@ -46,16 +46,16 @@ yy7:
        yych = *YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt5 = yyt1;
                yyt1 = yyt2;
                yyt2 = yyt3;
                yyt3 = yyt4;
-               yyt4 = YYCURSOR;
+               yyt4 = yyt5;
+               yyt5 = YYCURSOR;
                goto yy7;
        default:        goto yy9;
        }
 yy9:
-       p = yyt5;
+       p = yyt1;
        {}
 }
 
index 6f982fc94df7f0e7d02ebc40ac48658745349fef..74f0f3448a92fb737a983781b9aa9bc7d4ca499c 100644 (file)
@@ -2,10 +2,10 @@
 
 {
        YYCTYPE yych;
-       yyt1 = YYCURSOR;
+       yyt2 = YYCURSOR;
        if ((YYLIMIT - YYCURSOR) < 3) YYFILL(3);
        yych = *(YYMARKER = YYCURSOR++);
-       yyt2 = NULL;
+       yyt1 = NULL;
        switch (yych) {
        case 'a':       goto yy4;
        case 'b':       goto yy6;
@@ -40,21 +40,21 @@ yy6:
                goto yy9;
        }
 yy7:
-       c = yyt2;
+       c = yyt1;
        {}
 yy8:
        yych = *YYCURSOR;
        switch (yych) {
        case 'b':
-               yyt2 = yyt1;
+               yyt1 = yyt2;
                goto yy7;
        default:
                ++YYCURSOR;
-               yyt1 = yyt2;
+               yyt2 = yyt1;
                goto yy9;
        }
 yy9:
-       yyt2 = yyt1;
+       yyt1 = yyt2;
        goto yy7;
 yy10:
        yych = *YYCURSOR;
@@ -62,7 +62,7 @@ yy10:
        case 'b':       goto yy5;
        default:
                ++YYCURSOR;
-               yyt1 = yyt2;
+               yyt2 = yyt1;
                goto yy9;
        }
 }
index 6d0f796b5da6166cada81b425f40810b6d8c7530..38593335cdbea6e39d19ffe21721125dd3bb3662 100644 (file)
@@ -10,7 +10,7 @@
        yych = *(YYMARKER = YYCURSOR);
        switch (yych) {
        case 'a':
-               yyt1 = YYCURSOR;
+               yyt3 = YYCURSOR;
                goto yy4;
        case 'b':
                yyt1 = yyt2 = yyt3 = YYCURSOR;
@@ -76,9 +76,9 @@ yy6:
                goto yy8;
        }
 yy7:
-       p = yyt1;
-       q = yyt2;
-       y = yyt3;
+       p = yyt3;
+       q = yyt1;
+       y = yyt2;
        {}
 yy8:
        yyaccept = 3;
@@ -125,12 +125,12 @@ yy13:
        switch (yych) {
        case 'a':       goto yy17;
        case 'b':
-               yyt2 = NULL;
-               yyt3 = YYCURSOR;
+               yyt1 = NULL;
+               yyt2 = YYCURSOR;
                goto yy18;
        default:
-               yyt2 = NULL;
-               yyt3 = YYCURSOR;
+               yyt1 = NULL;
+               yyt2 = YYCURSOR;
                goto yy15;
        }
 yy14:
@@ -160,15 +160,15 @@ yy17:
        yych = *++YYCURSOR;
        switch (yych) {
        case 'a':
-               yyt1 = NULL;
+               yyt3 = NULL;
                goto yy20;
        case 'b':
-               yyt1 = NULL;
-               yyt2 = yyt3 = YYCURSOR;
+               yyt3 = NULL;
+               yyt1 = yyt2 = YYCURSOR;
                goto yy18;
        default:
-               yyt1 = NULL;
-               yyt2 = yyt3 = YYCURSOR;
+               yyt3 = NULL;
+               yyt1 = yyt2 = YYCURSOR;
                goto yy15;
        }
 yy18:
@@ -192,12 +192,12 @@ yy21:
        switch (yych) {
        case 'a':       goto yy5;
        case 'b':
-               yyt2 = NULL;
-               yyt3 = YYCURSOR;
+               yyt1 = NULL;
+               yyt2 = YYCURSOR;
                goto yy18;
        default:
-               yyt2 = NULL;
-               yyt3 = YYCURSOR;
+               yyt1 = NULL;
+               yyt2 = YYCURSOR;
                goto yy15;
        }
 }