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