Guido van Rossum | 3f5da24 | 1990-12-20 15:06:42 +0000 | [diff] [blame] | 1 | #include "pgenheaders.h" |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2 | #include "grammar.h" |
| 3 | static arc arcs_0_0[3] = { |
| 4 | {2, 1}, |
| 5 | {3, 1}, |
| 6 | {4, 2}, |
| 7 | }; |
| 8 | static arc arcs_0_1[1] = { |
| 9 | {0, 1}, |
| 10 | }; |
| 11 | static arc arcs_0_2[1] = { |
| 12 | {2, 1}, |
| 13 | }; |
| 14 | static state states_0[3] = { |
| 15 | {3, arcs_0_0}, |
| 16 | {1, arcs_0_1}, |
| 17 | {1, arcs_0_2}, |
| 18 | }; |
| 19 | static arc arcs_1_0[3] = { |
| 20 | {2, 0}, |
| 21 | {6, 0}, |
| 22 | {7, 1}, |
| 23 | }; |
| 24 | static arc arcs_1_1[1] = { |
| 25 | {0, 1}, |
| 26 | }; |
| 27 | static state states_1[2] = { |
| 28 | {3, arcs_1_0}, |
| 29 | {1, arcs_1_1}, |
| 30 | }; |
| 31 | static arc arcs_2_0[1] = { |
| 32 | {9, 1}, |
| 33 | }; |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 34 | static arc arcs_2_1[2] = { |
| 35 | {2, 1}, |
| 36 | {7, 2}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 37 | }; |
| 38 | static arc arcs_2_2[1] = { |
| 39 | {0, 2}, |
| 40 | }; |
| 41 | static state states_2[3] = { |
| 42 | {1, arcs_2_0}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 43 | {2, arcs_2_1}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 44 | {1, arcs_2_2}, |
| 45 | }; |
| 46 | static arc arcs_3_0[1] = { |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 47 | {11, 1}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 48 | }; |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 49 | static arc arcs_3_1[1] = { |
| 50 | {12, 2}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 51 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 52 | static arc arcs_3_2[2] = { |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 53 | {13, 3}, |
Michael W. Hudson | 0ccff07 | 2004-08-17 17:29:16 +0000 | [diff] [blame] | 54 | {2, 4}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 55 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 56 | static arc arcs_3_3[2] = { |
Michael W. Hudson | 0ccff07 | 2004-08-17 17:29:16 +0000 | [diff] [blame] | 57 | {14, 5}, |
| 58 | {15, 6}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 59 | }; |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 60 | static arc arcs_3_4[1] = { |
Michael W. Hudson | 0ccff07 | 2004-08-17 17:29:16 +0000 | [diff] [blame] | 61 | {0, 4}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 62 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 63 | static arc arcs_3_5[1] = { |
Michael W. Hudson | 0ccff07 | 2004-08-17 17:29:16 +0000 | [diff] [blame] | 64 | {15, 6}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 65 | }; |
Michael W. Hudson | 0ccff07 | 2004-08-17 17:29:16 +0000 | [diff] [blame] | 66 | static arc arcs_3_6[1] = { |
| 67 | {2, 4}, |
| 68 | }; |
| 69 | static state states_3[7] = { |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 70 | {1, arcs_3_0}, |
| 71 | {1, arcs_3_1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 72 | {2, arcs_3_2}, |
| 73 | {2, arcs_3_3}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 74 | {1, arcs_3_4}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 75 | {1, arcs_3_5}, |
Michael W. Hudson | 0ccff07 | 2004-08-17 17:29:16 +0000 | [diff] [blame] | 76 | {1, arcs_3_6}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 77 | }; |
| 78 | static arc arcs_4_0[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 79 | {10, 1}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 80 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 81 | static arc arcs_4_1[2] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 82 | {10, 1}, |
Michael W. Hudson | 0ccff07 | 2004-08-17 17:29:16 +0000 | [diff] [blame] | 83 | {0, 1}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 84 | }; |
Michael W. Hudson | 0ccff07 | 2004-08-17 17:29:16 +0000 | [diff] [blame] | 85 | static state states_4[2] = { |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 86 | {1, arcs_4_0}, |
| 87 | {2, arcs_4_1}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 88 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 89 | static arc arcs_5_0[2] = { |
| 90 | {16, 1}, |
| 91 | {18, 2}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 92 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 93 | static arc arcs_5_1[1] = { |
| 94 | {18, 2}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 95 | }; |
Jeremy Hylton | 7690151 | 2000-03-28 23:49:17 +0000 | [diff] [blame] | 96 | static arc arcs_5_2[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 97 | {19, 3}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 98 | }; |
Guido van Rossum | 9717991 | 1994-08-30 09:33:45 +0000 | [diff] [blame] | 99 | static arc arcs_5_3[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 100 | {20, 4}, |
Guido van Rossum | 9717991 | 1994-08-30 09:33:45 +0000 | [diff] [blame] | 101 | }; |
Guido van Rossum | beeda8a | 1996-01-12 01:13:38 +0000 | [diff] [blame] | 102 | static arc arcs_5_4[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 103 | {21, 5}, |
Guido van Rossum | beeda8a | 1996-01-12 01:13:38 +0000 | [diff] [blame] | 104 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 105 | static arc arcs_5_5[1] = { |
| 106 | {22, 6}, |
Guido van Rossum | 9717991 | 1994-08-30 09:33:45 +0000 | [diff] [blame] | 107 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 108 | static arc arcs_5_6[1] = { |
Guido van Rossum | beeda8a | 1996-01-12 01:13:38 +0000 | [diff] [blame] | 109 | {0, 6}, |
Guido van Rossum | 9717991 | 1994-08-30 09:33:45 +0000 | [diff] [blame] | 110 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 111 | static state states_5[7] = { |
| 112 | {2, arcs_5_0}, |
| 113 | {1, arcs_5_1}, |
Jeremy Hylton | 7690151 | 2000-03-28 23:49:17 +0000 | [diff] [blame] | 114 | {1, arcs_5_2}, |
Guido van Rossum | 9717991 | 1994-08-30 09:33:45 +0000 | [diff] [blame] | 115 | {1, arcs_5_3}, |
Guido van Rossum | beeda8a | 1996-01-12 01:13:38 +0000 | [diff] [blame] | 116 | {1, arcs_5_4}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 117 | {1, arcs_5_5}, |
| 118 | {1, arcs_5_6}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 119 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 120 | static arc arcs_6_0[1] = { |
| 121 | {13, 1}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 122 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 123 | static arc arcs_6_1[2] = { |
| 124 | {23, 2}, |
| 125 | {15, 3}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 126 | }; |
| 127 | static arc arcs_6_2[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 128 | {15, 3}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 129 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 130 | static arc arcs_6_3[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 131 | {0, 3}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 132 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 133 | static state states_6[4] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 134 | {1, arcs_6_0}, |
| 135 | {2, arcs_6_1}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 136 | {1, arcs_6_2}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 137 | {1, arcs_6_3}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 138 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 139 | static arc arcs_7_0[3] = { |
| 140 | {24, 1}, |
| 141 | {28, 2}, |
| 142 | {29, 3}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 143 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 144 | static arc arcs_7_1[3] = { |
| 145 | {25, 4}, |
| 146 | {27, 5}, |
Guido van Rossum | 12d12c5 | 1993-10-26 17:58:25 +0000 | [diff] [blame] | 147 | {0, 1}, |
| 148 | }; |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 149 | static arc arcs_7_2[3] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 150 | {19, 6}, |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 151 | {27, 7}, |
| 152 | {0, 2}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 153 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 154 | static arc arcs_7_3[1] = { |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 155 | {19, 8}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 156 | }; |
| 157 | static arc arcs_7_4[1] = { |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 158 | {26, 9}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 159 | }; |
| 160 | static arc arcs_7_5[4] = { |
| 161 | {24, 1}, |
| 162 | {28, 2}, |
| 163 | {29, 3}, |
| 164 | {0, 5}, |
| 165 | }; |
| 166 | static arc arcs_7_6[2] = { |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 167 | {27, 7}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 168 | {0, 6}, |
| 169 | }; |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 170 | static arc arcs_7_7[2] = { |
| 171 | {19, 10}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 172 | {29, 3}, |
| 173 | }; |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 174 | static arc arcs_7_8[1] = { |
| 175 | {0, 8}, |
| 176 | }; |
| 177 | static arc arcs_7_9[2] = { |
| 178 | {27, 5}, |
| 179 | {0, 9}, |
| 180 | }; |
| 181 | static arc arcs_7_10[3] = { |
| 182 | {27, 7}, |
| 183 | {25, 11}, |
| 184 | {0, 10}, |
| 185 | }; |
| 186 | static arc arcs_7_11[1] = { |
| 187 | {26, 6}, |
| 188 | }; |
| 189 | static state states_7[12] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 190 | {3, arcs_7_0}, |
| 191 | {3, arcs_7_1}, |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 192 | {3, arcs_7_2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 193 | {1, arcs_7_3}, |
| 194 | {1, arcs_7_4}, |
| 195 | {4, arcs_7_5}, |
| 196 | {2, arcs_7_6}, |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 197 | {2, arcs_7_7}, |
| 198 | {1, arcs_7_8}, |
| 199 | {2, arcs_7_9}, |
| 200 | {3, arcs_7_10}, |
| 201 | {1, arcs_7_11}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 202 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 203 | static arc arcs_8_0[2] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 204 | {19, 1}, |
| 205 | {13, 2}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 206 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 207 | static arc arcs_8_1[1] = { |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 208 | {0, 1}, |
| 209 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 210 | static arc arcs_8_2[1] = { |
| 211 | {30, 3}, |
| 212 | }; |
| 213 | static arc arcs_8_3[1] = { |
| 214 | {15, 1}, |
| 215 | }; |
| 216 | static state states_8[4] = { |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 217 | {2, arcs_8_0}, |
| 218 | {1, arcs_8_1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 219 | {1, arcs_8_2}, |
| 220 | {1, arcs_8_3}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 221 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 222 | static arc arcs_9_0[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 223 | {24, 1}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 224 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 225 | static arc arcs_9_1[2] = { |
Guido van Rossum | beeda8a | 1996-01-12 01:13:38 +0000 | [diff] [blame] | 226 | {27, 2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 227 | {0, 1}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 228 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 229 | static arc arcs_9_2[2] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 230 | {24, 1}, |
| 231 | {0, 2}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 232 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 233 | static state states_9[3] = { |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 234 | {1, arcs_9_0}, |
| 235 | {2, arcs_9_1}, |
| 236 | {2, arcs_9_2}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 237 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 238 | static arc arcs_10_0[2] = { |
| 239 | {3, 1}, |
| 240 | {4, 1}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 241 | }; |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 242 | static arc arcs_10_1[1] = { |
| 243 | {0, 1}, |
| 244 | }; |
| 245 | static state states_10[2] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 246 | {2, arcs_10_0}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 247 | {1, arcs_10_1}, |
| 248 | }; |
| 249 | static arc arcs_11_0[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 250 | {31, 1}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 251 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 252 | static arc arcs_11_1[2] = { |
| 253 | {32, 2}, |
| 254 | {2, 3}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 255 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 256 | static arc arcs_11_2[2] = { |
| 257 | {31, 1}, |
| 258 | {2, 3}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 259 | }; |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 260 | static arc arcs_11_3[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 261 | {0, 3}, |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 262 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 263 | static state states_11[4] = { |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 264 | {1, arcs_11_0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 265 | {2, arcs_11_1}, |
| 266 | {2, arcs_11_2}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 267 | {1, arcs_11_3}, |
Barry Warsaw | 23c9ec8 | 2000-08-21 15:44:01 +0000 | [diff] [blame] | 268 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 269 | static arc arcs_12_0[8] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 270 | {33, 1}, |
| 271 | {34, 1}, |
| 272 | {35, 1}, |
| 273 | {36, 1}, |
| 274 | {37, 1}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 275 | {38, 1}, |
Barry Warsaw | 23c9ec8 | 2000-08-21 15:44:01 +0000 | [diff] [blame] | 276 | {39, 1}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 277 | {40, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 278 | }; |
| 279 | static arc arcs_12_1[1] = { |
| 280 | {0, 1}, |
| 281 | }; |
| 282 | static state states_12[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 283 | {8, arcs_12_0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 284 | {1, arcs_12_1}, |
| 285 | }; |
| 286 | static arc arcs_13_0[1] = { |
| 287 | {9, 1}, |
| 288 | }; |
| 289 | static arc arcs_13_1[3] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 290 | {41, 2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 291 | {25, 3}, |
| 292 | {0, 1}, |
| 293 | }; |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 294 | static arc arcs_13_2[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 295 | {42, 4}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 296 | {9, 4}, |
| 297 | }; |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 298 | static arc arcs_13_3[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 299 | {42, 5}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 300 | {9, 5}, |
| 301 | }; |
| 302 | static arc arcs_13_4[1] = { |
| 303 | {0, 4}, |
| 304 | }; |
| 305 | static arc arcs_13_5[2] = { |
| 306 | {25, 3}, |
| 307 | {0, 5}, |
| 308 | }; |
| 309 | static state states_13[6] = { |
| 310 | {1, arcs_13_0}, |
| 311 | {3, arcs_13_1}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 312 | {2, arcs_13_2}, |
| 313 | {2, arcs_13_3}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 314 | {1, arcs_13_4}, |
| 315 | {2, arcs_13_5}, |
| 316 | }; |
| 317 | static arc arcs_14_0[12] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 318 | {43, 1}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 319 | {44, 1}, |
Barry Warsaw | 23c9ec8 | 2000-08-21 15:44:01 +0000 | [diff] [blame] | 320 | {45, 1}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 321 | {46, 1}, |
| 322 | {47, 1}, |
| 323 | {48, 1}, |
Guido van Rossum | 4668b00 | 2001-08-08 05:00:18 +0000 | [diff] [blame] | 324 | {49, 1}, |
Guido van Rossum | 4668b00 | 2001-08-08 05:00:18 +0000 | [diff] [blame] | 325 | {50, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 326 | {51, 1}, |
Guido van Rossum | 4668b00 | 2001-08-08 05:00:18 +0000 | [diff] [blame] | 327 | {52, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 328 | {53, 1}, |
Guido van Rossum | 4668b00 | 2001-08-08 05:00:18 +0000 | [diff] [blame] | 329 | {54, 1}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 330 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 331 | static arc arcs_14_1[1] = { |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 332 | {0, 1}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 333 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 334 | static state states_14[2] = { |
| 335 | {12, arcs_14_0}, |
| 336 | {1, arcs_14_1}, |
Guido van Rossum | 3ccb617 | 1990-10-26 15:01:05 +0000 | [diff] [blame] | 337 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 338 | static arc arcs_15_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 339 | {55, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 340 | }; |
| 341 | static arc arcs_15_1[3] = { |
| 342 | {26, 2}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 343 | {56, 3}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 344 | {0, 1}, |
| 345 | }; |
| 346 | static arc arcs_15_2[2] = { |
| 347 | {27, 4}, |
| 348 | {0, 2}, |
| 349 | }; |
| 350 | static arc arcs_15_3[1] = { |
| 351 | {26, 5}, |
| 352 | }; |
| 353 | static arc arcs_15_4[2] = { |
| 354 | {26, 2}, |
| 355 | {0, 4}, |
| 356 | }; |
| 357 | static arc arcs_15_5[2] = { |
| 358 | {27, 6}, |
| 359 | {0, 5}, |
| 360 | }; |
| 361 | static arc arcs_15_6[1] = { |
| 362 | {26, 7}, |
| 363 | }; |
| 364 | static arc arcs_15_7[2] = { |
| 365 | {27, 8}, |
| 366 | {0, 7}, |
| 367 | }; |
| 368 | static arc arcs_15_8[2] = { |
| 369 | {26, 7}, |
| 370 | {0, 8}, |
| 371 | }; |
| 372 | static state states_15[9] = { |
| 373 | {1, arcs_15_0}, |
| 374 | {3, arcs_15_1}, |
| 375 | {2, arcs_15_2}, |
| 376 | {1, arcs_15_3}, |
| 377 | {2, arcs_15_4}, |
| 378 | {2, arcs_15_5}, |
| 379 | {1, arcs_15_6}, |
| 380 | {2, arcs_15_7}, |
| 381 | {2, arcs_15_8}, |
| 382 | }; |
| 383 | static arc arcs_16_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 384 | {57, 1}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 385 | }; |
| 386 | static arc arcs_16_1[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 387 | {58, 2}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 388 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 389 | static arc arcs_16_2[1] = { |
| 390 | {0, 2}, |
| 391 | }; |
| 392 | static state states_16[3] = { |
| 393 | {1, arcs_16_0}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 394 | {1, arcs_16_1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 395 | {1, arcs_16_2}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 396 | }; |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 397 | static arc arcs_17_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 398 | {59, 1}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 399 | }; |
| 400 | static arc arcs_17_1[1] = { |
| 401 | {0, 1}, |
| 402 | }; |
| 403 | static state states_17[2] = { |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 404 | {1, arcs_17_0}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 405 | {1, arcs_17_1}, |
| 406 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 407 | static arc arcs_18_0[5] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 408 | {60, 1}, |
Guido van Rossum | 4668b00 | 2001-08-08 05:00:18 +0000 | [diff] [blame] | 409 | {61, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 410 | {62, 1}, |
| 411 | {63, 1}, |
| 412 | {64, 1}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 413 | }; |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 414 | static arc arcs_18_1[1] = { |
| 415 | {0, 1}, |
| 416 | }; |
| 417 | static state states_18[2] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 418 | {5, arcs_18_0}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 419 | {1, arcs_18_1}, |
| 420 | }; |
| 421 | static arc arcs_19_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 422 | {65, 1}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 423 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 424 | static arc arcs_19_1[1] = { |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 425 | {0, 1}, |
| 426 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 427 | static state states_19[2] = { |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 428 | {1, arcs_19_0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 429 | {1, arcs_19_1}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 430 | }; |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 431 | static arc arcs_20_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 432 | {66, 1}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 433 | }; |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 434 | static arc arcs_20_1[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 435 | {0, 1}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 436 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 437 | static state states_20[2] = { |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 438 | {1, arcs_20_0}, |
| 439 | {1, arcs_20_1}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 440 | }; |
| 441 | static arc arcs_21_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 442 | {67, 1}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 443 | }; |
| 444 | static arc arcs_21_1[2] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 445 | {9, 2}, |
Guido van Rossum | d295f12 | 1998-04-09 21:39:57 +0000 | [diff] [blame] | 446 | {0, 1}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 447 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 448 | static arc arcs_21_2[1] = { |
Guido van Rossum | 3b71604 | 1993-10-27 13:25:30 +0000 | [diff] [blame] | 449 | {0, 2}, |
| 450 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 451 | static state states_21[3] = { |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 452 | {1, arcs_21_0}, |
| 453 | {2, arcs_21_1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 454 | {1, arcs_21_2}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 455 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 456 | static arc arcs_22_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 457 | {42, 1}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 458 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 459 | static arc arcs_22_1[1] = { |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 460 | {0, 1}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 461 | }; |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 462 | static state states_22[2] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 463 | {1, arcs_22_0}, |
| 464 | {1, arcs_22_1}, |
Guido van Rossum | 0dfcf75 | 1996-08-12 22:00:53 +0000 | [diff] [blame] | 465 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 466 | static arc arcs_23_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 467 | {68, 1}, |
Guido van Rossum | 0dfcf75 | 1996-08-12 22:00:53 +0000 | [diff] [blame] | 468 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 469 | static arc arcs_23_1[2] = { |
| 470 | {26, 2}, |
| 471 | {0, 1}, |
Guido van Rossum | 3ccb617 | 1990-10-26 15:01:05 +0000 | [diff] [blame] | 472 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 473 | static arc arcs_23_2[2] = { |
| 474 | {27, 3}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 475 | {0, 2}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 476 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 477 | static arc arcs_23_3[1] = { |
| 478 | {26, 4}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 479 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 480 | static arc arcs_23_4[2] = { |
| 481 | {27, 5}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 482 | {0, 4}, |
Guido van Rossum | 2583165 | 1993-05-19 14:50:45 +0000 | [diff] [blame] | 483 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 484 | static arc arcs_23_5[1] = { |
| 485 | {26, 6}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 486 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 487 | static arc arcs_23_6[1] = { |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 488 | {0, 6}, |
| 489 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 490 | static state states_23[7] = { |
| 491 | {1, arcs_23_0}, |
| 492 | {2, arcs_23_1}, |
| 493 | {2, arcs_23_2}, |
| 494 | {1, arcs_23_3}, |
| 495 | {2, arcs_23_4}, |
| 496 | {1, arcs_23_5}, |
| 497 | {1, arcs_23_6}, |
| 498 | }; |
| 499 | static arc arcs_24_0[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 500 | {69, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 501 | {70, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 502 | }; |
| 503 | static arc arcs_24_1[1] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 504 | {0, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 505 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 506 | static state states_24[2] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 507 | {2, arcs_24_0}, |
| 508 | {1, arcs_24_1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 509 | }; |
| 510 | static arc arcs_25_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 511 | {71, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 512 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 513 | static arc arcs_25_1[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 514 | {72, 2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 515 | }; |
| 516 | static arc arcs_25_2[1] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 517 | {0, 2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 518 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 519 | static state states_25[3] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 520 | {1, arcs_25_0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 521 | {1, arcs_25_1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 522 | {1, arcs_25_2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 523 | }; |
| 524 | static arc arcs_26_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 525 | {73, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 526 | }; |
Neal Norwitz | 3c52c5a | 2005-12-18 04:12:30 +0000 | [diff] [blame] | 527 | static arc arcs_26_1[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 528 | {74, 2}, |
Thomas Wouters | f7f438b | 2006-02-28 16:09:29 +0000 | [diff] [blame] | 529 | {12, 3}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 530 | }; |
Thomas Wouters | f7f438b | 2006-02-28 16:09:29 +0000 | [diff] [blame] | 531 | static arc arcs_26_2[3] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 532 | {74, 2}, |
Thomas Wouters | f7f438b | 2006-02-28 16:09:29 +0000 | [diff] [blame] | 533 | {12, 3}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 534 | {71, 4}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 535 | }; |
Thomas Wouters | f7f438b | 2006-02-28 16:09:29 +0000 | [diff] [blame] | 536 | static arc arcs_26_3[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 537 | {71, 4}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 538 | }; |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 539 | static arc arcs_26_4[3] = { |
| 540 | {28, 5}, |
| 541 | {13, 6}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 542 | {75, 5}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 543 | }; |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 544 | static arc arcs_26_5[1] = { |
| 545 | {0, 5}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 546 | }; |
| 547 | static arc arcs_26_6[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 548 | {75, 7}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 549 | }; |
Thomas Wouters | f7f438b | 2006-02-28 16:09:29 +0000 | [diff] [blame] | 550 | static arc arcs_26_7[1] = { |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 551 | {15, 5}, |
Thomas Wouters | f7f438b | 2006-02-28 16:09:29 +0000 | [diff] [blame] | 552 | }; |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 553 | static state states_26[8] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 554 | {1, arcs_26_0}, |
Neal Norwitz | 3c52c5a | 2005-12-18 04:12:30 +0000 | [diff] [blame] | 555 | {2, arcs_26_1}, |
Thomas Wouters | f7f438b | 2006-02-28 16:09:29 +0000 | [diff] [blame] | 556 | {3, arcs_26_2}, |
| 557 | {1, arcs_26_3}, |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 558 | {3, arcs_26_4}, |
| 559 | {1, arcs_26_5}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 560 | {1, arcs_26_6}, |
Thomas Wouters | f7f438b | 2006-02-28 16:09:29 +0000 | [diff] [blame] | 561 | {1, arcs_26_7}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 562 | }; |
| 563 | static arc arcs_27_0[1] = { |
| 564 | {19, 1}, |
| 565 | }; |
Guido van Rossum | 45aecf4 | 2006-03-15 04:58:47 +0000 | [diff] [blame] | 566 | static arc arcs_27_1[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 567 | {77, 2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 568 | {0, 1}, |
| 569 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 570 | static arc arcs_27_2[1] = { |
| 571 | {19, 3}, |
| 572 | }; |
| 573 | static arc arcs_27_3[1] = { |
| 574 | {0, 3}, |
| 575 | }; |
| 576 | static state states_27[4] = { |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 577 | {1, arcs_27_0}, |
Guido van Rossum | 45aecf4 | 2006-03-15 04:58:47 +0000 | [diff] [blame] | 578 | {2, arcs_27_1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 579 | {1, arcs_27_2}, |
| 580 | {1, arcs_27_3}, |
Guido van Rossum | 0dfcf75 | 1996-08-12 22:00:53 +0000 | [diff] [blame] | 581 | }; |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 582 | static arc arcs_28_0[1] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 583 | {12, 1}, |
Guido van Rossum | 2583165 | 1993-05-19 14:50:45 +0000 | [diff] [blame] | 584 | }; |
Guido van Rossum | 45aecf4 | 2006-03-15 04:58:47 +0000 | [diff] [blame] | 585 | static arc arcs_28_1[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 586 | {77, 2}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 587 | {0, 1}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 588 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 589 | static arc arcs_28_2[1] = { |
| 590 | {19, 3}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 591 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 592 | static arc arcs_28_3[1] = { |
| 593 | {0, 3}, |
| 594 | }; |
| 595 | static state states_28[4] = { |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 596 | {1, arcs_28_0}, |
Guido van Rossum | 45aecf4 | 2006-03-15 04:58:47 +0000 | [diff] [blame] | 597 | {2, arcs_28_1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 598 | {1, arcs_28_2}, |
| 599 | {1, arcs_28_3}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 600 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 601 | static arc arcs_29_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 602 | {76, 1}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 603 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 604 | static arc arcs_29_1[2] = { |
| 605 | {27, 2}, |
| 606 | {0, 1}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 607 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 608 | static arc arcs_29_2[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 609 | {76, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 610 | {0, 2}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 611 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 612 | static state states_29[3] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 613 | {1, arcs_29_0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 614 | {2, arcs_29_1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 615 | {2, arcs_29_2}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 616 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 617 | static arc arcs_30_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 618 | {78, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 619 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 620 | static arc arcs_30_1[2] = { |
| 621 | {27, 0}, |
| 622 | {0, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 623 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 624 | static state states_30[2] = { |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 625 | {1, arcs_30_0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 626 | {2, arcs_30_1}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 627 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 628 | static arc arcs_31_0[1] = { |
| 629 | {19, 1}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 630 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 631 | static arc arcs_31_1[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 632 | {74, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 633 | {0, 1}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 634 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 635 | static state states_31[2] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 636 | {1, arcs_31_0}, |
| 637 | {2, arcs_31_1}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 638 | }; |
| 639 | static arc arcs_32_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 640 | {79, 1}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 641 | }; |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 642 | static arc arcs_32_1[1] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 643 | {19, 2}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 644 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 645 | static arc arcs_32_2[2] = { |
| 646 | {27, 1}, |
| 647 | {0, 2}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 648 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 649 | static state states_32[3] = { |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 650 | {1, arcs_32_0}, |
| 651 | {1, arcs_32_1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 652 | {2, arcs_32_2}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 653 | }; |
| 654 | static arc arcs_33_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 655 | {80, 1}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 656 | }; |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 657 | static arc arcs_33_1[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 658 | {26, 2}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 659 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 660 | static arc arcs_33_2[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 661 | {27, 3}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 662 | {0, 2}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 663 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 664 | static arc arcs_33_3[1] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 665 | {26, 4}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 666 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 667 | static arc arcs_33_4[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 668 | {0, 4}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 669 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 670 | static state states_33[5] = { |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 671 | {1, arcs_33_0}, |
| 672 | {1, arcs_33_1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 673 | {2, arcs_33_2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 674 | {1, arcs_33_3}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 675 | {1, arcs_33_4}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 676 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 677 | static arc arcs_34_0[7] = { |
| 678 | {81, 1}, |
| 679 | {82, 1}, |
| 680 | {83, 1}, |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 681 | {84, 1}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 682 | {85, 1}, |
| 683 | {17, 1}, |
| 684 | {86, 1}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 685 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 686 | static arc arcs_34_1[1] = { |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 687 | {0, 1}, |
| 688 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 689 | static state states_34[2] = { |
| 690 | {7, arcs_34_0}, |
| 691 | {1, arcs_34_1}, |
| 692 | }; |
| 693 | static arc arcs_35_0[1] = { |
| 694 | {87, 1}, |
| 695 | }; |
| 696 | static arc arcs_35_1[1] = { |
| 697 | {26, 2}, |
| 698 | }; |
| 699 | static arc arcs_35_2[1] = { |
| 700 | {21, 3}, |
| 701 | }; |
| 702 | static arc arcs_35_3[1] = { |
| 703 | {22, 4}, |
| 704 | }; |
| 705 | static arc arcs_35_4[3] = { |
| 706 | {88, 1}, |
| 707 | {89, 5}, |
| 708 | {0, 4}, |
| 709 | }; |
| 710 | static arc arcs_35_5[1] = { |
| 711 | {21, 6}, |
| 712 | }; |
| 713 | static arc arcs_35_6[1] = { |
| 714 | {22, 7}, |
| 715 | }; |
| 716 | static arc arcs_35_7[1] = { |
| 717 | {0, 7}, |
| 718 | }; |
| 719 | static state states_35[8] = { |
| 720 | {1, arcs_35_0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 721 | {1, arcs_35_1}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 722 | {1, arcs_35_2}, |
| 723 | {1, arcs_35_3}, |
| 724 | {3, arcs_35_4}, |
| 725 | {1, arcs_35_5}, |
| 726 | {1, arcs_35_6}, |
| 727 | {1, arcs_35_7}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 728 | }; |
| 729 | static arc arcs_36_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 730 | {90, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 731 | }; |
| 732 | static arc arcs_36_1[1] = { |
| 733 | {26, 2}, |
| 734 | }; |
| 735 | static arc arcs_36_2[1] = { |
| 736 | {21, 3}, |
| 737 | }; |
| 738 | static arc arcs_36_3[1] = { |
| 739 | {22, 4}, |
| 740 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 741 | static arc arcs_36_4[2] = { |
| 742 | {89, 5}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 743 | {0, 4}, |
| 744 | }; |
| 745 | static arc arcs_36_5[1] = { |
| 746 | {21, 6}, |
| 747 | }; |
| 748 | static arc arcs_36_6[1] = { |
| 749 | {22, 7}, |
| 750 | }; |
| 751 | static arc arcs_36_7[1] = { |
| 752 | {0, 7}, |
| 753 | }; |
| 754 | static state states_36[8] = { |
| 755 | {1, arcs_36_0}, |
| 756 | {1, arcs_36_1}, |
| 757 | {1, arcs_36_2}, |
| 758 | {1, arcs_36_3}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 759 | {2, arcs_36_4}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 760 | {1, arcs_36_5}, |
| 761 | {1, arcs_36_6}, |
| 762 | {1, arcs_36_7}, |
| 763 | }; |
| 764 | static arc arcs_37_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 765 | {91, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 766 | }; |
| 767 | static arc arcs_37_1[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 768 | {58, 2}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 769 | }; |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 770 | static arc arcs_37_2[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 771 | {92, 3}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 772 | }; |
| 773 | static arc arcs_37_3[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 774 | {9, 4}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 775 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 776 | static arc arcs_37_4[1] = { |
| 777 | {21, 5}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 778 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 779 | static arc arcs_37_5[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 780 | {22, 6}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 781 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 782 | static arc arcs_37_6[2] = { |
| 783 | {89, 7}, |
| 784 | {0, 6}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 785 | }; |
| 786 | static arc arcs_37_7[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 787 | {21, 8}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 788 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 789 | static arc arcs_37_8[1] = { |
| 790 | {22, 9}, |
| 791 | }; |
| 792 | static arc arcs_37_9[1] = { |
| 793 | {0, 9}, |
| 794 | }; |
| 795 | static state states_37[10] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 796 | {1, arcs_37_0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 797 | {1, arcs_37_1}, |
| 798 | {1, arcs_37_2}, |
| 799 | {1, arcs_37_3}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 800 | {1, arcs_37_4}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 801 | {1, arcs_37_5}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 802 | {2, arcs_37_6}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 803 | {1, arcs_37_7}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 804 | {1, arcs_37_8}, |
| 805 | {1, arcs_37_9}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 806 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 807 | static arc arcs_38_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 808 | {93, 1}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 809 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 810 | static arc arcs_38_1[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 811 | {21, 2}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 812 | }; |
| 813 | static arc arcs_38_2[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 814 | {22, 3}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 815 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 816 | static arc arcs_38_3[2] = { |
| 817 | {94, 4}, |
| 818 | {95, 5}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 819 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 820 | static arc arcs_38_4[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 821 | {21, 6}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 822 | }; |
| 823 | static arc arcs_38_5[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 824 | {21, 7}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 825 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 826 | static arc arcs_38_6[1] = { |
| 827 | {22, 8}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 828 | }; |
| 829 | static arc arcs_38_7[1] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 830 | {22, 9}, |
| 831 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 832 | static arc arcs_38_8[4] = { |
| 833 | {94, 4}, |
| 834 | {89, 10}, |
| 835 | {95, 5}, |
| 836 | {0, 8}, |
| 837 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 838 | static arc arcs_38_9[1] = { |
| 839 | {0, 9}, |
| 840 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 841 | static arc arcs_38_10[1] = { |
| 842 | {21, 11}, |
| 843 | }; |
| 844 | static arc arcs_38_11[1] = { |
| 845 | {22, 12}, |
| 846 | }; |
| 847 | static arc arcs_38_12[2] = { |
| 848 | {95, 5}, |
| 849 | {0, 12}, |
| 850 | }; |
| 851 | static state states_38[13] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 852 | {1, arcs_38_0}, |
| 853 | {1, arcs_38_1}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 854 | {1, arcs_38_2}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 855 | {2, arcs_38_3}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 856 | {1, arcs_38_4}, |
| 857 | {1, arcs_38_5}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 858 | {1, arcs_38_6}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 859 | {1, arcs_38_7}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 860 | {4, arcs_38_8}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 861 | {1, arcs_38_9}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 862 | {1, arcs_38_10}, |
| 863 | {1, arcs_38_11}, |
| 864 | {2, arcs_38_12}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 865 | }; |
| 866 | static arc arcs_39_0[1] = { |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 867 | {96, 1}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 868 | }; |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 869 | static arc arcs_39_1[1] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 870 | {26, 2}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 871 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 872 | static arc arcs_39_2[2] = { |
| 873 | {97, 3}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 874 | {21, 4}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 875 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 876 | static arc arcs_39_3[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 877 | {21, 4}, |
Guido van Rossum | 2583165 | 1993-05-19 14:50:45 +0000 | [diff] [blame] | 878 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 879 | static arc arcs_39_4[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 880 | {22, 5}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 881 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 882 | static arc arcs_39_5[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 883 | {0, 5}, |
| 884 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 885 | static state states_39[6] = { |
| 886 | {1, arcs_39_0}, |
| 887 | {1, arcs_39_1}, |
| 888 | {2, arcs_39_2}, |
| 889 | {1, arcs_39_3}, |
| 890 | {1, arcs_39_4}, |
| 891 | {1, arcs_39_5}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 892 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 893 | static arc arcs_40_0[1] = { |
| 894 | {77, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 895 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 896 | static arc arcs_40_1[1] = { |
| 897 | {98, 2}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 898 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 899 | static arc arcs_40_2[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 900 | {0, 2}, |
Guido van Rossum | 2583165 | 1993-05-19 14:50:45 +0000 | [diff] [blame] | 901 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 902 | static state states_40[3] = { |
| 903 | {1, arcs_40_0}, |
| 904 | {1, arcs_40_1}, |
| 905 | {1, arcs_40_2}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 906 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 907 | static arc arcs_41_0[1] = { |
| 908 | {99, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 909 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 910 | static arc arcs_41_1[2] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 911 | {26, 2}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 912 | {0, 1}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 913 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 914 | static arc arcs_41_2[2] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 915 | {27, 3}, |
| 916 | {0, 2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 917 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 918 | static arc arcs_41_3[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 919 | {26, 4}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 920 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 921 | static arc arcs_41_4[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 922 | {0, 4}, |
| 923 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 924 | static state states_41[5] = { |
| 925 | {1, arcs_41_0}, |
| 926 | {2, arcs_41_1}, |
| 927 | {2, arcs_41_2}, |
| 928 | {1, arcs_41_3}, |
| 929 | {1, arcs_41_4}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 930 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 931 | static arc arcs_42_0[2] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 932 | {3, 1}, |
| 933 | {2, 2}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 934 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 935 | static arc arcs_42_1[1] = { |
Guido van Rossum | beeda8a | 1996-01-12 01:13:38 +0000 | [diff] [blame] | 936 | {0, 1}, |
| 937 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 938 | static arc arcs_42_2[1] = { |
| 939 | {100, 3}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 940 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 941 | static arc arcs_42_3[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 942 | {6, 4}, |
| 943 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 944 | static arc arcs_42_4[2] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 945 | {6, 4}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 946 | {101, 1}, |
| 947 | }; |
| 948 | static state states_42[5] = { |
| 949 | {2, arcs_42_0}, |
| 950 | {1, arcs_42_1}, |
| 951 | {1, arcs_42_2}, |
| 952 | {1, arcs_42_3}, |
| 953 | {2, arcs_42_4}, |
| 954 | }; |
| 955 | static arc arcs_43_0[1] = { |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 956 | {103, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 957 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 958 | static arc arcs_43_1[2] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 959 | {27, 2}, |
| 960 | {0, 1}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 961 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 962 | static arc arcs_43_2[1] = { |
| 963 | {103, 3}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 964 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 965 | static arc arcs_43_3[2] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 966 | {27, 4}, |
| 967 | {0, 3}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 968 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 969 | static arc arcs_43_4[2] = { |
| 970 | {103, 3}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 971 | {0, 4}, |
| 972 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 973 | static state states_43[5] = { |
| 974 | {1, arcs_43_0}, |
| 975 | {2, arcs_43_1}, |
| 976 | {1, arcs_43_2}, |
| 977 | {2, arcs_43_3}, |
| 978 | {2, arcs_43_4}, |
Guido van Rossum | beeda8a | 1996-01-12 01:13:38 +0000 | [diff] [blame] | 979 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 980 | static arc arcs_44_0[2] = { |
| 981 | {104, 1}, |
| 982 | {105, 1}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 983 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 984 | static arc arcs_44_1[1] = { |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 985 | {0, 1}, |
Guido van Rossum | db3165e | 1993-10-18 17:06:59 +0000 | [diff] [blame] | 986 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 987 | static state states_44[2] = { |
| 988 | {2, arcs_44_0}, |
| 989 | {1, arcs_44_1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 990 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 991 | static arc arcs_45_0[1] = { |
| 992 | {106, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 993 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 994 | static arc arcs_45_1[2] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 995 | {23, 2}, |
| 996 | {21, 3}, |
| 997 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 998 | static arc arcs_45_2[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 999 | {21, 3}, |
| 1000 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1001 | static arc arcs_45_3[1] = { |
| 1002 | {103, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1003 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1004 | static arc arcs_45_4[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1005 | {0, 4}, |
| 1006 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1007 | static state states_45[5] = { |
| 1008 | {1, arcs_45_0}, |
| 1009 | {2, arcs_45_1}, |
| 1010 | {1, arcs_45_2}, |
| 1011 | {1, arcs_45_3}, |
| 1012 | {1, arcs_45_4}, |
| 1013 | }; |
| 1014 | static arc arcs_46_0[2] = { |
| 1015 | {104, 1}, |
| 1016 | {107, 2}, |
| 1017 | }; |
| 1018 | static arc arcs_46_1[2] = { |
| 1019 | {87, 3}, |
| 1020 | {0, 1}, |
| 1021 | }; |
| 1022 | static arc arcs_46_2[1] = { |
| 1023 | {0, 2}, |
| 1024 | }; |
| 1025 | static arc arcs_46_3[1] = { |
| 1026 | {104, 4}, |
| 1027 | }; |
| 1028 | static arc arcs_46_4[1] = { |
| 1029 | {89, 5}, |
| 1030 | }; |
| 1031 | static arc arcs_46_5[1] = { |
| 1032 | {26, 2}, |
| 1033 | }; |
| 1034 | static state states_46[6] = { |
| 1035 | {2, arcs_46_0}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1036 | {2, arcs_46_1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1037 | {1, arcs_46_2}, |
| 1038 | {1, arcs_46_3}, |
| 1039 | {1, arcs_46_4}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1040 | {1, arcs_46_5}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 1041 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1042 | static arc arcs_47_0[1] = { |
| 1043 | {108, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1044 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1045 | static arc arcs_47_1[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1046 | {109, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1047 | {0, 1}, |
| 1048 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1049 | static state states_47[2] = { |
| 1050 | {1, arcs_47_0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1051 | {2, arcs_47_1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1052 | }; |
| 1053 | static arc arcs_48_0[1] = { |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 1054 | {110, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1055 | }; |
| 1056 | static arc arcs_48_1[2] = { |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 1057 | {111, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1058 | {0, 1}, |
| 1059 | }; |
| 1060 | static state states_48[2] = { |
| 1061 | {1, arcs_48_0}, |
| 1062 | {2, arcs_48_1}, |
Guido van Rossum | db3165e | 1993-10-18 17:06:59 +0000 | [diff] [blame] | 1063 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1064 | static arc arcs_49_0[2] = { |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 1065 | {112, 1}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1066 | {113, 2}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 1067 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1068 | static arc arcs_49_1[1] = { |
| 1069 | {110, 2}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 1070 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1071 | static arc arcs_49_2[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1072 | {0, 2}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1073 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1074 | static state states_49[3] = { |
| 1075 | {2, arcs_49_0}, |
| 1076 | {1, arcs_49_1}, |
| 1077 | {1, arcs_49_2}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 1078 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1079 | static arc arcs_50_0[1] = { |
| 1080 | {98, 1}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 1081 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1082 | static arc arcs_50_1[2] = { |
| 1083 | {114, 0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1084 | {0, 1}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 1085 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1086 | static state states_50[2] = { |
| 1087 | {1, arcs_50_0}, |
| 1088 | {2, arcs_50_1}, |
Guido van Rossum | 8861b74 | 1996-07-30 16:49:37 +0000 | [diff] [blame] | 1089 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1090 | static arc arcs_51_0[9] = { |
| 1091 | {115, 1}, |
| 1092 | {116, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1093 | {117, 1}, |
| 1094 | {118, 1}, |
| 1095 | {119, 1}, |
| 1096 | {120, 1}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1097 | {92, 1}, |
| 1098 | {112, 2}, |
| 1099 | {121, 3}, |
Guido van Rossum | 8861b74 | 1996-07-30 16:49:37 +0000 | [diff] [blame] | 1100 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1101 | static arc arcs_51_1[1] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1102 | {0, 1}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 1103 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1104 | static arc arcs_51_2[1] = { |
| 1105 | {92, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1106 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1107 | static arc arcs_51_3[2] = { |
| 1108 | {112, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1109 | {0, 3}, |
| 1110 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1111 | static state states_51[4] = { |
| 1112 | {9, arcs_51_0}, |
| 1113 | {1, arcs_51_1}, |
| 1114 | {1, arcs_51_2}, |
| 1115 | {2, arcs_51_3}, |
| 1116 | }; |
| 1117 | static arc arcs_52_0[1] = { |
| 1118 | {122, 1}, |
| 1119 | }; |
| 1120 | static arc arcs_52_1[2] = { |
| 1121 | {123, 0}, |
| 1122 | {0, 1}, |
| 1123 | }; |
| 1124 | static state states_52[2] = { |
| 1125 | {1, arcs_52_0}, |
| 1126 | {2, arcs_52_1}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 1127 | }; |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1128 | static arc arcs_53_0[1] = { |
Guido van Rossum | b053cd8 | 2006-08-24 03:53:23 +0000 | [diff] [blame] | 1129 | {124, 1}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 1130 | }; |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1131 | static arc arcs_53_1[2] = { |
Guido van Rossum | b053cd8 | 2006-08-24 03:53:23 +0000 | [diff] [blame] | 1132 | {125, 0}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1133 | {0, 1}, |
Thomas Wouters | 5215225 | 2000-08-17 22:55:00 +0000 | [diff] [blame] | 1134 | }; |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1135 | static state states_53[2] = { |
| 1136 | {1, arcs_53_0}, |
| 1137 | {2, arcs_53_1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1138 | }; |
| 1139 | static arc arcs_54_0[1] = { |
Guido van Rossum | b053cd8 | 2006-08-24 03:53:23 +0000 | [diff] [blame] | 1140 | {126, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1141 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1142 | static arc arcs_54_1[2] = { |
Guido van Rossum | b053cd8 | 2006-08-24 03:53:23 +0000 | [diff] [blame] | 1143 | {127, 0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1144 | {0, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1145 | }; |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1146 | static state states_54[2] = { |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1147 | {1, arcs_54_0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1148 | {2, arcs_54_1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1149 | }; |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1150 | static arc arcs_55_0[1] = { |
Guido van Rossum | b053cd8 | 2006-08-24 03:53:23 +0000 | [diff] [blame] | 1151 | {128, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1152 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1153 | static arc arcs_55_1[3] = { |
Guido van Rossum | b053cd8 | 2006-08-24 03:53:23 +0000 | [diff] [blame] | 1154 | {129, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1155 | {56, 0}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1156 | {0, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1157 | }; |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1158 | static state states_55[2] = { |
| 1159 | {1, arcs_55_0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1160 | {3, arcs_55_1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1161 | }; |
| 1162 | static arc arcs_56_0[1] = { |
Guido van Rossum | b053cd8 | 2006-08-24 03:53:23 +0000 | [diff] [blame] | 1163 | {130, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1164 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1165 | static arc arcs_56_1[3] = { |
Guido van Rossum | b053cd8 | 2006-08-24 03:53:23 +0000 | [diff] [blame] | 1166 | {131, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1167 | {132, 0}, |
Guido van Rossum | 1c91707 | 2001-10-15 15:44:05 +0000 | [diff] [blame] | 1168 | {0, 1}, |
Guido van Rossum | 8ecd1ad | 1997-04-02 05:24:08 +0000 | [diff] [blame] | 1169 | }; |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1170 | static state states_56[2] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1171 | {1, arcs_56_0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1172 | {3, arcs_56_1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1173 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1174 | static arc arcs_57_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1175 | {133, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1176 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1177 | static arc arcs_57_1[5] = { |
| 1178 | {28, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1179 | {134, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1180 | {135, 0}, |
| 1181 | {136, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1182 | {0, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1183 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1184 | static state states_57[2] = { |
| 1185 | {1, arcs_57_0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1186 | {5, arcs_57_1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1187 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1188 | static arc arcs_58_0[4] = { |
| 1189 | {131, 1}, |
| 1190 | {132, 1}, |
| 1191 | {137, 1}, |
| 1192 | {138, 2}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1193 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1194 | static arc arcs_58_1[1] = { |
| 1195 | {133, 2}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1196 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1197 | static arc arcs_58_2[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1198 | {0, 2}, |
| 1199 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1200 | static state states_58[3] = { |
| 1201 | {4, arcs_58_0}, |
| 1202 | {1, arcs_58_1}, |
| 1203 | {1, arcs_58_2}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1204 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1205 | static arc arcs_59_0[1] = { |
| 1206 | {139, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1207 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1208 | static arc arcs_59_1[3] = { |
| 1209 | {140, 1}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1210 | {29, 2}, |
| 1211 | {0, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1212 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1213 | static arc arcs_59_2[1] = { |
| 1214 | {133, 3}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1215 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1216 | static arc arcs_59_3[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1217 | {0, 3}, |
| 1218 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1219 | static state states_59[4] = { |
| 1220 | {1, arcs_59_0}, |
| 1221 | {3, arcs_59_1}, |
| 1222 | {1, arcs_59_2}, |
| 1223 | {1, arcs_59_3}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1224 | }; |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1225 | static arc arcs_60_0[7] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1226 | {13, 1}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1227 | {142, 2}, |
| 1228 | {145, 3}, |
Brett Cannon | cf588f6 | 2006-08-25 04:28:18 +0000 | [diff] [blame] | 1229 | {19, 4}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1230 | {148, 4}, |
| 1231 | {149, 5}, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1232 | {74, 6}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1233 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1234 | static arc arcs_60_1[3] = { |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1235 | {42, 7}, |
| 1236 | {141, 7}, |
Brett Cannon | cf588f6 | 2006-08-25 04:28:18 +0000 | [diff] [blame] | 1237 | {15, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1238 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1239 | static arc arcs_60_2[2] = { |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1240 | {143, 8}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1241 | {144, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1242 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1243 | static arc arcs_60_3[2] = { |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1244 | {146, 9}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1245 | {147, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1246 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1247 | static arc arcs_60_4[1] = { |
Brett Cannon | cf588f6 | 2006-08-25 04:28:18 +0000 | [diff] [blame] | 1248 | {0, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1249 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1250 | static arc arcs_60_5[2] = { |
| 1251 | {149, 5}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1252 | {0, 5}, |
| 1253 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1254 | static arc arcs_60_6[1] = { |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1255 | {74, 10}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1256 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1257 | static arc arcs_60_7[1] = { |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1258 | {15, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1259 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1260 | static arc arcs_60_8[1] = { |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1261 | {144, 4}, |
| 1262 | }; |
| 1263 | static arc arcs_60_9[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1264 | {147, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1265 | }; |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1266 | static arc arcs_60_10[1] = { |
| 1267 | {74, 4}, |
| 1268 | }; |
| 1269 | static state states_60[11] = { |
| 1270 | {7, arcs_60_0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1271 | {3, arcs_60_1}, |
| 1272 | {2, arcs_60_2}, |
| 1273 | {2, arcs_60_3}, |
| 1274 | {1, arcs_60_4}, |
| 1275 | {2, arcs_60_5}, |
| 1276 | {1, arcs_60_6}, |
| 1277 | {1, arcs_60_7}, |
| 1278 | {1, arcs_60_8}, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1279 | {1, arcs_60_9}, |
| 1280 | {1, arcs_60_10}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1281 | }; |
| 1282 | static arc arcs_61_0[1] = { |
| 1283 | {26, 1}, |
| 1284 | }; |
| 1285 | static arc arcs_61_1[3] = { |
| 1286 | {150, 2}, |
| 1287 | {27, 3}, |
| 1288 | {0, 1}, |
| 1289 | }; |
| 1290 | static arc arcs_61_2[1] = { |
| 1291 | {0, 2}, |
| 1292 | }; |
| 1293 | static arc arcs_61_3[2] = { |
| 1294 | {26, 4}, |
| 1295 | {0, 3}, |
| 1296 | }; |
| 1297 | static arc arcs_61_4[2] = { |
| 1298 | {27, 3}, |
| 1299 | {0, 4}, |
| 1300 | }; |
| 1301 | static state states_61[5] = { |
| 1302 | {1, arcs_61_0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1303 | {3, arcs_61_1}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1304 | {1, arcs_61_2}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1305 | {2, arcs_61_3}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1306 | {2, arcs_61_4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1307 | }; |
| 1308 | static arc arcs_62_0[1] = { |
| 1309 | {26, 1}, |
| 1310 | }; |
| 1311 | static arc arcs_62_1[3] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1312 | {151, 2}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1313 | {27, 3}, |
| 1314 | {0, 1}, |
| 1315 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1316 | static arc arcs_62_2[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1317 | {0, 2}, |
| 1318 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1319 | static arc arcs_62_3[2] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1320 | {26, 4}, |
| 1321 | {0, 3}, |
| 1322 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1323 | static arc arcs_62_4[2] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1324 | {27, 3}, |
| 1325 | {0, 4}, |
| 1326 | }; |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1327 | static state states_62[5] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1328 | {1, arcs_62_0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1329 | {3, arcs_62_1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1330 | {1, arcs_62_2}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1331 | {2, arcs_62_3}, |
| 1332 | {2, arcs_62_4}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1333 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1334 | static arc arcs_63_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1335 | {106, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1336 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1337 | static arc arcs_63_1[2] = { |
| 1338 | {23, 2}, |
| 1339 | {21, 3}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1340 | }; |
| 1341 | static arc arcs_63_2[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1342 | {21, 3}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1343 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1344 | static arc arcs_63_3[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1345 | {26, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1346 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1347 | static arc arcs_63_4[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1348 | {0, 4}, |
| 1349 | }; |
| 1350 | static state states_63[5] = { |
| 1351 | {1, arcs_63_0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1352 | {2, arcs_63_1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1353 | {1, arcs_63_2}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1354 | {1, arcs_63_3}, |
| 1355 | {1, arcs_63_4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1356 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1357 | static arc arcs_64_0[3] = { |
| 1358 | {13, 1}, |
| 1359 | {142, 2}, |
| 1360 | {74, 3}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1361 | }; |
| 1362 | static arc arcs_64_1[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1363 | {14, 4}, |
| 1364 | {15, 5}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1365 | }; |
| 1366 | static arc arcs_64_2[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1367 | {152, 6}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1368 | }; |
| 1369 | static arc arcs_64_3[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1370 | {19, 5}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1371 | }; |
| 1372 | static arc arcs_64_4[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1373 | {15, 5}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1374 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1375 | static arc arcs_64_5[1] = { |
| 1376 | {0, 5}, |
| 1377 | }; |
| 1378 | static arc arcs_64_6[1] = { |
| 1379 | {144, 5}, |
| 1380 | }; |
| 1381 | static state states_64[7] = { |
| 1382 | {3, arcs_64_0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1383 | {2, arcs_64_1}, |
| 1384 | {1, arcs_64_2}, |
| 1385 | {1, arcs_64_3}, |
| 1386 | {1, arcs_64_4}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1387 | {1, arcs_64_5}, |
| 1388 | {1, arcs_64_6}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1389 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1390 | static arc arcs_65_0[1] = { |
| 1391 | {153, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1392 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1393 | static arc arcs_65_1[2] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1394 | {27, 2}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1395 | {0, 1}, |
| 1396 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1397 | static arc arcs_65_2[2] = { |
| 1398 | {153, 1}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1399 | {0, 2}, |
| 1400 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1401 | static state states_65[3] = { |
| 1402 | {1, arcs_65_0}, |
| 1403 | {2, arcs_65_1}, |
| 1404 | {2, arcs_65_2}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1405 | }; |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1406 | static arc arcs_66_0[2] = { |
| 1407 | {26, 1}, |
| 1408 | {21, 2}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1409 | }; |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1410 | static arc arcs_66_1[2] = { |
| 1411 | {21, 2}, |
| 1412 | {0, 1}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1413 | }; |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1414 | static arc arcs_66_2[3] = { |
| 1415 | {26, 3}, |
| 1416 | {154, 4}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1417 | {0, 2}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1418 | }; |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1419 | static arc arcs_66_3[2] = { |
| 1420 | {154, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1421 | {0, 3}, |
| 1422 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1423 | static arc arcs_66_4[1] = { |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1424 | {0, 4}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1425 | }; |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1426 | static state states_66[5] = { |
| 1427 | {2, arcs_66_0}, |
| 1428 | {2, arcs_66_1}, |
| 1429 | {3, arcs_66_2}, |
| 1430 | {2, arcs_66_3}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1431 | {1, arcs_66_4}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1432 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1433 | static arc arcs_67_0[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1434 | {21, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1435 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1436 | static arc arcs_67_1[2] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1437 | {26, 2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1438 | {0, 1}, |
| 1439 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1440 | static arc arcs_67_2[1] = { |
| 1441 | {0, 2}, |
| 1442 | }; |
| 1443 | static state states_67[3] = { |
| 1444 | {1, arcs_67_0}, |
| 1445 | {2, arcs_67_1}, |
| 1446 | {1, arcs_67_2}, |
| 1447 | }; |
| 1448 | static arc arcs_68_0[1] = { |
| 1449 | {98, 1}, |
| 1450 | }; |
| 1451 | static arc arcs_68_1[2] = { |
| 1452 | {27, 2}, |
| 1453 | {0, 1}, |
| 1454 | }; |
| 1455 | static arc arcs_68_2[2] = { |
| 1456 | {98, 1}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1457 | {0, 2}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1458 | }; |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1459 | static state states_68[3] = { |
| 1460 | {1, arcs_68_0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1461 | {2, arcs_68_1}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1462 | {2, arcs_68_2}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1463 | }; |
| 1464 | static arc arcs_69_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1465 | {26, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1466 | }; |
| 1467 | static arc arcs_69_1[2] = { |
| 1468 | {27, 2}, |
| 1469 | {0, 1}, |
| 1470 | }; |
| 1471 | static arc arcs_69_2[2] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1472 | {26, 1}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1473 | {0, 2}, |
| 1474 | }; |
| 1475 | static state states_69[3] = { |
| 1476 | {1, arcs_69_0}, |
| 1477 | {2, arcs_69_1}, |
| 1478 | {2, arcs_69_2}, |
| 1479 | }; |
| 1480 | static arc arcs_70_0[1] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1481 | {26, 1}, |
| 1482 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1483 | static arc arcs_70_1[3] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1484 | {21, 2}, |
Guido van Rossum | 86e58e2 | 2006-08-28 15:27:34 +0000 | [diff] [blame] | 1485 | {27, 3}, |
| 1486 | {0, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1487 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1488 | static arc arcs_70_2[1] = { |
Guido van Rossum | 86e58e2 | 2006-08-28 15:27:34 +0000 | [diff] [blame] | 1489 | {26, 4}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1490 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1491 | static arc arcs_70_3[2] = { |
Guido van Rossum | 86e58e2 | 2006-08-28 15:27:34 +0000 | [diff] [blame] | 1492 | {26, 5}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1493 | {0, 3}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1494 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1495 | static arc arcs_70_4[2] = { |
Guido van Rossum | 86e58e2 | 2006-08-28 15:27:34 +0000 | [diff] [blame] | 1496 | {27, 6}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1497 | {0, 4}, |
| 1498 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1499 | static arc arcs_70_5[2] = { |
Guido van Rossum | 86e58e2 | 2006-08-28 15:27:34 +0000 | [diff] [blame] | 1500 | {27, 3}, |
| 1501 | {0, 5}, |
| 1502 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1503 | static arc arcs_70_6[2] = { |
Guido van Rossum | 86e58e2 | 2006-08-28 15:27:34 +0000 | [diff] [blame] | 1504 | {26, 7}, |
| 1505 | {0, 6}, |
| 1506 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1507 | static arc arcs_70_7[1] = { |
Guido van Rossum | 86e58e2 | 2006-08-28 15:27:34 +0000 | [diff] [blame] | 1508 | {21, 2}, |
| 1509 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1510 | static state states_70[8] = { |
| 1511 | {1, arcs_70_0}, |
| 1512 | {3, arcs_70_1}, |
| 1513 | {1, arcs_70_2}, |
| 1514 | {2, arcs_70_3}, |
| 1515 | {2, arcs_70_4}, |
| 1516 | {2, arcs_70_5}, |
| 1517 | {2, arcs_70_6}, |
| 1518 | {1, arcs_70_7}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1519 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1520 | static arc arcs_71_0[1] = { |
| 1521 | {155, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1522 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1523 | static arc arcs_71_1[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1524 | {19, 2}, |
| 1525 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1526 | static arc arcs_71_2[2] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1527 | {13, 3}, |
| 1528 | {21, 4}, |
| 1529 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1530 | static arc arcs_71_3[2] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1531 | {9, 5}, |
| 1532 | {15, 6}, |
| 1533 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1534 | static arc arcs_71_4[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1535 | {22, 7}, |
| 1536 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1537 | static arc arcs_71_5[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1538 | {15, 6}, |
| 1539 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1540 | static arc arcs_71_6[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1541 | {21, 4}, |
| 1542 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1543 | static arc arcs_71_7[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1544 | {0, 7}, |
| 1545 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1546 | static state states_71[8] = { |
| 1547 | {1, arcs_71_0}, |
| 1548 | {1, arcs_71_1}, |
| 1549 | {2, arcs_71_2}, |
| 1550 | {2, arcs_71_3}, |
| 1551 | {1, arcs_71_4}, |
| 1552 | {1, arcs_71_5}, |
| 1553 | {1, arcs_71_6}, |
| 1554 | {1, arcs_71_7}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1555 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1556 | static arc arcs_72_0[3] = { |
| 1557 | {156, 1}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1558 | {28, 2}, |
| 1559 | {29, 3}, |
| 1560 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1561 | static arc arcs_72_1[2] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1562 | {27, 4}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1563 | {0, 1}, |
| 1564 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1565 | static arc arcs_72_2[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1566 | {26, 5}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1567 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1568 | static arc arcs_72_3[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1569 | {26, 6}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1570 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1571 | static arc arcs_72_4[4] = { |
| 1572 | {156, 1}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1573 | {28, 2}, |
| 1574 | {29, 3}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1575 | {0, 4}, |
| 1576 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1577 | static arc arcs_72_5[2] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1578 | {27, 7}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1579 | {0, 5}, |
| 1580 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1581 | static arc arcs_72_6[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1582 | {0, 6}, |
| 1583 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1584 | static arc arcs_72_7[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1585 | {29, 3}, |
| 1586 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1587 | static state states_72[8] = { |
| 1588 | {3, arcs_72_0}, |
| 1589 | {2, arcs_72_1}, |
| 1590 | {1, arcs_72_2}, |
| 1591 | {1, arcs_72_3}, |
| 1592 | {4, arcs_72_4}, |
| 1593 | {2, arcs_72_5}, |
| 1594 | {1, arcs_72_6}, |
| 1595 | {1, arcs_72_7}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1596 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1597 | static arc arcs_73_0[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1598 | {26, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1599 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1600 | static arc arcs_73_1[3] = { |
| 1601 | {151, 2}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1602 | {25, 3}, |
| 1603 | {0, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1604 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1605 | static arc arcs_73_2[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1606 | {0, 2}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1607 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1608 | static arc arcs_73_3[1] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1609 | {26, 2}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1610 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1611 | static state states_73[4] = { |
| 1612 | {1, arcs_73_0}, |
| 1613 | {3, arcs_73_1}, |
| 1614 | {1, arcs_73_2}, |
| 1615 | {1, arcs_73_3}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1616 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1617 | static arc arcs_74_0[2] = { |
| 1618 | {150, 1}, |
| 1619 | {158, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1620 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1621 | static arc arcs_74_1[1] = { |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1622 | {0, 1}, |
| 1623 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1624 | static state states_74[2] = { |
| 1625 | {2, arcs_74_0}, |
| 1626 | {1, arcs_74_1}, |
| 1627 | }; |
| 1628 | static arc arcs_75_0[1] = { |
| 1629 | {91, 1}, |
| 1630 | }; |
| 1631 | static arc arcs_75_1[1] = { |
| 1632 | {58, 2}, |
| 1633 | }; |
| 1634 | static arc arcs_75_2[1] = { |
| 1635 | {92, 3}, |
| 1636 | }; |
| 1637 | static arc arcs_75_3[1] = { |
| 1638 | {102, 4}, |
| 1639 | }; |
| 1640 | static arc arcs_75_4[2] = { |
| 1641 | {157, 5}, |
| 1642 | {0, 4}, |
| 1643 | }; |
| 1644 | static arc arcs_75_5[1] = { |
| 1645 | {0, 5}, |
| 1646 | }; |
| 1647 | static state states_75[6] = { |
| 1648 | {1, arcs_75_0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1649 | {1, arcs_75_1}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1650 | {1, arcs_75_2}, |
| 1651 | {1, arcs_75_3}, |
| 1652 | {2, arcs_75_4}, |
| 1653 | {1, arcs_75_5}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1654 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1655 | static arc arcs_76_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1656 | {87, 1}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1657 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1658 | static arc arcs_76_1[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1659 | {103, 2}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1660 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1661 | static arc arcs_76_2[2] = { |
| 1662 | {157, 3}, |
| 1663 | {0, 2}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1664 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1665 | static arc arcs_76_3[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1666 | {0, 3}, |
| 1667 | }; |
| 1668 | static state states_76[4] = { |
| 1669 | {1, arcs_76_0}, |
| 1670 | {1, arcs_76_1}, |
| 1671 | {2, arcs_76_2}, |
| 1672 | {1, arcs_76_3}, |
| 1673 | }; |
| 1674 | static arc arcs_77_0[2] = { |
| 1675 | {151, 1}, |
| 1676 | {160, 1}, |
| 1677 | }; |
| 1678 | static arc arcs_77_1[1] = { |
| 1679 | {0, 1}, |
| 1680 | }; |
| 1681 | static state states_77[2] = { |
| 1682 | {2, arcs_77_0}, |
| 1683 | {1, arcs_77_1}, |
| 1684 | }; |
| 1685 | static arc arcs_78_0[1] = { |
| 1686 | {91, 1}, |
| 1687 | }; |
| 1688 | static arc arcs_78_1[1] = { |
| 1689 | {58, 2}, |
| 1690 | }; |
| 1691 | static arc arcs_78_2[1] = { |
| 1692 | {92, 3}, |
| 1693 | }; |
| 1694 | static arc arcs_78_3[1] = { |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 1695 | {104, 4}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1696 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1697 | static arc arcs_78_4[2] = { |
Brett Cannon | cf588f6 | 2006-08-25 04:28:18 +0000 | [diff] [blame] | 1698 | {159, 5}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1699 | {0, 4}, |
| 1700 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1701 | static arc arcs_78_5[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1702 | {0, 5}, |
| 1703 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1704 | static state states_78[6] = { |
| 1705 | {1, arcs_78_0}, |
| 1706 | {1, arcs_78_1}, |
| 1707 | {1, arcs_78_2}, |
| 1708 | {1, arcs_78_3}, |
| 1709 | {2, arcs_78_4}, |
| 1710 | {1, arcs_78_5}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1711 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1712 | static arc arcs_79_0[1] = { |
| 1713 | {87, 1}, |
Raymond Hettinger | 354433a | 2004-05-19 08:20:33 +0000 | [diff] [blame] | 1714 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1715 | static arc arcs_79_1[1] = { |
| 1716 | {103, 2}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1717 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1718 | static arc arcs_79_2[2] = { |
Brett Cannon | cf588f6 | 2006-08-25 04:28:18 +0000 | [diff] [blame] | 1719 | {159, 3}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1720 | {0, 2}, |
| 1721 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1722 | static arc arcs_79_3[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1723 | {0, 3}, |
| 1724 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1725 | static state states_79[4] = { |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1726 | {1, arcs_79_0}, |
| 1727 | {1, arcs_79_1}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1728 | {2, arcs_79_2}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1729 | {1, arcs_79_3}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1730 | }; |
| 1731 | static arc arcs_80_0[1] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1732 | {26, 1}, |
| 1733 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1734 | static arc arcs_80_1[2] = { |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1735 | {27, 0}, |
| 1736 | {0, 1}, |
| 1737 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1738 | static state states_80[2] = { |
| 1739 | {1, arcs_80_0}, |
| 1740 | {2, arcs_80_1}, |
| 1741 | }; |
| 1742 | static arc arcs_81_0[1] = { |
| 1743 | {19, 1}, |
| 1744 | }; |
| 1745 | static arc arcs_81_1[1] = { |
| 1746 | {0, 1}, |
| 1747 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1748 | static state states_81[2] = { |
| 1749 | {1, arcs_81_0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1750 | {1, arcs_81_1}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1751 | }; |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1752 | static arc arcs_82_0[1] = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1753 | {163, 1}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 1754 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1755 | static arc arcs_82_1[2] = { |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1756 | {9, 2}, |
| 1757 | {0, 1}, |
| 1758 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1759 | static arc arcs_82_2[1] = { |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1760 | {0, 2}, |
| 1761 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1762 | static state states_82[3] = { |
| 1763 | {1, arcs_82_0}, |
| 1764 | {2, arcs_82_1}, |
| 1765 | {1, arcs_82_2}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1766 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1767 | static dfa dfas[83] = { |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1768 | {256, "single_input", 0, 3, states_0, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1769 | "\004\050\014\000\000\000\200\012\236\206\201\054\001\004\001\000\030\102\062\010\010"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1770 | {257, "file_input", 0, 2, states_1, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1771 | "\204\050\014\000\000\000\200\012\236\206\201\054\001\004\001\000\030\102\062\010\010"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1772 | {258, "eval_input", 0, 3, states_2, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1773 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1774 | {259, "decorator", 0, 7, states_3, |
| 1775 | "\000\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1776 | {260, "decorators", 0, 2, states_4, |
| 1777 | "\000\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1778 | {261, "funcdef", 0, 7, states_5, |
| 1779 | "\000\010\004\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1780 | {262, "parameters", 0, 4, states_6, |
| 1781 | "\000\040\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Guido van Rossum | 4f72a78 | 2006-10-27 23:31:49 +0000 | [diff] [blame] | 1782 | {263, "varargslist", 0, 12, states_7, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1783 | "\000\040\010\060\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1784 | {264, "fpdef", 0, 4, states_8, |
| 1785 | "\000\040\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1786 | {265, "fplist", 0, 3, states_9, |
| 1787 | "\000\040\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1788 | {266, "stmt", 0, 2, states_10, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1789 | "\000\050\014\000\000\000\200\012\236\206\201\054\001\004\001\000\030\102\062\010\010"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1790 | {267, "simple_stmt", 0, 4, states_11, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1791 | "\000\040\010\000\000\000\200\012\236\206\001\000\000\004\001\000\030\102\062\000\010"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1792 | {268, "small_stmt", 0, 2, states_12, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1793 | "\000\040\010\000\000\000\200\012\236\206\001\000\000\004\001\000\030\102\062\000\010"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1794 | {269, "expr_stmt", 0, 6, states_13, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1795 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1796 | {270, "augassign", 0, 2, states_14, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1797 | "\000\000\000\000\000\370\177\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1798 | {271, "print_stmt", 0, 9, states_15, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1799 | "\000\000\000\000\000\000\200\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1800 | {272, "del_stmt", 0, 3, states_16, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1801 | "\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1802 | {273, "pass_stmt", 0, 2, states_17, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1803 | "\000\000\000\000\000\000\000\010\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1804 | {274, "flow_stmt", 0, 2, states_18, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1805 | "\000\000\000\000\000\000\000\000\036\000\000\000\000\000\000\000\000\000\000\000\010"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1806 | {275, "break_stmt", 0, 2, states_19, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1807 | "\000\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1808 | {276, "continue_stmt", 0, 2, states_20, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1809 | "\000\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1810 | {277, "return_stmt", 0, 3, states_21, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1811 | "\000\000\000\000\000\000\000\000\010\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1812 | {278, "yield_stmt", 0, 2, states_22, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1813 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\010"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1814 | {279, "raise_stmt", 0, 7, states_23, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1815 | "\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1816 | {280, "import_stmt", 0, 2, states_24, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1817 | "\000\000\000\000\000\000\000\000\200\002\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1818 | {281, "import_name", 0, 3, states_25, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1819 | "\000\000\000\000\000\000\000\000\200\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Thomas Wouters | 477c8d5 | 2006-05-27 19:21:47 +0000 | [diff] [blame] | 1820 | {282, "import_from", 0, 8, states_26, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1821 | "\000\000\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\000\000\000\000"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1822 | {283, "import_as_name", 0, 4, states_27, |
| 1823 | "\000\000\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1824 | {284, "dotted_as_name", 0, 4, states_28, |
| 1825 | "\000\000\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1826 | {285, "import_as_names", 0, 3, states_29, |
| 1827 | "\000\000\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1828 | {286, "dotted_as_names", 0, 2, states_30, |
| 1829 | "\000\000\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1830 | {287, "dotted_name", 0, 2, states_31, |
| 1831 | "\000\000\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1832 | {288, "global_stmt", 0, 3, states_32, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1833 | "\000\000\000\000\000\000\000\000\000\200\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1834 | {289, "assert_stmt", 0, 5, states_33, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1835 | "\000\000\000\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\000\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1836 | {290, "compound_stmt", 0, 2, states_34, |
| 1837 | "\000\010\004\000\000\000\000\000\000\000\200\054\001\000\000\000\000\000\000\010\000"}, |
| 1838 | {291, "if_stmt", 0, 8, states_35, |
| 1839 | "\000\000\000\000\000\000\000\000\000\000\200\000\000\000\000\000\000\000\000\000\000"}, |
| 1840 | {292, "while_stmt", 0, 8, states_36, |
| 1841 | "\000\000\000\000\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000\000\000"}, |
| 1842 | {293, "for_stmt", 0, 10, states_37, |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 1843 | "\000\000\000\000\000\000\000\000\000\000\000\010\000\000\000\000\000\000\000\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1844 | {294, "try_stmt", 0, 13, states_38, |
| 1845 | "\000\000\000\000\000\000\000\000\000\000\000\040\000\000\000\000\000\000\000\000\000"}, |
| 1846 | {295, "with_stmt", 0, 6, states_39, |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 1847 | "\000\000\000\000\000\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1848 | {296, "with_var", 0, 3, states_40, |
| 1849 | "\000\000\000\000\000\000\000\000\000\040\000\000\000\000\000\000\000\000\000\000\000"}, |
| 1850 | {297, "except_clause", 0, 5, states_41, |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 1851 | "\000\000\000\000\000\000\000\000\000\000\000\000\010\000\000\000\000\000\000\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1852 | {298, "suite", 0, 5, states_42, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1853 | "\004\040\010\000\000\000\200\012\236\206\001\000\000\004\001\000\030\102\062\000\010"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1854 | {299, "testlist_safe", 0, 5, states_43, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1855 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1856 | {300, "old_test", 0, 2, states_44, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1857 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1858 | {301, "old_lambdef", 0, 5, states_45, |
| 1859 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000"}, |
| 1860 | {302, "test", 0, 6, states_46, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1861 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1862 | {303, "or_test", 0, 2, states_47, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1863 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1864 | {304, "and_test", 0, 2, states_48, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1865 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1866 | {305, "not_test", 0, 3, states_49, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1867 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1868 | {306, "comparison", 0, 2, states_50, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1869 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1870 | {307, "comp_op", 0, 4, states_51, |
| 1871 | "\000\000\000\000\000\000\000\000\000\000\000\020\000\000\371\003\000\000\000\000\000"}, |
| 1872 | {308, "expr", 0, 2, states_52, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1873 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1874 | {309, "xor_expr", 0, 2, states_53, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1875 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1876 | {310, "and_expr", 0, 2, states_54, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1877 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1878 | {311, "shift_expr", 0, 2, states_55, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1879 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1880 | {312, "arith_expr", 0, 2, states_56, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1881 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1882 | {313, "term", 0, 2, states_57, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1883 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1884 | {314, "factor", 0, 3, states_58, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1885 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1886 | {315, "power", 0, 4, states_59, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1887 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\000\100\062\000\000"}, |
| 1888 | {316, "atom", 0, 11, states_60, |
| 1889 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\000\100\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1890 | {317, "listmaker", 0, 5, states_61, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1891 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1892 | {318, "testlist_gexp", 0, 5, states_62, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1893 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1894 | {319, "lambdef", 0, 5, states_63, |
| 1895 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000"}, |
| 1896 | {320, "trailer", 0, 7, states_64, |
| 1897 | "\000\040\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000\100\000\000\000"}, |
| 1898 | {321, "subscriptlist", 0, 3, states_65, |
| 1899 | "\000\040\050\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1900 | {322, "subscript", 0, 5, states_66, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1901 | "\000\040\050\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
| 1902 | {323, "sliceop", 0, 3, states_67, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1903 | "\000\000\040\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1904 | {324, "exprlist", 0, 3, states_68, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1905 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\000\000\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1906 | {325, "testlist", 0, 3, states_69, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1907 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1908 | {326, "dictsetmaker", 0, 8, states_70, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1909 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1910 | {327, "classdef", 0, 8, states_71, |
| 1911 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\010\000"}, |
| 1912 | {328, "arglist", 0, 8, states_72, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1913 | "\000\040\010\060\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1914 | {329, "argument", 0, 4, states_73, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1915 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1916 | {330, "list_iter", 0, 2, states_74, |
| 1917 | "\000\000\000\000\000\000\000\000\000\000\200\010\000\000\000\000\000\000\000\000\000"}, |
| 1918 | {331, "list_for", 0, 6, states_75, |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 1919 | "\000\000\000\000\000\000\000\000\000\000\000\010\000\000\000\000\000\000\000\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1920 | {332, "list_if", 0, 4, states_76, |
| 1921 | "\000\000\000\000\000\000\000\000\000\000\200\000\000\000\000\000\000\000\000\000\000"}, |
| 1922 | {333, "gen_iter", 0, 2, states_77, |
| 1923 | "\000\000\000\000\000\000\000\000\000\000\200\010\000\000\000\000\000\000\000\000\000"}, |
| 1924 | {334, "gen_for", 0, 6, states_78, |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 1925 | "\000\000\000\000\000\000\000\000\000\000\000\010\000\000\000\000\000\000\000\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1926 | {335, "gen_if", 0, 4, states_79, |
| 1927 | "\000\000\000\000\000\000\000\000\000\000\200\000\000\000\000\000\000\000\000\000\000"}, |
| 1928 | {336, "testlist1", 0, 2, states_80, |
Georg Brandl | 52318d6 | 2006-09-06 07:06:08 +0000 | [diff] [blame] | 1929 | "\000\040\010\000\000\000\000\000\000\004\000\000\000\004\001\000\030\102\062\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1930 | {337, "encoding_decl", 0, 2, states_81, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 1931 | "\000\000\010\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1932 | {338, "yield_expr", 0, 3, states_82, |
| 1933 | "\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\010"}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 1934 | }; |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1935 | static label labels[164] = { |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 1936 | {0, "EMPTY"}, |
| 1937 | {256, 0}, |
| 1938 | {4, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1939 | {267, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1940 | {290, 0}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 1941 | {257, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1942 | {266, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 1943 | {0, 0}, |
| 1944 | {258, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1945 | {325, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 1946 | {259, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1947 | {50, 0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1948 | {287, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1949 | {7, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1950 | {328, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1951 | {8, 0}, |
| 1952 | {260, 0}, |
| 1953 | {261, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 1954 | {1, "def"}, |
| 1955 | {1, 0}, |
Guido van Rossum | 590baa4 | 1993-11-30 13:40:46 +0000 | [diff] [blame] | 1956 | {262, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1957 | {11, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1958 | {298, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1959 | {263, 0}, |
| 1960 | {264, 0}, |
Guido van Rossum | 9717991 | 1994-08-30 09:33:45 +0000 | [diff] [blame] | 1961 | {22, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1962 | {302, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 1963 | {12, 0}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 1964 | {16, 0}, |
Guido van Rossum | beeda8a | 1996-01-12 01:13:38 +0000 | [diff] [blame] | 1965 | {36, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1966 | {265, 0}, |
| 1967 | {268, 0}, |
Guido van Rossum | 12d12c5 | 1993-10-26 17:58:25 +0000 | [diff] [blame] | 1968 | {13, 0}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 1969 | {269, 0}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 1970 | {271, 0}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 1971 | {272, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1972 | {273, 0}, |
| 1973 | {274, 0}, |
| 1974 | {280, 0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 1975 | {288, 0}, |
| 1976 | {289, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1977 | {270, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1978 | {338, 0}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 1979 | {37, 0}, |
| 1980 | {38, 0}, |
| 1981 | {39, 0}, |
| 1982 | {40, 0}, |
| 1983 | {41, 0}, |
| 1984 | {42, 0}, |
| 1985 | {43, 0}, |
| 1986 | {44, 0}, |
| 1987 | {45, 0}, |
| 1988 | {46, 0}, |
| 1989 | {47, 0}, |
Guido van Rossum | 4668b00 | 2001-08-08 05:00:18 +0000 | [diff] [blame] | 1990 | {49, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 1991 | {1, "print"}, |
Barry Warsaw | 23c9ec8 | 2000-08-21 15:44:01 +0000 | [diff] [blame] | 1992 | {35, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 1993 | {1, "del"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 1994 | {324, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 1995 | {1, "pass"}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 1996 | {275, 0}, |
Thomas Wouters | 434d082 | 2000-08-24 20:11:32 +0000 | [diff] [blame] | 1997 | {276, 0}, |
Anthony Baxter | c2a5a63 | 2004-08-02 06:10:11 +0000 | [diff] [blame] | 1998 | {277, 0}, |
| 1999 | {279, 0}, |
| 2000 | {278, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2001 | {1, "break"}, |
Guido van Rossum | ef09851 | 1991-07-27 21:37:24 +0000 | [diff] [blame] | 2002 | {1, "continue"}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2003 | {1, "return"}, |
| 2004 | {1, "raise"}, |
Tim Peters | 5ca576e | 2001-06-18 22:08:13 +0000 | [diff] [blame] | 2005 | {281, 0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 2006 | {282, 0}, |
| 2007 | {1, "import"}, |
| 2008 | {286, 0}, |
| 2009 | {1, "from"}, |
Neal Norwitz | 3c52c5a | 2005-12-18 04:12:30 +0000 | [diff] [blame] | 2010 | {23, 0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 2011 | {285, 0}, |
| 2012 | {283, 0}, |
Thomas Wouters | 8ae1295 | 2006-02-28 22:42:15 +0000 | [diff] [blame] | 2013 | {1, "as"}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 2014 | {284, 0}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 2015 | {1, "global"}, |
Guido van Rossum | 03a7466 | 1997-04-16 00:34:46 +0000 | [diff] [blame] | 2016 | {1, "assert"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2017 | {291, 0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 2018 | {292, 0}, |
| 2019 | {293, 0}, |
| 2020 | {294, 0}, |
| 2021 | {295, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2022 | {327, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2023 | {1, "if"}, |
| 2024 | {1, "elif"}, |
| 2025 | {1, "else"}, |
| 2026 | {1, "while"}, |
| 2027 | {1, "for"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2028 | {1, "in"}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2029 | {1, "try"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2030 | {297, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2031 | {1, "finally"}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2032 | {1, "with"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2033 | {296, 0}, |
| 2034 | {308, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2035 | {1, "except"}, |
| 2036 | {5, 0}, |
| 2037 | {6, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2038 | {299, 0}, |
Anthony Baxter | 1a4ddae | 2004-08-31 10:07:13 +0000 | [diff] [blame] | 2039 | {300, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2040 | {303, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2041 | {301, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2042 | {1, "lambda"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2043 | {319, 0}, |
| 2044 | {304, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2045 | {1, "or"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2046 | {305, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2047 | {1, "and"}, |
| 2048 | {1, "not"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2049 | {306, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2050 | {307, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2051 | {20, 0}, |
| 2052 | {21, 0}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 2053 | {28, 0}, |
| 2054 | {31, 0}, |
| 2055 | {30, 0}, |
| 2056 | {29, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2057 | {1, "is"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2058 | {309, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2059 | {18, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2060 | {310, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2061 | {33, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2062 | {311, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2063 | {19, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2064 | {312, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2065 | {34, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2066 | {313, 0}, |
Guido van Rossum | 74b31c9 | 1992-04-06 12:34:37 +0000 | [diff] [blame] | 2067 | {14, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2068 | {15, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2069 | {314, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2070 | {17, 0}, |
| 2071 | {24, 0}, |
Guido van Rossum | 4668b00 | 2001-08-08 05:00:18 +0000 | [diff] [blame] | 2072 | {48, 0}, |
Guido van Rossum | c1b5cec | 1992-03-24 13:46:39 +0000 | [diff] [blame] | 2073 | {32, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2074 | {315, 0}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 2075 | {316, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2076 | {320, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2077 | {318, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2078 | {9, 0}, |
| 2079 | {317, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2080 | {10, 0}, |
| 2081 | {26, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2082 | {326, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2083 | {27, 0}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2084 | {2, 0}, |
| 2085 | {3, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2086 | {331, 0}, |
| 2087 | {334, 0}, |
| 2088 | {321, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2089 | {322, 0}, |
| 2090 | {323, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2091 | {1, "class"}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2092 | {329, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2093 | {330, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2094 | {332, 0}, |
Guido van Rossum | c2e2074 | 2006-02-27 22:32:47 +0000 | [diff] [blame] | 2095 | {333, 0}, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2096 | {335, 0}, |
Thomas Wouters | dca3b9c | 2006-02-27 00:24:13 +0000 | [diff] [blame] | 2097 | {336, 0}, |
Brett Cannon | cf588f6 | 2006-08-25 04:28:18 +0000 | [diff] [blame] | 2098 | {337, 0}, |
Phillip J. Eby | 0d6615f | 2005-08-02 00:46:46 +0000 | [diff] [blame] | 2099 | {1, "yield"}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2100 | }; |
Guido van Rossum | ee2373b | 1997-05-07 23:51:07 +0000 | [diff] [blame] | 2101 | grammar _PyParser_Grammar = { |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2102 | 83, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2103 | dfas, |
Georg Brandl | 7cae87c | 2006-09-06 06:51:57 +0000 | [diff] [blame] | 2104 | {164, labels}, |
Guido van Rossum | 85a5fbb | 1990-10-14 12:07:46 +0000 | [diff] [blame] | 2105 | 256 |
| 2106 | }; |