Changeset 5d8653579b142c17f6c0a9c4d36eb89f6e754f6b
- Timestamp:
- 08.09.2013 00:23:54 (7 years ago)
- Branches:
- b66903eafbcb1d49112014abc82c8bf683413db0
- Children:
- 4cd34f78812b0bc20fac133ed43980b87a6b31c0
- Parents:
- bd5637b94e012b167d9a7db0afe6a6b77820770d
- git-author:
- Stanislaw Klekot <dozzie@…> (08.09.2013 00:23:54)
- git-committer:
- Stanislaw Klekot <dozzie@…> (08.09.2013 00:23:54)
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
dashwiki/markup/_actual_parser.py
r8c19ae r5d8653 1 # LR(1) parser, autogenerated on 2013-0 8-08 23:23:021 # LR(1) parser, autogenerated on 2013-09-08 00:16:35 2 2 # generator: wisent 0.6.2, http://seehuhn.de/pages/wisent 3 3 # source: grammar/dashmarkup.wi … … 213 213 '_trowrest_starting_header' -> 'TABLE_CELL_LR' 'header_cell' '_trowrest_starting_header' 214 214 '_trowrest_starting_header' -> 'TABLE_ROW_H_END' 215 'table_cell' -> ' ' '_29+' 216 'header_cell' -> ' ' '_29+' 215 'table_cell' -> '_table_cell' 216 'header_cell' -> '_table_cell' 217 '_table_cell' -> ' ' '_29+' 218 '_table_cell' -> ' ' 217 219 """ 218 220 … … 252 254 '_macro_arguments', '_non_space_atom', '_paragraph', 253 255 '_printable_atom', '_raw_text', '_some_list', 254 '_t ext_ending_space', '_trowrest_starting_header',255 '_trowrest_starting_ plain' ]256 '_table_cell', '_text_ending_space', 257 '_trowrest_starting_header', '_trowrest_starting_plain' ] 256 258 EOF = Unique('EOF') 257 259 S = Unique('S') … … 272 274 (5, EOF): ('document', 4), (6, EOF): ('_3?', 1), (7, EOF): ('_2*', 3), 273 275 (7, 'EMPTY_LINE'): ('_2*', 3), (8, EOF): ('_document_trailing', 1), 274 (9, EOF): ('_3?', 1), (10, '**'): ('_3?', 1), 275 (10, 'BEGIN_INDENT'): ('_3?', 1), (10, 'BLOCK_CALL'): ('_3?', 1), 276 (10, 'COMMA'): ('_3?', 1), (10, 'HEADER_S'): ('_3?', 1), 277 (10, 'MACRO_CALL'): ('_3?', 1), (10, 'MACRO_CALL_SILENT'): ('_3?', 1), 278 (10, 'MACRO_VALUE'): ('_3?', 1), (10, 'NUMBER'): ('_3?', 1), 279 (10, 'PRE'): ('_3?', 1), (10, 'PUNCT'): ('_3?', 1), 280 (10, 'Q_CHAR'): ('_3?', 1), (10, 'STRING'): ('_3?', 1), 281 (10, 'TABLE_ROW_H_START'): ('_3?', 1), 282 (10, 'TABLE_ROW_START'): ('_3?', 1), (10, 'WORD'): ('_3?', 1), 283 (10, '[['): ('_3?', 1), (10, '[[!'): ('_3?', 1), 284 (10, '__'): ('_3?', 1), (10, '{{'): ('_3?', 1), (10, '~~'): ('_3?', 1), 276 (9, '**'): ('_3?', 1), (9, 'BEGIN_INDENT'): ('_3?', 1), 277 (9, 'BLOCK_CALL'): ('_3?', 1), (9, 'COMMA'): ('_3?', 1), 278 (9, 'HEADER_S'): ('_3?', 1), (9, 'MACRO_CALL'): ('_3?', 1), 279 (9, 'MACRO_CALL_SILENT'): ('_3?', 1), (9, 'MACRO_VALUE'): ('_3?', 1), 280 (9, 'NUMBER'): ('_3?', 1), (9, 'PRE'): ('_3?', 1), 281 (9, 'PUNCT'): ('_3?', 1), (9, 'Q_CHAR'): ('_3?', 1), 282 (9, 'STRING'): ('_3?', 1), (9, 'TABLE_ROW_H_START'): ('_3?', 1), 283 (9, 'TABLE_ROW_START'): ('_3?', 1), (9, 'WORD'): ('_3?', 1), 284 (9, '[['): ('_3?', 1), (9, '[[!'): ('_3?', 1), (9, '__'): ('_3?', 1), 285 (9, '{{'): ('_3?', 1), (9, '~~'): ('_3?', 1), (10, EOF): ('_3?', 1), 285 286 (11, EOF): ('_5*', 0), (11, 'EMPTY_LINE'): ('_5*', 0), 286 287 (12, EOF): ('_3?', 0), (13, EOF): ('_document_trailing', 4), … … 357 358 (24, 'STRING'): ('_8+', 1), (24, 'WORD'): ('_8+', 1), 358 359 (24, ']]'): ('_8+', 1), (24, '__'): ('_8+', 1), (24, '}}'): ('_8+', 1), 359 (24, '~~'): ('_8+', 1), (25, ' '): ('link_target', 1),360 (2 5, 'NL'): ('link_target', 1), (25, ']]'): ('link_target', 1),361 (26, ' '): ('_23*', 0), (26, 'NL'): ('_23*', 0),362 (2 6, ']]'): ('_23*', 0), (27, ']]'): ('image_target', 1),363 (2 8, ' '): ('_23*', 3), (28, '**'): ('_23*', 3),364 (2 8, 'NL'): ('_23*', 3), (28, ']]'): ('_23*', 3),365 (28, ' __'): ('_23*', 3), (28, '}}'): ('_23*', 3),366 (28, ' ~~'): ('_23*', 3), (29, ' '): ('_23*', 0),360 (24, '~~'): ('_8+', 1), (25, ']]'): ('image_target', 1), 361 (26, ' '): ('link_target', 1), (26, 'NL'): ('link_target', 1), 362 (26, ']]'): ('link_target', 1), (27, ' '): ('_23*', 3), 363 (27, '**'): ('_23*', 3), (27, 'NL'): ('_23*', 3), 364 (27, ']]'): ('_23*', 3), (27, '__'): ('_23*', 3), 365 (27, '}}'): ('_23*', 3), (27, '~~'): ('_23*', 3), 366 (28, ' '): ('_23*', 0), (28, 'NL'): ('_23*', 0), 367 (28, ']]'): ('_23*', 0), (29, ' '): ('_23*', 0), 367 368 (29, '**'): ('_23*', 0), (29, 'NL'): ('_23*', 0), 368 369 (29, '__'): ('_23*', 0), (29, '}}'): ('_23*', 0), … … 817 818 (60, ']]'): ('_14?', 0), (61, ']]'): ('_macro_arguments', 3), 818 819 (63, ' '): ('_13*', 3), (63, 'COMMA'): ('_13*', 3), 819 (63, ']]'): ('_13*', 3), (64, ' {{{'): ('_14?', 1),820 (63, ']]'): ('_13*', 3), (64, ']]'): ('_14?', 1), 820 821 (65, ' '): ('_16*', 0), (65, 'COMMA'): ('_16*', 0), 821 (65, ']]'): ('_14?', 1), (66, ' ]]'): ('_14?', 1),822 (65, ']]'): ('_14?', 1), (66, '{{{'): ('_14?', 1), 822 823 (67, ' '): ('_16*', 0), (67, 'COMMA'): ('_16*', 0), 823 824 (69, ' '): ('_16*', 0), (69, 'MACRO_VALUE'): ('_16*', 0), … … 1133 1134 (109, '[['): ('_29+', 2), (109, '[[!'): ('_29+', 2), 1134 1135 (109, '__'): ('_29+', 2), (109, '{{'): ('_29+', 2), 1135 (109, '~~'): ('_29+', 2), (110, 'TABLE_CELL'): ('table_cell', 2), 1136 (110, 'TABLE_CELL_R'): ('table_cell', 2), 1137 (110, 'TABLE_ROW_END'): ('table_cell', 2), 1138 (111, 'TABLE_CELL_L'): ('header_cell', 2), 1139 (111, 'TABLE_CELL_LR'): ('header_cell', 2), 1140 (111, 'TABLE_ROW_H_END'): ('header_cell', 2), (112, '**'): ('_29+', 3), 1141 (112, 'BLOCK_CALL'): ('_29+', 3), (112, 'COMMA'): ('_29+', 3), 1142 (112, 'MACRO_CALL'): ('_29+', 3), 1143 (112, 'MACRO_CALL_SILENT'): ('_29+', 3), 1144 (112, 'MACRO_VALUE'): ('_29+', 3), (112, 'NUMBER'): ('_29+', 3), 1145 (112, 'PUNCT'): ('_29+', 3), (112, 'Q_CHAR'): ('_29+', 3), 1146 (112, 'STRING'): ('_29+', 3), (112, 'TABLE_CELL'): ('_29+', 3), 1147 (112, 'TABLE_CELL_L'): ('_29+', 3), 1148 (112, 'TABLE_CELL_LR'): ('_29+', 3), 1149 (112, 'TABLE_CELL_R'): ('_29+', 3), 1150 (112, 'TABLE_ROW_END'): ('_29+', 3), 1151 (112, 'TABLE_ROW_H_END'): ('_29+', 3), (112, 'WORD'): ('_29+', 3), 1152 (112, '[['): ('_29+', 3), (112, '[[!'): ('_29+', 3), 1153 (112, '__'): ('_29+', 3), (112, '{{'): ('_29+', 3), 1154 (112, '~~'): ('_29+', 3), (113, EOF): ('_31*', 0), 1155 (113, 'EMPTY_LINE'): ('_31*', 0), (113, 'LINE_BREAK'): ('_31*', 0), 1156 (113, '}}}'): ('_31*', 0), (114, EOF): ('text_paragraph', 2), 1157 (114, 'EMPTY_LINE'): ('text_paragraph', 2), 1158 (114, '}}}'): ('text_paragraph', 2), (116, EOF): ('_31*', 3), 1159 (116, 'EMPTY_LINE'): ('_31*', 3), (116, 'LINE_BREAK'): ('_31*', 3), 1160 (116, '}}}'): ('_31*', 3), (117, EOF): ('text_paragraph_line', 1), 1161 (117, 'EMPTY_LINE'): ('text_paragraph_line', 1), 1162 (117, 'LINE_BREAK'): ('text_paragraph_line', 1), 1163 (117, '}}}'): ('text_paragraph_line', 1), (120, EOF): ('link', 3), 1164 (120, ' '): ('link', 3), (120, '**'): ('link', 3), 1165 (120, 'BEGIN_INDENT'): ('link', 3), (120, 'BLOCK_CALL'): ('link', 3), 1166 (120, 'COMMA'): ('link', 3), (120, 'EMPTY_LINE'): ('link', 3), 1167 (120, 'END_INDENT'): ('link', 3), (120, 'HEADER_E'): ('link', 3), 1168 (120, 'LINE_BREAK'): ('link', 3), 1169 (120, 'LINE_BREAK_INDENTED'): ('link', 3), 1170 (120, 'LIST_ALPHA'): ('link', 3), (120, 'LIST_BULLET'): ('link', 3), 1171 (120, 'LIST_NUMERIC'): ('link', 3), (120, 'LIST_UNDECO'): ('link', 3), 1172 (120, 'MACRO_CALL'): ('link', 3), 1173 (120, 'MACRO_CALL_SILENT'): ('link', 3), 1174 (120, 'MACRO_VALUE'): ('link', 3), (120, 'NL'): ('link', 3), 1175 (120, 'NUMBER'): ('link', 3), (120, 'PUNCT'): ('link', 3), 1176 (120, 'Q_CHAR'): ('link', 3), (120, 'STRING'): ('link', 3), 1177 (120, 'WORD'): ('link', 3), (120, '[['): ('link', 3), 1178 (120, '[[!'): ('link', 3), (120, '__'): ('link', 3), 1179 (120, '{{'): ('link', 3), (120, '}}}'): ('link', 3), 1180 (120, '~~'): ('link', 3), (123, EOF): ('link', 5), 1181 (123, ' '): ('link', 5), (123, '**'): ('link', 5), 1182 (123, 'BEGIN_INDENT'): ('link', 5), (123, 'BLOCK_CALL'): ('link', 5), 1183 (123, 'COMMA'): ('link', 5), (123, 'EMPTY_LINE'): ('link', 5), 1184 (123, 'END_INDENT'): ('link', 5), (123, 'HEADER_E'): ('link', 5), 1185 (123, 'LINE_BREAK'): ('link', 5), 1186 (123, 'LINE_BREAK_INDENTED'): ('link', 5), 1187 (123, 'LIST_ALPHA'): ('link', 5), (123, 'LIST_BULLET'): ('link', 5), 1188 (123, 'LIST_NUMERIC'): ('link', 5), (123, 'LIST_UNDECO'): ('link', 5), 1189 (123, 'MACRO_CALL'): ('link', 5), 1190 (123, 'MACRO_CALL_SILENT'): ('link', 5), 1191 (123, 'MACRO_VALUE'): ('link', 5), (123, 'NL'): ('link', 5), 1192 (123, 'NUMBER'): ('link', 5), (123, 'PUNCT'): ('link', 5), 1193 (123, 'Q_CHAR'): ('link', 5), (123, 'STRING'): ('link', 5), 1194 (123, 'WORD'): ('link', 5), (123, '[['): ('link', 5), 1195 (123, '[[!'): ('link', 5), (123, '__'): ('link', 5), 1196 (123, '{{'): ('link', 5), (123, '}}}'): ('link', 5), 1197 (123, '~~'): ('link', 5), (126, EOF): ('image', 3), 1198 (126, ' '): ('image', 3), (126, '**'): ('image', 3), 1199 (126, 'BEGIN_INDENT'): ('image', 3), (126, 'BLOCK_CALL'): ('image', 3), 1200 (126, 'COMMA'): ('image', 3), (126, 'EMPTY_LINE'): ('image', 3), 1201 (126, 'END_INDENT'): ('image', 3), (126, 'HEADER_E'): ('image', 3), 1202 (126, 'LINE_BREAK'): ('image', 3), 1203 (126, 'LINE_BREAK_INDENTED'): ('image', 3), 1204 (126, 'LIST_ALPHA'): ('image', 3), (126, 'LIST_BULLET'): ('image', 3), 1205 (126, 'LIST_NUMERIC'): ('image', 3), 1206 (126, 'LIST_UNDECO'): ('image', 3), (126, 'MACRO_CALL'): ('image', 3), 1207 (126, 'MACRO_CALL_SILENT'): ('image', 3), 1208 (126, 'MACRO_VALUE'): ('image', 3), (126, 'NL'): ('image', 3), 1209 (126, 'NUMBER'): ('image', 3), (126, 'PUNCT'): ('image', 3), 1210 (126, 'Q_CHAR'): ('image', 3), (126, 'STRING'): ('image', 3), 1211 (126, 'WORD'): ('image', 3), (126, '[['): ('image', 3), 1212 (126, '[[!'): ('image', 3), (126, ']]'): ('image', 3), 1213 (126, '__'): ('image', 3), (126, '{{'): ('image', 3), 1214 (126, '}}}'): ('image', 3), (126, '~~'): ('image', 3), 1215 (127, ']]'): ('_36?', 0), (128, ']]'): ('link_description', 2), 1216 (131, EOF): ('bold_text', 3), (131, ' '): ('bold_text', 3), 1217 (131, '**'): ('bold_text', 3), (131, 'BEGIN_INDENT'): ('bold_text', 3), 1218 (131, 'BLOCK_CALL'): ('bold_text', 3), 1219 (131, 'COMMA'): ('bold_text', 3), 1220 (131, 'EMPTY_LINE'): ('bold_text', 3), 1221 (131, 'END_INDENT'): ('bold_text', 3), 1222 (131, 'HEADER_E'): ('bold_text', 3), 1223 (131, 'LINE_BREAK'): ('bold_text', 3), 1224 (131, 'LINE_BREAK_INDENTED'): ('bold_text', 3), 1225 (131, 'LIST_ALPHA'): ('bold_text', 3), 1226 (131, 'LIST_BULLET'): ('bold_text', 3), 1227 (131, 'LIST_NUMERIC'): ('bold_text', 3), 1228 (131, 'LIST_UNDECO'): ('bold_text', 3), 1229 (131, 'MACRO_CALL'): ('bold_text', 3), 1230 (131, 'MACRO_CALL_SILENT'): ('bold_text', 3), 1231 (131, 'MACRO_VALUE'): ('bold_text', 3), (131, 'NL'): ('bold_text', 3), 1232 (131, 'NUMBER'): ('bold_text', 3), (131, 'PUNCT'): ('bold_text', 3), 1233 (131, 'Q_CHAR'): ('bold_text', 3), (131, 'STRING'): ('bold_text', 3), 1234 (131, 'WORD'): ('bold_text', 3), (131, '[['): ('bold_text', 3), 1235 (131, '[[!'): ('bold_text', 3), (131, '__'): ('bold_text', 3), 1236 (131, '{{'): ('bold_text', 3), (131, '}}}'): ('bold_text', 3), 1237 (131, '~~'): ('bold_text', 3), (134, EOF): ('italic_text', 3), 1238 (134, ' '): ('italic_text', 3), (134, '**'): ('italic_text', 3), 1239 (134, 'BEGIN_INDENT'): ('italic_text', 3), 1240 (134, 'BLOCK_CALL'): ('italic_text', 3), 1241 (134, 'COMMA'): ('italic_text', 3), 1242 (134, 'EMPTY_LINE'): ('italic_text', 3), 1243 (134, 'END_INDENT'): ('italic_text', 3), 1244 (134, 'HEADER_E'): ('italic_text', 3), 1245 (134, 'LINE_BREAK'): ('italic_text', 3), 1246 (134, 'LINE_BREAK_INDENTED'): ('italic_text', 3), 1247 (134, 'LIST_ALPHA'): ('italic_text', 3), 1248 (134, 'LIST_BULLET'): ('italic_text', 3), 1249 (134, 'LIST_NUMERIC'): ('italic_text', 3), 1250 (134, 'LIST_UNDECO'): ('italic_text', 3), 1251 (134, 'MACRO_CALL'): ('italic_text', 3), 1252 (134, 'MACRO_CALL_SILENT'): ('italic_text', 3), 1253 (134, 'MACRO_VALUE'): ('italic_text', 3), 1254 (134, 'NL'): ('italic_text', 3), (134, 'NUMBER'): ('italic_text', 3), 1255 (134, 'PUNCT'): ('italic_text', 3), 1256 (134, 'Q_CHAR'): ('italic_text', 3), 1257 (134, 'STRING'): ('italic_text', 3), (134, 'WORD'): ('italic_text', 3), 1258 (134, '[['): ('italic_text', 3), (134, '[[!'): ('italic_text', 3), 1259 (134, '__'): ('italic_text', 3), (134, '{{'): ('italic_text', 3), 1260 (134, '}}}'): ('italic_text', 3), (134, '~~'): ('italic_text', 3), 1261 (137, EOF): ('strike_text', 3), (137, ' '): ('strike_text', 3), 1262 (137, '**'): ('strike_text', 3), 1263 (137, 'BEGIN_INDENT'): ('strike_text', 3), 1264 (137, 'BLOCK_CALL'): ('strike_text', 3), 1265 (137, 'COMMA'): ('strike_text', 3), 1266 (137, 'EMPTY_LINE'): ('strike_text', 3), 1267 (137, 'END_INDENT'): ('strike_text', 3), 1268 (137, 'HEADER_E'): ('strike_text', 3), 1269 (137, 'LINE_BREAK'): ('strike_text', 3), 1270 (137, 'LINE_BREAK_INDENTED'): ('strike_text', 3), 1271 (137, 'LIST_ALPHA'): ('strike_text', 3), 1272 (137, 'LIST_BULLET'): ('strike_text', 3), 1273 (137, 'LIST_NUMERIC'): ('strike_text', 3), 1274 (137, 'LIST_UNDECO'): ('strike_text', 3), 1275 (137, 'MACRO_CALL'): ('strike_text', 3), 1276 (137, 'MACRO_CALL_SILENT'): ('strike_text', 3), 1277 (137, 'MACRO_VALUE'): ('strike_text', 3), 1278 (137, 'NL'): ('strike_text', 3), (137, 'NUMBER'): ('strike_text', 3), 1279 (137, 'PUNCT'): ('strike_text', 3), 1280 (137, 'Q_CHAR'): ('strike_text', 3), 1281 (137, 'STRING'): ('strike_text', 3), (137, 'WORD'): ('strike_text', 3), 1282 (137, '[['): ('strike_text', 3), (137, '[[!'): ('strike_text', 3), 1283 (137, '__'): ('strike_text', 3), (137, '{{'): ('strike_text', 3), 1284 (137, '}}}'): ('strike_text', 3), (137, '~~'): ('strike_text', 3), 1285 (140, EOF): ('tt_text', 3), (140, ' '): ('tt_text', 3), 1286 (140, '**'): ('tt_text', 3), (140, 'BEGIN_INDENT'): ('tt_text', 3), 1287 (140, 'BLOCK_CALL'): ('tt_text', 3), (140, 'COMMA'): ('tt_text', 3), 1288 (140, 'EMPTY_LINE'): ('tt_text', 3), 1289 (140, 'END_INDENT'): ('tt_text', 3), (140, 'HEADER_E'): ('tt_text', 3), 1290 (140, 'LINE_BREAK'): ('tt_text', 3), 1291 (140, 'LINE_BREAK_INDENTED'): ('tt_text', 3), 1292 (140, 'LIST_ALPHA'): ('tt_text', 3), 1293 (140, 'LIST_BULLET'): ('tt_text', 3), 1294 (140, 'LIST_NUMERIC'): ('tt_text', 3), 1295 (140, 'LIST_UNDECO'): ('tt_text', 3), 1296 (140, 'MACRO_CALL'): ('tt_text', 3), 1297 (140, 'MACRO_CALL_SILENT'): ('tt_text', 3), 1298 (140, 'MACRO_VALUE'): ('tt_text', 3), (140, 'NL'): ('tt_text', 3), 1299 (140, 'NUMBER'): ('tt_text', 3), (140, 'PUNCT'): ('tt_text', 3), 1300 (140, 'Q_CHAR'): ('tt_text', 3), (140, 'STRING'): ('tt_text', 3), 1301 (140, 'WORD'): ('tt_text', 3), (140, '[['): ('tt_text', 3), 1302 (140, '[[!'): ('tt_text', 3), (140, '__'): ('tt_text', 3), 1303 (140, '{{'): ('tt_text', 3), (140, '}}}'): ('tt_text', 3), 1304 (140, '~~'): ('tt_text', 3), (141, '**'): ('_36?', 0), 1305 (141, 'BLOCK_CALL'): ('_36?', 0), (141, 'COMMA'): ('_36?', 0), 1306 (141, 'MACRO_CALL'): ('_36?', 0), 1307 (141, 'MACRO_CALL_SILENT'): ('_36?', 0), 1308 (141, 'MACRO_VALUE'): ('_36?', 0), (141, 'NUMBER'): ('_36?', 0), 1309 (141, 'PUNCT'): ('_36?', 0), (141, 'Q_CHAR'): ('_36?', 0), 1310 (141, 'STRING'): ('_36?', 0), (141, 'WORD'): ('_36?', 0), 1311 (141, '[['): ('_36?', 0), (141, '[[!'): ('_36?', 0), 1312 (141, '__'): ('_36?', 0), (141, '{{'): ('_36?', 0), 1313 (141, '~~'): ('_36?', 0), (144, EOF): ('_36?', 0), 1314 (144, 'EMPTY_LINE'): ('_36?', 0), (144, '}}}'): ('_36?', 0), 1315 (145, EOF): ('heading_paragraph', 5), 1316 (145, 'EMPTY_LINE'): ('heading_paragraph', 5), 1317 (145, '}}}'): ('heading_paragraph', 5), (146, EOF): ('_36?', 1), 1318 (146, '**'): ('_36?', 1), (146, 'BLOCK_CALL'): ('_36?', 1), 1319 (146, 'COMMA'): ('_36?', 1), (146, 'EMPTY_LINE'): ('_36?', 1), 1320 (146, 'MACRO_CALL'): ('_36?', 1), 1321 (146, 'MACRO_CALL_SILENT'): ('_36?', 1), 1322 (146, 'MACRO_VALUE'): ('_36?', 1), (146, 'NUMBER'): ('_36?', 1), 1323 (146, 'PUNCT'): ('_36?', 1), (146, 'Q_CHAR'): ('_36?', 1), 1324 (146, 'STRING'): ('_36?', 1), (146, 'WORD'): ('_36?', 1), 1325 (146, '[['): ('_36?', 1), (146, '[[!'): ('_36?', 1), 1326 (146, ']]'): ('_36?', 1), (146, '__'): ('_36?', 1), 1327 (146, '{{'): ('_36?', 1), (146, '}}}'): ('_36?', 1), 1328 (146, '~~'): ('_36?', 1), (147, EOF): ('code_paragraph', 1), 1329 (147, 'EMPTY_LINE'): ('code_paragraph', 1), 1330 (147, '}}}'): ('code_paragraph', 1), (148, EOF): ('list_paragraph', 1), 1331 (148, 'EMPTY_LINE'): ('list_paragraph', 1), 1332 (148, '}}}'): ('list_paragraph', 1), (149, EOF): ('_some_list', 1), 1136 (109, '~~'): ('_29+', 2), (110, 'TABLE_CELL'): ('_table_cell', 2), 1137 (110, 'TABLE_CELL_L'): ('_table_cell', 2), 1138 (110, 'TABLE_CELL_LR'): ('_table_cell', 2), 1139 (110, 'TABLE_CELL_R'): ('_table_cell', 2), 1140 (110, 'TABLE_ROW_END'): ('_table_cell', 2), 1141 (110, 'TABLE_ROW_H_END'): ('_table_cell', 2), (111, '**'): ('_29+', 3), 1142 (111, 'BLOCK_CALL'): ('_29+', 3), (111, 'COMMA'): ('_29+', 3), 1143 (111, 'MACRO_CALL'): ('_29+', 3), 1144 (111, 'MACRO_CALL_SILENT'): ('_29+', 3), 1145 (111, 'MACRO_VALUE'): ('_29+', 3), (111, 'NUMBER'): ('_29+', 3), 1146 (111, 'PUNCT'): ('_29+', 3), (111, 'Q_CHAR'): ('_29+', 3), 1147 (111, 'STRING'): ('_29+', 3), (111, 'TABLE_CELL'): ('_29+', 3), 1148 (111, 'TABLE_CELL_L'): ('_29+', 3), 1149 (111, 'TABLE_CELL_LR'): ('_29+', 3), 1150 (111, 'TABLE_CELL_R'): ('_29+', 3), 1151 (111, 'TABLE_ROW_END'): ('_29+', 3), 1152 (111, 'TABLE_ROW_H_END'): ('_29+', 3), (111, 'WORD'): ('_29+', 3), 1153 (111, '[['): ('_29+', 3), (111, '[[!'): ('_29+', 3), 1154 (111, '__'): ('_29+', 3), (111, '{{'): ('_29+', 3), 1155 (111, '~~'): ('_29+', 3), (112, EOF): ('_31*', 0), 1156 (112, 'EMPTY_LINE'): ('_31*', 0), (112, 'LINE_BREAK'): ('_31*', 0), 1157 (112, '}}}'): ('_31*', 0), (113, EOF): ('text_paragraph', 2), 1158 (113, 'EMPTY_LINE'): ('text_paragraph', 2), 1159 (113, '}}}'): ('text_paragraph', 2), (115, EOF): ('_31*', 3), 1160 (115, 'EMPTY_LINE'): ('_31*', 3), (115, 'LINE_BREAK'): ('_31*', 3), 1161 (115, '}}}'): ('_31*', 3), (116, EOF): ('text_paragraph_line', 1), 1162 (116, 'EMPTY_LINE'): ('text_paragraph_line', 1), 1163 (116, 'LINE_BREAK'): ('text_paragraph_line', 1), 1164 (116, '}}}'): ('text_paragraph_line', 1), (119, EOF): ('link', 3), 1165 (119, ' '): ('link', 3), (119, '**'): ('link', 3), 1166 (119, 'BEGIN_INDENT'): ('link', 3), (119, 'BLOCK_CALL'): ('link', 3), 1167 (119, 'COMMA'): ('link', 3), (119, 'EMPTY_LINE'): ('link', 3), 1168 (119, 'END_INDENT'): ('link', 3), (119, 'HEADER_E'): ('link', 3), 1169 (119, 'LINE_BREAK'): ('link', 3), 1170 (119, 'LINE_BREAK_INDENTED'): ('link', 3), 1171 (119, 'LIST_ALPHA'): ('link', 3), (119, 'LIST_BULLET'): ('link', 3), 1172 (119, 'LIST_NUMERIC'): ('link', 3), (119, 'LIST_UNDECO'): ('link', 3), 1173 (119, 'MACRO_CALL'): ('link', 3), 1174 (119, 'MACRO_CALL_SILENT'): ('link', 3), 1175 (119, 'MACRO_VALUE'): ('link', 3), (119, 'NL'): ('link', 3), 1176 (119, 'NUMBER'): ('link', 3), (119, 'PUNCT'): ('link', 3), 1177 (119, 'Q_CHAR'): ('link', 3), (119, 'STRING'): ('link', 3), 1178 (119, 'WORD'): ('link', 3), (119, '[['): ('link', 3), 1179 (119, '[[!'): ('link', 3), (119, '__'): ('link', 3), 1180 (119, '{{'): ('link', 3), (119, '}}}'): ('link', 3), 1181 (119, '~~'): ('link', 3), (122, EOF): ('link', 5), 1182 (122, ' '): ('link', 5), (122, '**'): ('link', 5), 1183 (122, 'BEGIN_INDENT'): ('link', 5), (122, 'BLOCK_CALL'): ('link', 5), 1184 (122, 'COMMA'): ('link', 5), (122, 'EMPTY_LINE'): ('link', 5), 1185 (122, 'END_INDENT'): ('link', 5), (122, 'HEADER_E'): ('link', 5), 1186 (122, 'LINE_BREAK'): ('link', 5), 1187 (122, 'LINE_BREAK_INDENTED'): ('link', 5), 1188 (122, 'LIST_ALPHA'): ('link', 5), (122, 'LIST_BULLET'): ('link', 5), 1189 (122, 'LIST_NUMERIC'): ('link', 5), (122, 'LIST_UNDECO'): ('link', 5), 1190 (122, 'MACRO_CALL'): ('link', 5), 1191 (122, 'MACRO_CALL_SILENT'): ('link', 5), 1192 (122, 'MACRO_VALUE'): ('link', 5), (122, 'NL'): ('link', 5), 1193 (122, 'NUMBER'): ('link', 5), (122, 'PUNCT'): ('link', 5), 1194 (122, 'Q_CHAR'): ('link', 5), (122, 'STRING'): ('link', 5), 1195 (122, 'WORD'): ('link', 5), (122, '[['): ('link', 5), 1196 (122, '[[!'): ('link', 5), (122, '__'): ('link', 5), 1197 (122, '{{'): ('link', 5), (122, '}}}'): ('link', 5), 1198 (122, '~~'): ('link', 5), (125, EOF): ('image', 3), 1199 (125, ' '): ('image', 3), (125, '**'): ('image', 3), 1200 (125, 'BEGIN_INDENT'): ('image', 3), (125, 'BLOCK_CALL'): ('image', 3), 1201 (125, 'COMMA'): ('image', 3), (125, 'EMPTY_LINE'): ('image', 3), 1202 (125, 'END_INDENT'): ('image', 3), (125, 'HEADER_E'): ('image', 3), 1203 (125, 'LINE_BREAK'): ('image', 3), 1204 (125, 'LINE_BREAK_INDENTED'): ('image', 3), 1205 (125, 'LIST_ALPHA'): ('image', 3), (125, 'LIST_BULLET'): ('image', 3), 1206 (125, 'LIST_NUMERIC'): ('image', 3), 1207 (125, 'LIST_UNDECO'): ('image', 3), (125, 'MACRO_CALL'): ('image', 3), 1208 (125, 'MACRO_CALL_SILENT'): ('image', 3), 1209 (125, 'MACRO_VALUE'): ('image', 3), (125, 'NL'): ('image', 3), 1210 (125, 'NUMBER'): ('image', 3), (125, 'PUNCT'): ('image', 3), 1211 (125, 'Q_CHAR'): ('image', 3), (125, 'STRING'): ('image', 3), 1212 (125, 'WORD'): ('image', 3), (125, '[['): ('image', 3), 1213 (125, '[[!'): ('image', 3), (125, ']]'): ('image', 3), 1214 (125, '__'): ('image', 3), (125, '{{'): ('image', 3), 1215 (125, '}}}'): ('image', 3), (125, '~~'): ('image', 3), 1216 (126, ']]'): ('_36?', 0), (127, ']]'): ('link_description', 2), 1217 (130, EOF): ('bold_text', 3), (130, ' '): ('bold_text', 3), 1218 (130, '**'): ('bold_text', 3), (130, 'BEGIN_INDENT'): ('bold_text', 3), 1219 (130, 'BLOCK_CALL'): ('bold_text', 3), 1220 (130, 'COMMA'): ('bold_text', 3), 1221 (130, 'EMPTY_LINE'): ('bold_text', 3), 1222 (130, 'END_INDENT'): ('bold_text', 3), 1223 (130, 'HEADER_E'): ('bold_text', 3), 1224 (130, 'LINE_BREAK'): ('bold_text', 3), 1225 (130, 'LINE_BREAK_INDENTED'): ('bold_text', 3), 1226 (130, 'LIST_ALPHA'): ('bold_text', 3), 1227 (130, 'LIST_BULLET'): ('bold_text', 3), 1228 (130, 'LIST_NUMERIC'): ('bold_text', 3), 1229 (130, 'LIST_UNDECO'): ('bold_text', 3), 1230 (130, 'MACRO_CALL'): ('bold_text', 3), 1231 (130, 'MACRO_CALL_SILENT'): ('bold_text', 3), 1232 (130, 'MACRO_VALUE'): ('bold_text', 3), (130, 'NL'): ('bold_text', 3), 1233 (130, 'NUMBER'): ('bold_text', 3), (130, 'PUNCT'): ('bold_text', 3), 1234 (130, 'Q_CHAR'): ('bold_text', 3), (130, 'STRING'): ('bold_text', 3), 1235 (130, 'WORD'): ('bold_text', 3), (130, '[['): ('bold_text', 3), 1236 (130, '[[!'): ('bold_text', 3), (130, '__'): ('bold_text', 3), 1237 (130, '{{'): ('bold_text', 3), (130, '}}}'): ('bold_text', 3), 1238 (130, '~~'): ('bold_text', 3), (133, EOF): ('italic_text', 3), 1239 (133, ' '): ('italic_text', 3), (133, '**'): ('italic_text', 3), 1240 (133, 'BEGIN_INDENT'): ('italic_text', 3), 1241 (133, 'BLOCK_CALL'): ('italic_text', 3), 1242 (133, 'COMMA'): ('italic_text', 3), 1243 (133, 'EMPTY_LINE'): ('italic_text', 3), 1244 (133, 'END_INDENT'): ('italic_text', 3), 1245 (133, 'HEADER_E'): ('italic_text', 3), 1246 (133, 'LINE_BREAK'): ('italic_text', 3), 1247 (133, 'LINE_BREAK_INDENTED'): ('italic_text', 3), 1248 (133, 'LIST_ALPHA'): ('italic_text', 3), 1249 (133, 'LIST_BULLET'): ('italic_text', 3), 1250 (133, 'LIST_NUMERIC'): ('italic_text', 3), 1251 (133, 'LIST_UNDECO'): ('italic_text', 3), 1252 (133, 'MACRO_CALL'): ('italic_text', 3), 1253 (133, 'MACRO_CALL_SILENT'): ('italic_text', 3), 1254 (133, 'MACRO_VALUE'): ('italic_text', 3), 1255 (133, 'NL'): ('italic_text', 3), (133, 'NUMBER'): ('italic_text', 3), 1256 (133, 'PUNCT'): ('italic_text', 3), 1257 (133, 'Q_CHAR'): ('italic_text', 3), 1258 (133, 'STRING'): ('italic_text', 3), (133, 'WORD'): ('italic_text', 3), 1259 (133, '[['): ('italic_text', 3), (133, '[[!'): ('italic_text', 3), 1260 (133, '__'): ('italic_text', 3), (133, '{{'): ('italic_text', 3), 1261 (133, '}}}'): ('italic_text', 3), (133, '~~'): ('italic_text', 3), 1262 (136, EOF): ('strike_text', 3), (136, ' '): ('strike_text', 3), 1263 (136, '**'): ('strike_text', 3), 1264 (136, 'BEGIN_INDENT'): ('strike_text', 3), 1265 (136, 'BLOCK_CALL'): ('strike_text', 3), 1266 (136, 'COMMA'): ('strike_text', 3), 1267 (136, 'EMPTY_LINE'): ('strike_text', 3), 1268 (136, 'END_INDENT'): ('strike_text', 3), 1269 (136, 'HEADER_E'): ('strike_text', 3), 1270 (136, 'LINE_BREAK'): ('strike_text', 3), 1271 (136, 'LINE_BREAK_INDENTED'): ('strike_text', 3), 1272 (136, 'LIST_ALPHA'): ('strike_text', 3), 1273 (136, 'LIST_BULLET'): ('strike_text', 3), 1274 (136, 'LIST_NUMERIC'): ('strike_text', 3), 1275 (136, 'LIST_UNDECO'): ('strike_text', 3), 1276 (136, 'MACRO_CALL'): ('strike_text', 3), 1277 (136, 'MACRO_CALL_SILENT'): ('strike_text', 3), 1278 (136, 'MACRO_VALUE'): ('strike_text', 3), 1279 (136, 'NL'): ('strike_text', 3), (136, 'NUMBER'): ('strike_text', 3), 1280 (136, 'PUNCT'): ('strike_text', 3), 1281 (136, 'Q_CHAR'): ('strike_text', 3), 1282 (136, 'STRING'): ('strike_text', 3), (136, 'WORD'): ('strike_text', 3), 1283 (136, '[['): ('strike_text', 3), (136, '[[!'): ('strike_text', 3), 1284 (136, '__'): ('strike_text', 3), (136, '{{'): ('strike_text', 3), 1285 (136, '}}}'): ('strike_text', 3), (136, '~~'): ('strike_text', 3), 1286 (139, EOF): ('tt_text', 3), (139, ' '): ('tt_text', 3), 1287 (139, '**'): ('tt_text', 3), (139, 'BEGIN_INDENT'): ('tt_text', 3), 1288 (139, 'BLOCK_CALL'): ('tt_text', 3), (139, 'COMMA'): ('tt_text', 3), 1289 (139, 'EMPTY_LINE'): ('tt_text', 3), 1290 (139, 'END_INDENT'): ('tt_text', 3), (139, 'HEADER_E'): ('tt_text', 3), 1291 (139, 'LINE_BREAK'): ('tt_text', 3), 1292 (139, 'LINE_BREAK_INDENTED'): ('tt_text', 3), 1293 (139, 'LIST_ALPHA'): ('tt_text', 3), 1294 (139, 'LIST_BULLET'): ('tt_text', 3), 1295 (139, 'LIST_NUMERIC'): ('tt_text', 3), 1296 (139, 'LIST_UNDECO'): ('tt_text', 3), 1297 (139, 'MACRO_CALL'): ('tt_text', 3), 1298 (139, 'MACRO_CALL_SILENT'): ('tt_text', 3), 1299 (139, 'MACRO_VALUE'): ('tt_text', 3), (139, 'NL'): ('tt_text', 3), 1300 (139, 'NUMBER'): ('tt_text', 3), (139, 'PUNCT'): ('tt_text', 3), 1301 (139, 'Q_CHAR'): ('tt_text', 3), (139, 'STRING'): ('tt_text', 3), 1302 (139, 'WORD'): ('tt_text', 3), (139, '[['): ('tt_text', 3), 1303 (139, '[[!'): ('tt_text', 3), (139, '__'): ('tt_text', 3), 1304 (139, '{{'): ('tt_text', 3), (139, '}}}'): ('tt_text', 3), 1305 (139, '~~'): ('tt_text', 3), (140, '**'): ('_36?', 0), 1306 (140, 'BLOCK_CALL'): ('_36?', 0), (140, 'COMMA'): ('_36?', 0), 1307 (140, 'MACRO_CALL'): ('_36?', 0), 1308 (140, 'MACRO_CALL_SILENT'): ('_36?', 0), 1309 (140, 'MACRO_VALUE'): ('_36?', 0), (140, 'NUMBER'): ('_36?', 0), 1310 (140, 'PUNCT'): ('_36?', 0), (140, 'Q_CHAR'): ('_36?', 0), 1311 (140, 'STRING'): ('_36?', 0), (140, 'WORD'): ('_36?', 0), 1312 (140, '[['): ('_36?', 0), (140, '[[!'): ('_36?', 0), 1313 (140, '__'): ('_36?', 0), (140, '{{'): ('_36?', 0), 1314 (140, '~~'): ('_36?', 0), (143, EOF): ('_36?', 0), 1315 (143, 'EMPTY_LINE'): ('_36?', 0), (143, '}}}'): ('_36?', 0), 1316 (144, EOF): ('heading_paragraph', 5), 1317 (144, 'EMPTY_LINE'): ('heading_paragraph', 5), 1318 (144, '}}}'): ('heading_paragraph', 5), (145, EOF): ('_36?', 1), 1319 (145, '**'): ('_36?', 1), (145, 'BLOCK_CALL'): ('_36?', 1), 1320 (145, 'COMMA'): ('_36?', 1), (145, 'EMPTY_LINE'): ('_36?', 1), 1321 (145, 'MACRO_CALL'): ('_36?', 1), 1322 (145, 'MACRO_CALL_SILENT'): ('_36?', 1), 1323 (145, 'MACRO_VALUE'): ('_36?', 1), (145, 'NUMBER'): ('_36?', 1), 1324 (145, 'PUNCT'): ('_36?', 1), (145, 'Q_CHAR'): ('_36?', 1), 1325 (145, 'STRING'): ('_36?', 1), (145, 'WORD'): ('_36?', 1), 1326 (145, '[['): ('_36?', 1), (145, '[[!'): ('_36?', 1), 1327 (145, ']]'): ('_36?', 1), (145, '__'): ('_36?', 1), 1328 (145, '{{'): ('_36?', 1), (145, '}}}'): ('_36?', 1), 1329 (145, '~~'): ('_36?', 1), (146, EOF): ('code_paragraph', 1), 1330 (146, 'EMPTY_LINE'): ('code_paragraph', 1), 1331 (146, '}}}'): ('code_paragraph', 1), (147, EOF): ('list_paragraph', 1), 1332 (147, 'EMPTY_LINE'): ('list_paragraph', 1), 1333 (147, '}}}'): ('list_paragraph', 1), (148, EOF): ('_some_list', 1), 1334 (148, 'EMPTY_LINE'): ('_some_list', 1), 1335 (148, 'END_INDENT'): ('_some_list', 1), 1336 (148, 'LIST_ALPHA'): ('_some_list', 1), 1337 (148, 'LIST_BULLET'): ('_some_list', 1), 1338 (148, 'LIST_NUMERIC'): ('_some_list', 1), 1339 (148, 'LIST_UNDECO'): ('_some_list', 1), 1340 (148, '}}}'): ('_some_list', 1), (149, EOF): ('_some_list', 1), 1333 1341 (149, 'EMPTY_LINE'): ('_some_list', 1), 1334 1342 (149, 'END_INDENT'): ('_some_list', 1), … … 1351 1359 (151, 'LIST_NUMERIC'): ('_some_list', 1), 1352 1360 (151, 'LIST_UNDECO'): ('_some_list', 1), 1353 (151, '}}}'): ('_some_list', 1), (152, EOF): ('_some_list', 1), 1354 (152, 'EMPTY_LINE'): ('_some_list', 1), 1355 (152, 'END_INDENT'): ('_some_list', 1), 1356 (152, 'LIST_ALPHA'): ('_some_list', 1), 1357 (152, 'LIST_BULLET'): ('_some_list', 1), 1358 (152, 'LIST_NUMERIC'): ('_some_list', 1), 1359 (152, 'LIST_UNDECO'): ('_some_list', 1), 1360 (152, '}}}'): ('_some_list', 1), (155, EOF): ('numbered_list', 3), 1361 (155, 'EMPTY_LINE'): ('numbered_list', 3), 1362 (155, 'END_INDENT'): ('numbered_list', 3), 1363 (155, 'LIST_ALPHA'): ('numbered_list', 3), 1364 (155, 'LIST_BULLET'): ('numbered_list', 3), 1365 (155, 'LIST_NUMERIC'): ('numbered_list', 3), 1366 (155, 'LIST_UNDECO'): ('numbered_list', 3), 1367 (155, '}}}'): ('numbered_list', 3), (156, 'END_INDENT'): ('_37+', 1), 1368 (156, 'LIST_NUMERIC'): ('_37+', 1), (157, 'END_INDENT'): ('_37+', 2), 1369 (157, 'LIST_NUMERIC'): ('_37+', 2), (159, 'END_INDENT'): ('_38?', 0), 1370 (159, 'LIST_NUMERIC'): ('_38?', 0), 1371 (160, 'END_INDENT'): ('numbered_list_element', 3), 1372 (160, 'LIST_NUMERIC'): ('numbered_list_element', 3), 1373 (161, 'END_INDENT'): ('_38?', 1), (161, 'LIST_ALPHA'): ('_38?', 1), 1374 (161, 'LIST_BULLET'): ('_38?', 1), (161, 'LIST_NUMERIC'): ('_38?', 1), 1375 (161, 'LIST_UNDECO'): ('_38?', 1), (163, EOF): ('alpha_list', 3), 1376 (163, 'EMPTY_LINE'): ('alpha_list', 3), 1377 (163, 'END_INDENT'): ('alpha_list', 3), 1378 (163, 'LIST_ALPHA'): ('alpha_list', 3), 1379 (163, 'LIST_BULLET'): ('alpha_list', 3), 1380 (163, 'LIST_NUMERIC'): ('alpha_list', 3), 1381 (163, 'LIST_UNDECO'): ('alpha_list', 3), 1382 (163, '}}}'): ('alpha_list', 3), (164, 'END_INDENT'): ('_39+', 1), 1383 (164, 'LIST_ALPHA'): ('_39+', 1), (165, 'END_INDENT'): ('_39+', 2), 1384 (165, 'LIST_ALPHA'): ('_39+', 2), (167, 'END_INDENT'): ('_38?', 0), 1385 (167, 'LIST_ALPHA'): ('_38?', 0), 1386 (168, 'END_INDENT'): ('alpha_list_element', 3), 1387 (168, 'LIST_ALPHA'): ('alpha_list_element', 3), 1388 (170, EOF): ('bullet_list', 3), 1389 (170, 'EMPTY_LINE'): ('bullet_list', 3), 1390 (170, 'END_INDENT'): ('bullet_list', 3), 1391 (170, 'LIST_ALPHA'): ('bullet_list', 3), 1392 (170, 'LIST_BULLET'): ('bullet_list', 3), 1393 (170, 'LIST_NUMERIC'): ('bullet_list', 3), 1394 (170, 'LIST_UNDECO'): ('bullet_list', 3), 1395 (170, '}}}'): ('bullet_list', 3), (171, 'END_INDENT'): ('_41+', 1), 1396 (171, 'LIST_BULLET'): ('_41+', 1), (172, 'END_INDENT'): ('_41+', 2), 1397 (172, 'LIST_BULLET'): ('_41+', 2), (174, 'END_INDENT'): ('_38?', 0), 1398 (174, 'LIST_BULLET'): ('_38?', 0), 1399 (175, 'END_INDENT'): ('bullet_list_element', 3), 1400 (175, 'LIST_BULLET'): ('bullet_list_element', 3), 1401 (177, EOF): ('undecorated_list', 3), 1402 (177, 'EMPTY_LINE'): ('undecorated_list', 3), 1403 (177, 'END_INDENT'): ('undecorated_list', 3), 1404 (177, 'LIST_ALPHA'): ('undecorated_list', 3), 1405 (177, 'LIST_BULLET'): ('undecorated_list', 3), 1406 (177, 'LIST_NUMERIC'): ('undecorated_list', 3), 1407 (177, 'LIST_UNDECO'): ('undecorated_list', 3), 1408 (177, '}}}'): ('undecorated_list', 3), 1409 (178, 'END_INDENT'): ('_43+', 1), (178, 'LIST_UNDECO'): ('_43+', 1), 1410 (179, 'END_INDENT'): ('_43+', 2), (179, 'LIST_UNDECO'): ('_43+', 2), 1411 (181, 'END_INDENT'): ('_38?', 0), (181, 'LIST_UNDECO'): ('_38?', 0), 1412 (182, 'END_INDENT'): ('undecorated_list_element', 3), 1413 (182, 'LIST_UNDECO'): ('undecorated_list_element', 3), 1414 (183, 'BEGIN_INDENT'): ('_46*', 0), (183, 'END_INDENT'): ('_46*', 0), 1415 (183, 'LINE_BREAK_INDENTED'): ('_46*', 0), 1416 (183, 'LIST_ALPHA'): ('_46*', 0), (183, 'LIST_BULLET'): ('_46*', 0), 1417 (183, 'LIST_NUMERIC'): ('_46*', 0), (183, 'LIST_UNDECO'): ('_46*', 0), 1418 (184, 'BEGIN_INDENT'): ('_list_item', 2), 1419 (184, 'END_INDENT'): ('_list_item', 2), 1420 (184, 'LIST_ALPHA'): ('_list_item', 2), 1421 (184, 'LIST_BULLET'): ('_list_item', 2), 1422 (184, 'LIST_NUMERIC'): ('_list_item', 2), 1423 (184, 'LIST_UNDECO'): ('_list_item', 2), 1424 (186, 'BEGIN_INDENT'): ('_46*', 3), (186, 'END_INDENT'): ('_46*', 3), 1425 (186, 'LINE_BREAK_INDENTED'): ('_46*', 3), 1426 (186, 'LIST_ALPHA'): ('_46*', 3), (186, 'LIST_BULLET'): ('_46*', 3), 1427 (186, 'LIST_NUMERIC'): ('_46*', 3), (186, 'LIST_UNDECO'): ('_46*', 3), 1428 (187, 'BEGIN_INDENT'): ('list_item_line', 1), 1429 (187, 'END_INDENT'): ('list_item_line', 1), 1430 (187, 'LINE_BREAK_INDENTED'): ('list_item_line', 1), 1431 (187, 'LIST_ALPHA'): ('list_item_line', 1), 1432 (187, 'LIST_BULLET'): ('list_item_line', 1), 1433 (187, 'LIST_NUMERIC'): ('list_item_line', 1), 1434 (187, 'LIST_UNDECO'): ('list_item_line', 1), 1435 (188, EOF): ('table_paragraph', 1), 1436 (188, 'EMPTY_LINE'): ('table_paragraph', 1), 1437 (188, '}}}'): ('table_paragraph', 1), (189, EOF): ('_47+', 1), 1438 (189, 'EMPTY_LINE'): ('_47+', 1), 1439 (189, 'TABLE_ROW_H_START'): ('_47+', 1), 1440 (189, 'TABLE_ROW_START'): ('_47+', 1), (189, '}}}'): ('_47+', 1), 1441 (190, EOF): ('_47+', 2), (190, 'EMPTY_LINE'): ('_47+', 2), 1442 (190, 'TABLE_ROW_H_START'): ('_47+', 2), 1443 (190, 'TABLE_ROW_START'): ('_47+', 2), (190, '}}}'): ('_47+', 2), 1444 (194, EOF): ('table_row', 4), (194, 'EMPTY_LINE'): ('table_row', 4), 1445 (194, 'TABLE_ROW_H_START'): ('table_row', 4), 1446 (194, 'TABLE_ROW_START'): ('table_row', 4), 1447 (194, '}}}'): ('table_row', 4), (198, EOF): ('table_row', 4), 1448 (198, 'EMPTY_LINE'): ('table_row', 4), 1449 (198, 'TABLE_ROW_H_START'): ('table_row', 4), 1450 (198, 'TABLE_ROW_START'): ('table_row', 4), 1451 (198, '}}}'): ('table_row', 4), 1452 (201, 'NL'): ('_trowrest_starting_plain', 3), 1453 (204, 'NL'): ('_trowrest_starting_plain', 3), 1454 (205, 'NL'): ('_trowrest_starting_plain', 1), 1455 (208, 'NL'): ('_trowrest_starting_header', 3), 1456 (211, 'NL'): ('_trowrest_starting_header', 3), 1457 (212, 'NL'): ('_trowrest_starting_header', 1) 1361 (151, '}}}'): ('_some_list', 1), (154, EOF): ('numbered_list', 3), 1362 (154, 'EMPTY_LINE'): ('numbered_list', 3), 1363 (154, 'END_INDENT'): ('numbered_list', 3), 1364 (154, 'LIST_ALPHA'): ('numbered_list', 3), 1365 (154, 'LIST_BULLET'): ('numbered_list', 3), 1366 (154, 'LIST_NUMERIC'): ('numbered_list', 3), 1367 (154, 'LIST_UNDECO'): ('numbered_list', 3), 1368 (154, '}}}'): ('numbered_list', 3), (155, 'END_INDENT'): ('_37+', 1), 1369 (155, 'LIST_NUMERIC'): ('_37+', 1), (156, 'END_INDENT'): ('_37+', 2), 1370 (156, 'LIST_NUMERIC'): ('_37+', 2), (158, 'END_INDENT'): ('_38?', 0), 1371 (158, 'LIST_NUMERIC'): ('_38?', 0), 1372 (159, 'END_INDENT'): ('numbered_list_element', 3), 1373 (159, 'LIST_NUMERIC'): ('numbered_list_element', 3), 1374 (160, 'END_INDENT'): ('_38?', 1), (160, 'LIST_ALPHA'): ('_38?', 1), 1375 (160, 'LIST_BULLET'): ('_38?', 1), (160, 'LIST_NUMERIC'): ('_38?', 1), 1376 (160, 'LIST_UNDECO'): ('_38?', 1), (162, EOF): ('alpha_list', 3), 1377 (162, 'EMPTY_LINE'): ('alpha_list', 3), 1378 (162, 'END_INDENT'): ('alpha_list', 3), 1379 (162, 'LIST_ALPHA'): ('alpha_list', 3), 1380 (162, 'LIST_BULLET'): ('alpha_list', 3), 1381 (162, 'LIST_NUMERIC'): ('alpha_list', 3), 1382 (162, 'LIST_UNDECO'): ('alpha_list', 3), 1383 (162, '}}}'): ('alpha_list', 3), (163, 'END_INDENT'): ('_39+', 1), 1384 (163, 'LIST_ALPHA'): ('_39+', 1), (164, 'END_INDENT'): ('_39+', 2), 1385 (164, 'LIST_ALPHA'): ('_39+', 2), (166, 'END_INDENT'): ('_38?', 0), 1386 (166, 'LIST_ALPHA'): ('_38?', 0), 1387 (167, 'END_INDENT'): ('alpha_list_element', 3), 1388 (167, 'LIST_ALPHA'): ('alpha_list_element', 3), 1389 (169, EOF): ('bullet_list', 3), 1390 (169, 'EMPTY_LINE'): ('bullet_list', 3), 1391 (169, 'END_INDENT'): ('bullet_list', 3), 1392 (169, 'LIST_ALPHA'): ('bullet_list', 3), 1393 (169, 'LIST_BULLET'): ('bullet_list', 3), 1394 (169, 'LIST_NUMERIC'): ('bullet_list', 3), 1395 (169, 'LIST_UNDECO'): ('bullet_list', 3), 1396 (169, '}}}'): ('bullet_list', 3), (170, 'END_INDENT'): ('_41+', 1), 1397 (170, 'LIST_BULLET'): ('_41+', 1), (171, 'END_INDENT'): ('_41+', 2), 1398 (171, 'LIST_BULLET'): ('_41+', 2), (173, 'END_INDENT'): ('_38?', 0), 1399 (173, 'LIST_BULLET'): ('_38?', 0), 1400 (174, 'END_INDENT'): ('bullet_list_element', 3), 1401 (174, 'LIST_BULLET'): ('bullet_list_element', 3), 1402 (176, EOF): ('undecorated_list', 3), 1403 (176, 'EMPTY_LINE'): ('undecorated_list', 3), 1404 (176, 'END_INDENT'): ('undecorated_list', 3), 1405 (176, 'LIST_ALPHA'): ('undecorated_list', 3), 1406 (176, 'LIST_BULLET'): ('undecorated_list', 3), 1407 (176, 'LIST_NUMERIC'): ('undecorated_list', 3), 1408 (176, 'LIST_UNDECO'): ('undecorated_list', 3), 1409 (176, '}}}'): ('undecorated_list', 3), 1410 (177, 'END_INDENT'): ('_43+', 1), (177, 'LIST_UNDECO'): ('_43+', 1), 1411 (178, 'END_INDENT'): ('_43+', 2), (178, 'LIST_UNDECO'): ('_43+', 2), 1412 (180, 'END_INDENT'): ('_38?', 0), (180, 'LIST_UNDECO'): ('_38?', 0), 1413 (181, 'END_INDENT'): ('undecorated_list_element', 3), 1414 (181, 'LIST_UNDECO'): ('undecorated_list_element', 3), 1415 (182, 'BEGIN_INDENT'): ('_46*', 0), (182, 'END_INDENT'): ('_46*', 0), 1416 (182, 'LINE_BREAK_INDENTED'): ('_46*', 0), 1417 (182, 'LIST_ALPHA'): ('_46*', 0), (182, 'LIST_BULLET'): ('_46*', 0), 1418 (182, 'LIST_NUMERIC'): ('_46*', 0), (182, 'LIST_UNDECO'): ('_46*', 0), 1419 (183, 'BEGIN_INDENT'): ('_list_item', 2), 1420 (183, 'END_INDENT'): ('_list_item', 2), 1421 (183, 'LIST_ALPHA'): ('_list_item', 2), 1422 (183, 'LIST_BULLET'): ('_list_item', 2), 1423 (183, 'LIST_NUMERIC'): ('_list_item', 2), 1424 (183, 'LIST_UNDECO'): ('_list_item', 2), 1425 (185, 'BEGIN_INDENT'): ('_46*', 3), (185, 'END_INDENT'): ('_46*', 3), 1426 (185, 'LINE_BREAK_INDENTED'): ('_46*', 3), 1427 (185, 'LIST_ALPHA'): ('_46*', 3), (185, 'LIST_BULLET'): ('_46*', 3), 1428 (185, 'LIST_NUMERIC'): ('_46*', 3), (185, 'LIST_UNDECO'): ('_46*', 3), 1429 (186, 'BEGIN_INDENT'): ('list_item_line', 1), 1430 (186, 'END_INDENT'): ('list_item_line', 1), 1431 (186, 'LINE_BREAK_INDENTED'): ('list_item_line', 1), 1432 (186, 'LIST_ALPHA'): ('list_item_line', 1), 1433 (186, 'LIST_BULLET'): ('list_item_line', 1), 1434 (186, 'LIST_NUMERIC'): ('list_item_line', 1), 1435 (186, 'LIST_UNDECO'): ('list_item_line', 1), 1436 (187, EOF): ('table_paragraph', 1), 1437 (187, 'EMPTY_LINE'): ('table_paragraph', 1), 1438 (187, '}}}'): ('table_paragraph', 1), (188, EOF): ('_47+', 1), 1439 (188, 'EMPTY_LINE'): ('_47+', 1), 1440 (188, 'TABLE_ROW_H_START'): ('_47+', 1), 1441 (188, 'TABLE_ROW_START'): ('_47+', 1), (188, '}}}'): ('_47+', 1), 1442 (189, EOF): ('_47+', 2), (189, 'EMPTY_LINE'): ('_47+', 2), 1443 (189, 'TABLE_ROW_H_START'): ('_47+', 2), 1444 (189, 'TABLE_ROW_START'): ('_47+', 2), (189, '}}}'): ('_47+', 2), 1445 (193, EOF): ('table_row', 4), (193, 'EMPTY_LINE'): ('table_row', 4), 1446 (193, 'TABLE_ROW_H_START'): ('table_row', 4), 1447 (193, 'TABLE_ROW_START'): ('table_row', 4), 1448 (193, '}}}'): ('table_row', 4), (197, EOF): ('table_row', 4), 1449 (197, 'EMPTY_LINE'): ('table_row', 4), 1450 (197, 'TABLE_ROW_H_START'): ('table_row', 4), 1451 (197, 'TABLE_ROW_START'): ('table_row', 4), 1452 (197, '}}}'): ('table_row', 4), 1453 (200, 'NL'): ('_trowrest_starting_plain', 3), 1454 (203, 'NL'): ('_trowrest_starting_plain', 3), 1455 (204, 'NL'): ('_trowrest_starting_plain', 1), 1456 (207, 'NL'): ('_trowrest_starting_header', 3), 1457 (210, 'NL'): ('_trowrest_starting_header', 3), 1458 (211, 'NL'): ('_trowrest_starting_header', 1), 1459 (212, 'TABLE_CELL'): ('table_cell', 1), 1460 (212, 'TABLE_CELL_R'): ('table_cell', 1), 1461 (212, 'TABLE_ROW_END'): ('table_cell', 1), 1462 (213, 'TABLE_CELL_L'): ('header_cell', 1), 1463 (213, 'TABLE_CELL_LR'): ('header_cell', 1), 1464 (213, 'TABLE_ROW_H_END'): ('header_cell', 1), 1465 (214, 'TABLE_CELL'): ('_table_cell', 1), 1466 (214, 'TABLE_CELL_L'): ('_table_cell', 1), 1467 (214, 'TABLE_CELL_LR'): ('_table_cell', 1), 1468 (214, 'TABLE_CELL_R'): ('_table_cell', 1), 1469 (214, 'TABLE_ROW_END'): ('_table_cell', 1), 1470 (214, 'TABLE_ROW_H_END'): ('_table_cell', 1) 1458 1471 } 1459 1472 _goto = { 1460 (0, '_3?'): 2, (0, '_7+'): 10, (0, 'document'): 1, (2, '_24+'): 94,1461 (2, '_47+'): 18 8, (2, '_non_space_atom'): 93, (2, '_paragraph'): 3,1462 (2, '_printable_atom'): 105, (2, '_some_list'): 14 8,1463 (2, '_text_ending_space'): 11 7, (2, 'alpha_list'): 150,1464 (2, 'block_call'): 39, (2, 'bold_text'): 99, (2, 'bullet_list'): 15 1,1473 (0, '_3?'): 2, (0, '_7+'): 9, (0, 'document'): 1, (2, '_24+'): 94, 1474 (2, '_47+'): 187, (2, '_non_space_atom'): 93, (2, '_paragraph'): 3, 1475 (2, '_printable_atom'): 105, (2, '_some_list'): 147, 1476 (2, '_text_ending_space'): 116, (2, 'alpha_list'): 149, 1477 (2, 'block_call'): 39, (2, 'bold_text'): 99, (2, 'bullet_list'): 150, 1465 1478 (2, 'code_paragraph'): 19, (2, 'heading_paragraph'): 17, 1466 1479 (2, 'image'): 104, (2, 'italic_text'): 100, (2, 'link'): 103, 1467 1480 (2, 'list_paragraph'): 20, (2, 'macro_call'): 37, 1468 (2, 'macro_call_silent'): 38, (2, 'numbered_list'): 14 9,1481 (2, 'macro_call_silent'): 38, (2, 'numbered_list'): 148, 1469 1482 (2, 'strike_text'): 101, (2, 'table_paragraph'): 21, 1470 (2, 'table_row'): 18 9, (2, 'text_paragraph'): 18,1471 (2, 'text_paragraph_line'): 11 3, (2, 'tt_text'): 102,1472 (2, 'undecorated_list'): 15 2, (3, '_2*'): 4, (4, '_3?'): 8,1483 (2, 'table_row'): 188, (2, 'text_paragraph'): 18, 1484 (2, 'text_paragraph_line'): 112, (2, 'tt_text'): 102, 1485 (2, 'undecorated_list'): 151, (3, '_2*'): 4, (4, '_3?'): 8, 1473 1486 (4, '_7+'): 6, (4, '_document_trailing'): 5, (6, '_24+'): 94, 1474 (6, '_47+'): 18 8, (6, '_non_space_atom'): 93, (6, '_paragraph'): 7,1475 (6, '_printable_atom'): 105, (6, '_some_list'): 14 8,1476 (6, '_text_ending_space'): 11 7, (6, 'alpha_list'): 150,1477 (6, 'block_call'): 39, (6, 'bold_text'): 99, (6, 'bullet_list'): 15 1,1487 (6, '_47+'): 187, (6, '_non_space_atom'): 93, (6, '_paragraph'): 7, 1488 (6, '_printable_atom'): 105, (6, '_some_list'): 147, 1489 (6, '_text_ending_space'): 116, (6, 'alpha_list'): 149, 1490 (6, 'block_call'): 39, (6, 'bold_text'): 99, (6, 'bullet_list'): 150, 1478 1491 (6, 'code_paragraph'): 19, (6, 'heading_paragraph'): 17, 1479 1492 (6, 'image'): 104, (6, 'italic_text'): 100, (6, 'link'): 103, 1480 1493 (6, 'list_paragraph'): 20, (6, 'macro_call'): 37, 1481 (6, 'macro_call_silent'): 38, (6, 'numbered_list'): 14 9,1494 (6, 'macro_call_silent'): 38, (6, 'numbered_list'): 148, 1482 1495 (6, 'strike_text'): 101, (6, 'table_paragraph'): 21, 1483 (6, 'table_row'): 18 9, (6, 'text_paragraph'): 18,1484 (6, 'text_paragraph_line'): 11 3, (6, 'tt_text'): 102,1485 (6, 'undecorated_list'): 15 2, (9, 'block_definition'): 14,1486 (11, '_5*'): 12, (12, '_3?'): 13, (12, '_7+'): 9,1496 (6, 'table_row'): 188, (6, 'text_paragraph'): 18, 1497 (6, 'text_paragraph_line'): 112, (6, 'tt_text'): 102, 1498 (6, 'undecorated_list'): 151, (10, 'block_definition'): 14, 1499 (11, '_5*'): 12, (12, '_3?'): 13, (12, '_7+'): 10, 1487 1500 (25, '_printable_atom'): 30, (25, 'block_call'): 39, 1488 1501 (25, 'macro_call'): 37, (25, 'macro_call_silent'): 38, 1489 (26, '_ 23*'): 91, (26, '_printable_atom'): 30, (26, 'block_call'): 39,1502 (26, '_printable_atom'): 30, (26, 'block_call'): 39, 1490 1503 (26, 'macro_call'): 37, (26, 'macro_call_silent'): 38, 1491 1504 (27, '_printable_atom'): 30, (27, 'block_call'): 39, 1492 1505 (27, 'macro_call'): 37, (27, 'macro_call_silent'): 38, 1493 (28, '_ printable_atom'): 30, (28, 'block_call'): 39,1506 (28, '_23*'): 91, (28, '_printable_atom'): 30, (28, 'block_call'): 39, 1494 1507 (28, 'macro_call'): 37, (28, 'macro_call_silent'): 38, 1495 1508 (29, '_23*'): 90, (29, '_printable_atom'): 30, (29, 'block_call'): 39, … … 1502 1515 (69, '_16*'): 70, (73, '_16*'): 71, (77, '_14?'): 88, 1503 1516 (77, 'block_arguments'): 78, (79, '_14?'): 80, (81, '_24+'): 94, 1504 (81, '_47+'): 18 8, (81, '_non_space_atom'): 93, (81, '_paragraph'): 89,1505 (81, '_printable_atom'): 105, (81, '_some_list'): 14 8,1506 (81, '_text_ending_space'): 11 7, (81, 'alpha_list'): 150,1517 (81, '_47+'): 187, (81, '_non_space_atom'): 93, (81, '_paragraph'): 89, 1518 (81, '_printable_atom'): 105, (81, '_some_list'): 147, 1519 (81, '_text_ending_space'): 116, (81, 'alpha_list'): 149, 1507 1520 (81, 'block_body'): 82, (81, 'block_call'): 39, (81, 'bold_text'): 99, 1508 (81, 'bullet_list'): 15 1, (81, 'code_paragraph'): 19,1521 (81, 'bullet_list'): 150, (81, 'code_paragraph'): 19, 1509 1522 (81, 'heading_paragraph'): 17, (81, 'image'): 104, 1510 1523 (81, 'italic_text'): 100, (81, 'link'): 103, 1511 1524 (81, 'list_paragraph'): 20, (81, 'macro_call'): 37, 1512 (81, 'macro_call_silent'): 38, (81, 'numbered_list'): 14 9,1525 (81, 'macro_call_silent'): 38, (81, 'numbered_list'): 148, 1513 1526 (81, 'strike_text'): 101, (81, 'table_paragraph'): 21, 1514 (81, 'table_row'): 18 9, (81, 'text_paragraph'): 18,1515 (81, 'text_paragraph_line'): 11 3, (81, 'tt_text'): 102,1516 (81, 'undecorated_list'): 15 2, (84, '_20*'): 85, (85, '_comma'): 86,1517 (90, 'space'): 92, (91, 'space'): 92, (92, '_8+'): 2 8,1527 (81, 'table_row'): 188, (81, 'text_paragraph'): 18, 1528 (81, 'text_paragraph_line'): 112, (81, 'tt_text'): 102, 1529 (81, 'undecorated_list'): 151, (84, '_20*'): 85, (85, '_comma'): 86, 1530 (90, 'space'): 92, (91, 'space'): 92, (92, '_8+'): 27, 1518 1531 (92, '_printable_atom'): 24, (92, 'block_call'): 39, 1519 1532 (92, 'macro_call'): 37, (92, 'macro_call_silent'): 38, … … 1549 1562 (110, 'link'): 103, (110, 'macro_call'): 37, 1550 1563 (110, 'macro_call_silent'): 38, (110, 'strike_text'): 101, 1551 (110, 'tt_text'): 102, (111, '_24+'): 97, (111, '_non_space_atom'): 93, 1552 (111, '_printable_atom'): 105, (111, 'block_call'): 39, 1553 (111, 'bold_text'): 99, (111, 'image'): 104, (111, 'italic_text'): 100, 1554 (111, 'link'): 103, (111, 'macro_call'): 37, 1555 (111, 'macro_call_silent'): 38, (111, 'strike_text'): 101, 1556 (111, 'tt_text'): 102, (113, '_31*'): 114, (115, '_24+'): 94, 1557 (115, '_non_space_atom'): 93, (115, '_printable_atom'): 105, 1558 (115, '_text_ending_space'): 117, (115, 'block_call'): 39, 1559 (115, 'bold_text'): 99, (115, 'image'): 104, (115, 'italic_text'): 100, 1560 (115, 'link'): 103, (115, 'macro_call'): 37, 1561 (115, 'macro_call_silent'): 38, (115, 'strike_text'): 101, 1562 (115, 'text_paragraph_line'): 116, (115, 'tt_text'): 102, 1563 (118, '_8+'): 25, (118, '_printable_atom'): 24, 1564 (118, 'block_call'): 39, (118, 'link_target'): 119, 1565 (118, 'macro_call'): 37, (118, 'macro_call_silent'): 38, 1566 (119, 'space'): 121, (121, '_8+'): 26, (121, '_printable_atom'): 24, 1567 (121, 'block_call'): 39, (121, 'image'): 127, 1568 (121, 'link_description'): 122, (121, 'macro_call'): 37, 1569 (121, 'macro_call_silent'): 38, (124, '_8+'): 27, 1570 (124, '_printable_atom'): 24, (124, 'block_call'): 39, 1571 (124, 'image_target'): 125, (124, 'macro_call'): 37, 1572 (124, 'macro_call_silent'): 38, (127, '_36?'): 128, 1573 (127, 'space'): 146, (129, '_8+'): 29, (129, '_printable_atom'): 24, 1574 (129, '_raw_text'): 130, (129, 'block_call'): 39, 1575 (129, 'macro_call'): 37, (129, 'macro_call_silent'): 38, 1576 (132, '_8+'): 29, (132, '_printable_atom'): 24, 1577 (132, '_raw_text'): 133, (132, 'block_call'): 39, 1578 (132, 'macro_call'): 37, (132, 'macro_call_silent'): 38, 1579 (135, '_8+'): 29, (135, '_printable_atom'): 24, 1580 (135, '_raw_text'): 136, (135, 'block_call'): 39, 1581 (135, 'macro_call'): 37, (135, 'macro_call_silent'): 38, 1582 (138, '_8+'): 29, (138, '_printable_atom'): 24, 1583 (138, '_raw_text'): 139, (138, 'block_call'): 39, 1584 (138, 'macro_call'): 37, (138, 'macro_call_silent'): 38, 1585 (141, '_36?'): 142, (141, 'space'): 146, (142, '_24+'): 94, 1586 (142, '_non_space_atom'): 93, (142, '_printable_atom'): 105, 1587 (142, '_text_ending_space'): 143, (142, 'block_call'): 39, 1588 (142, 'bold_text'): 99, (142, 'image'): 104, (142, 'italic_text'): 100, 1589 (142, 'link'): 103, (142, 'macro_call'): 37, 1590 (142, 'macro_call_silent'): 38, (142, 'strike_text'): 101, 1591 (142, 'tt_text'): 102, (144, '_36?'): 145, (144, 'space'): 146, 1592 (153, '_37+'): 154, (153, '_39+'): 162, (153, '_41+'): 169, 1593 (153, '_43+'): 176, (153, 'alpha_list_element'): 164, 1594 (153, 'bullet_list_element'): 171, (153, 'numbered_list_element'): 156, 1595 (153, 'undecorated_list_element'): 178, 1596 (154, 'numbered_list_element'): 157, (158, '_24+'): 94, 1597 (158, '_list_item'): 159, (158, '_non_space_atom'): 93, 1598 (158, '_printable_atom'): 105, (158, '_text_ending_space'): 187, 1599 (158, 'block_call'): 39, (158, 'bold_text'): 99, (158, 'image'): 104, 1600 (158, 'italic_text'): 100, (158, 'link'): 103, 1601 (158, 'list_item_line'): 183, (158, 'macro_call'): 37, 1602 (158, 'macro_call_silent'): 38, (158, 'strike_text'): 101, 1603 (158, 'tt_text'): 102, (159, '_38?'): 160, (159, '_some_list'): 161, 1604 (159, 'alpha_list'): 150, (159, 'bullet_list'): 151, 1605 (159, 'numbered_list'): 149, (159, 'undecorated_list'): 152, 1606 (162, 'alpha_list_element'): 165, (166, '_24+'): 94, 1607 (166, '_list_item'): 167, (166, '_non_space_atom'): 93, 1608 (166, '_printable_atom'): 105, (166, '_text_ending_space'): 187, 1609 (166, 'block_call'): 39, (166, 'bold_text'): 99, (166, 'image'): 104, 1610 (166, 'italic_text'): 100, (166, 'link'): 103, 1611 (166, 'list_item_line'): 183, (166, 'macro_call'): 37, 1612 (166, 'macro_call_silent'): 38, (166, 'strike_text'): 101, 1613 (166, 'tt_text'): 102, (167, '_38?'): 168, (167, '_some_list'): 161, 1614 (167, 'alpha_list'): 150, (167, 'bullet_list'): 151, 1615 (167, 'numbered_list'): 149, (167, 'undecorated_list'): 152, 1616 (169, 'bullet_list_element'): 172, (173, '_24+'): 94, 1617 (173, '_list_item'): 174, (173, '_non_space_atom'): 93, 1618 (173, '_printable_atom'): 105, (173, '_text_ending_space'): 187, 1619 (173, 'block_call'): 39, (173, 'bold_text'): 99, (173, 'image'): 104, 1620 (173, 'italic_text'): 100, (173, 'link'): 103, 1621 (173, 'list_item_line'): 183, (173, 'macro_call'): 37, 1622 (173, 'macro_call_silent'): 38, (173, 'strike_text'): 101, 1623 (173, 'tt_text'): 102, (174, '_38?'): 175, (174, '_some_list'): 161, 1624 (174, 'alpha_list'): 150, (174, 'bullet_list'): 151, 1625 (174, 'numbered_list'): 149, (174, 'undecorated_list'): 152, 1626 (176, 'undecorated_list_element'): 179, (180, '_24+'): 94, 1627 (180, '_list_item'): 181, (180, '_non_space_atom'): 93, 1628 (180, '_printable_atom'): 105, (180, '_text_ending_space'): 187, 1629 (180, 'block_call'): 39, (180, 'bold_text'): 99, (180, 'image'): 104, 1630 (180, 'italic_text'): 100, (180, 'link'): 103, 1631 (180, 'list_item_line'): 183, (180, 'macro_call'): 37, 1632 (180, 'macro_call_silent'): 38, (180, 'strike_text'): 101, 1633 (180, 'tt_text'): 102, (181, '_38?'): 182, (181, '_some_list'): 161, 1634 (181, 'alpha_list'): 150, (181, 'bullet_list'): 151, 1635 (181, 'numbered_list'): 149, (181, 'undecorated_list'): 152, 1636 (183, '_46*'): 184, (185, '_24+'): 94, (185, '_non_space_atom'): 93, 1637 (185, '_printable_atom'): 105, (185, '_text_ending_space'): 187, 1638 (185, 'block_call'): 39, (185, 'bold_text'): 99, (185, 'image'): 104, 1639 (185, 'italic_text'): 100, (185, 'link'): 103, 1640 (185, 'list_item_line'): 186, (185, 'macro_call'): 37, 1641 (185, 'macro_call_silent'): 38, (185, 'strike_text'): 101, 1642 (185, 'tt_text'): 102, (188, 'table_row'): 190, 1643 (191, 'table_cell'): 192, (192, '_trowrest_starting_plain'): 193, 1644 (195, 'header_cell'): 196, (196, '_trowrest_starting_header'): 197, 1645 (199, 'table_cell'): 200, (200, '_trowrest_starting_plain'): 201, 1646 (202, 'header_cell'): 203, (203, '_trowrest_starting_header'): 204, 1647 (206, 'table_cell'): 207, (207, '_trowrest_starting_plain'): 208, 1648 (209, 'header_cell'): 210, (210, '_trowrest_starting_header'): 211, 1649 (213, '_24+'): 96, (213, '_29+'): 110, (213, '_non_space_atom'): 93, 1650 (213, '_printable_atom'): 105, (213, 'block_call'): 39, 1651 (213, 'bold_text'): 99, (213, 'image'): 104, (213, 'italic_text'): 100, 1652 (213, 'link'): 103, (213, 'macro_call'): 37, 1653 (213, 'macro_call_silent'): 38, (213, 'strike_text'): 101, 1654 (213, 'tt_text'): 102, (214, '_24+'): 96, (214, '_29+'): 111, 1655 (214, '_non_space_atom'): 93, (214, '_printable_atom'): 105, 1656 (214, 'block_call'): 39, (214, 'bold_text'): 99, (214, 'image'): 104, 1657 (214, 'italic_text'): 100, (214, 'link'): 103, (214, 'macro_call'): 37, 1564 (110, 'tt_text'): 102, (112, '_31*'): 113, (114, '_24+'): 94, 1565 (114, '_non_space_atom'): 93, (114, '_printable_atom'): 105, 1566 (114, '_text_ending_space'): 116, (114, 'block_call'): 39, 1567 (114, 'bold_text'): 99, (114, 'image'): 104, (114, 'italic_text'): 100, 1568 (114, 'link'): 103, (114, 'macro_call'): 37, 1569 (114, 'macro_call_silent'): 38, (114, 'strike_text'): 101, 1570 (114, 'text_paragraph_line'): 115, (114, 'tt_text'): 102, 1571 (117, '_8+'): 26, (117, '_printable_atom'): 24, 1572 (117, 'block_call'): 39, (117, 'link_target'): 118, 1573 (117, 'macro_call'): 37, (117, 'macro_call_silent'): 38, 1574 (118, 'space'): 120, (120, '_8+'): 28, (120, '_printable_atom'): 24, 1575 (120, 'block_call'): 39, (120, 'image'): 126, 1576 (120, 'link_description'): 121, (120, 'macro_call'): 37, 1577 (120, 'macro_call_silent'): 38, (123, '_8+'): 25, 1578 (123, '_printable_atom'): 24, (123, 'block_call'): 39, 1579 (123, 'image_target'): 124, (123, 'macro_call'): 37, 1580 (123, 'macro_call_silent'): 38, (126, '_36?'): 127, 1581 (126, 'space'): 145, (128, '_8+'): 29, (128, '_printable_atom'): 24, 1582 (128, '_raw_text'): 129, (128, 'block_call'): 39, 1583 (128, 'macro_call'): 37, (128, 'macro_call_silent'): 38, 1584 (131, '_8+'): 29, (131, '_printable_atom'): 24, 1585 (131, '_raw_text'): 132, (131, 'block_call'): 39, 1586 (131, 'macro_call'): 37, (131, 'macro_call_silent'): 38, 1587 (134, '_8+'): 29, (134, '_printable_atom'): 24, 1588 (134, '_raw_text'): 135, (134, 'block_call'): 39, 1589 (134, 'macro_call'): 37, (134, 'macro_call_silent'): 38, 1590 (137, '_8+'): 29, (137, '_printable_atom'): 24, 1591 (137, '_raw_text'): 138, (137, 'block_call'): 39, 1592 (137, 'macro_call'): 37, (137, 'macro_call_silent'): 38, 1593 (140, '_36?'): 141, (140, 'space'): 145, (141, '_24+'): 94, 1594 (141, '_non_space_atom'): 93, (141, '_printable_atom'): 105, 1595 (141, '_text_ending_space'): 142, (141, 'block_call'): 39, 1596 (141, 'bold_text'): 99, (141, 'image'): 104, (141, 'italic_text'): 100, 1597 (141, 'link'): 103, (141, 'macro_call'): 37, 1598 (141, 'macro_call_silent'): 38, (141, 'strike_text'): 101, 1599 (141, 'tt_text'): 102, (143, '_36?'): 144, (143, 'space'): 145, 1600 (152, '_37+'): 153, (152, '_39+'): 161, (152, '_41+'): 168, 1601 (152, '_43+'): 175, (152, 'alpha_list_element'): 163, 1602 (152, 'bullet_list_element'): 170, (152, 'numbered_list_element'): 155, 1603 (152, 'undecorated_list_element'): 177, 1604 (153, 'numbered_list_element'): 156, (157, '_24+'): 94, 1605 (157, '_list_item'): 158, (157, '_non_space_atom'): 93, 1606 (157, '_printable_atom'): 105, (157, '_text_ending_space'): 186, 1607 (157, 'block_call'): 39, (157, 'bold_text'): 99, (157, 'image'): 104, 1608 (157, 'italic_text'): 100, (157, 'link'): 103, 1609 (157, 'list_item_line'): 182, (157, 'macro_call'): 37, 1610 (157, 'macro_call_silent'): 38, (157, 'strike_text'): 101, 1611 (157, 'tt_text'): 102, (158, '_38?'): 159, (158, '_some_list'): 160, 1612 (158, 'alpha_list'): 149, (158, 'bullet_list'): 150, 1613 (158, 'numbered_list'): 148, (158, 'undecorated_list'): 151, 1614 (161, 'alpha_list_element'): 164, (165, '_24+'): 94, 1615 (165, '_list_item'): 166, (165, '_non_space_atom'): 93, 1616 (165, '_printable_atom'): 105, (165, '_text_ending_space'): 186, 1617 (165, 'block_call'): 39, (165, 'bold_text'): 99, (165, 'image'): 104, 1618 (165, 'italic_text'): 100, (165, 'link'): 103, 1619 (165, 'list_item_line'): 182, (165, 'macro_call'): 37, 1620 (165, 'macro_call_silent'): 38, (165, 'strike_text'): 101, 1621 (165, 'tt_text'): 102, (166, '_38?'): 167, (166, '_some_list'): 160, 1622 (166, 'alpha_list'): 149, (166, 'bullet_list'): 150, 1623 (166, 'numbered_list'): 148, (166, 'undecorated_list'): 151, 1624 (168, 'bullet_list_element'): 171, (172, '_24+'): 94, 1625 (172, '_list_item'): 173, (172, '_non_space_atom'): 93, 1626 (172, '_printable_atom'): 105, (172, '_text_ending_space'): 186, 1627 (172, 'block_call'): 39, (172, 'bold_text'): 99, (172, 'image'): 104, 1628 (172, 'italic_text'): 100, (172, 'link'): 103, 1629 (172, 'list_item_line'): 182, (172, 'macro_call'): 37, 1630 (172, 'macro_call_silent'): 38, (172, 'strike_text'): 101, 1631 (172, 'tt_text'): 102, (173, '_38?'): 174, (173, '_some_list'): 160, 1632 (173, 'alpha_list'): 149, (173, 'bullet_list'): 150, 1633 (173, 'numbered_list'): 148, (173, 'undecorated_list'): 151, 1634 (175, 'undecorated_list_element'): 178, (179, '_24+'): 94, 1635 (179, '_list_item'): 180, (179, '_non_space_atom'): 93, 1636 (179, '_printable_atom'): 105, (179, '_text_ending_space'): 186, 1637 (179, 'block_call'): 39, (179, 'bold_text'): 99, (179, 'image'): 104, 1638 (179, 'italic_text'): 100, (179, 'link'): 103, 1639 (179, 'list_item_line'): 182, (179, 'macro_call'): 37, 1640 (179, 'macro_call_silent'): 38, (179, 'strike_text'): 101, 1641 (179, 'tt_text'): 102, (180, '_38?'): 181, (180, '_some_list'): 160, 1642 (180, 'alpha_list'): 149, (180, 'bullet_list'): 150, 1643 (180, 'numbered_list'): 148, (180, 'undecorated_list'): 151, 1644 (182, '_46*'): 183, (184, '_24+'): 94, (184, '_non_space_atom'): 93, 1645 (184, '_printable_atom'): 105, (184, '_text_ending_space'): 186, 1646 (184, 'block_call'): 39, (184, 'bold_text'): 99, (184, 'image'): 104, 1647 (184, 'italic_text'): 100, (184, 'link'): 103, 1648 (184, 'list_item_line'): 185, (184, 'macro_call'): 37, 1649 (184, 'macro_call_silent'): 38, (184, 'strike_text'): 101, 1650 (184, 'tt_text'): 102, (187, 'table_row'): 189, 1651 (190, '_table_cell'): 212, (190, 'table_cell'): 191, 1652 (191, '_trowrest_starting_plain'): 192, (194, '_table_cell'): 213, 1653 (194, 'header_cell'): 195, (195, '_trowrest_starting_header'): 196, 1654 (198, '_table_cell'): 212, (198, 'table_cell'): 199, 1655 (199, '_trowrest_starting_plain'): 200, (201, '_table_cell'): 213, 1656 (201, 'header_cell'): 202, (202, '_trowrest_starting_header'): 203, 1657 (205, '_table_cell'): 212, (205, 'table_cell'): 206, 1658 (206, '_trowrest_starting_plain'): 207, (208, '_table_cell'): 213, 1659 (208, 'header_cell'): 209, (209, '_trowrest_starting_header'): 210, 1660 (214, '_24+'): 96, (214, '_29+'): 110, (214, '_non_space_atom'): 93, 1661 (214, '_printable_atom'): 105, (214, 'block_call'): 39, 1662 (214, 'bold_text'): 99, (214, 'image'): 104, (214, 'italic_text'): 100, 1663 (214, 'link'): 103, (214, 'macro_call'): 37, 1658 1664 (214, 'macro_call_silent'): 38, (214, 'strike_text'): 101, 1659 1665 (214, 'tt_text'): 102 1660 1666 } 1661 1667 _shift = { 1662 (0, 'EMPTY_LINE'): 15, (1, EOF): 215, (2, '**'): 12 9,1663 (2, 'BEGIN_INDENT'): 15 3, (2, 'BLOCK_CALL'): 53, (2, 'COMMA'): 31,1664 (2, 'HEADER_S'): 14 1, (2, 'MACRO_CALL'): 41,1668 (0, 'EMPTY_LINE'): 15, (1, EOF): 215, (2, '**'): 128, 1669 (2, 'BEGIN_INDENT'): 152, (2, 'BLOCK_CALL'): 53, (2, 'COMMA'): 31, 1670 (2, 'HEADER_S'): 140, (2, 'MACRO_CALL'): 41, 1665 1671 (2, 'MACRO_CALL_SILENT'): 47, (2, 'MACRO_VALUE'): 40, 1666 (2, 'NUMBER'): 35, (2, 'PRE'): 14 7, (2, 'PUNCT'): 36,1667 (2, 'Q_CHAR'): 33, (2, 'STRING'): 32, (2, 'TABLE_ROW_H_START'): 19 5,1668 (2, 'TABLE_ROW_START'): 19 1, (2, 'WORD'): 34, (2, '[['): 118,1669 (2, '[[!'): 12 4, (2, '__'): 132, (2, '{{'): 138, (2, '~~'): 135,1670 (4, 'EMPTY_LINE'): 15, (6, '**'): 12 9, (6, 'BEGIN_INDENT'): 153,1672 (2, 'NUMBER'): 35, (2, 'PRE'): 146, (2, 'PUNCT'): 36, 1673 (2, 'Q_CHAR'): 33, (2, 'STRING'): 32, (2, 'TABLE_ROW_H_START'): 194, 1674 (2, 'TABLE_ROW_START'): 190, (2, 'WORD'): 34, (2, '[['): 117, 1675 (2, '[[!'): 123, (2, '__'): 131, (2, '{{'): 137, (2, '~~'): 134, 1676 (4, 'EMPTY_LINE'): 15, (6, '**'): 128, (6, 'BEGIN_INDENT'): 152, 1671 1677 (6, 'BLOCK_CALL'): 53, (6, 'COMMA'): 31, (6, 'EMPTY_LINE'): 16, 1672 (6, 'HEADER_S'): 14 1, (6, 'MACRO_CALL'): 41,1678 (6, 'HEADER_S'): 140, (6, 'MACRO_CALL'): 41, 1673 1679 (6, 'MACRO_CALL_SILENT'): 47, (6, 'MACRO_VALUE'): 40, 1674 (6, 'NEW_SECTION'): 11, (6, 'NUMBER'): 35, (6, 'PRE'): 14 7,1680 (6, 'NEW_SECTION'): 11, (6, 'NUMBER'): 35, (6, 'PRE'): 146, 1675 1681 (6, 'PUNCT'): 36, (6, 'Q_CHAR'): 33, (6, 'STRING'): 32, 1676 (6, 'TABLE_ROW_H_START'): 19 5, (6, 'TABLE_ROW_START'): 191,1677 (6, 'WORD'): 34, (6, '[['): 11 8, (6, '[[!'): 124, (6, '__'): 132,1678 (6, '{{'): 13 8, (6, '~~'): 135, (9, 'BLOCK_CALL'): 77,1679 ( 9, 'EMPTY_LINE'): 16, (10, 'EMPTY_LINE'): 16, (12, 'EMPTY_LINE'): 15,1682 (6, 'TABLE_ROW_H_START'): 194, (6, 'TABLE_ROW_START'): 190, 1683 (6, 'WORD'): 34, (6, '[['): 117, (6, '[[!'): 123, (6, '__'): 131, 1684 (6, '{{'): 137, (6, '~~'): 134, (9, 'EMPTY_LINE'): 16, 1685 (10, 'BLOCK_CALL'): 77, (10, 'EMPTY_LINE'): 16, (12, 'EMPTY_LINE'): 15, 1680 1686 (25, 'BLOCK_CALL'): 53, (25, 'COMMA'): 31, (25, 'MACRO_CALL'): 41, 1681 1687 (25, 'MACRO_CALL_SILENT'): 47, (25, 'MACRO_VALUE'): 40, … … 1704 1710 (54, 'STRING'): 75, (55, ']]'): 56, (57, ']]'): 58, (60, ' '): 65, 1705 1711 (60, 'COMMA'): 73, (62, 'MACRO_VALUE'): 76, (62, 'NUMBER'): 74, 1706 (62, 'STRING'): 75, (6 6, 'MACRO_VALUE'): 84, (68, ' '): 72,1707 (68, 'COMMA'): 69, (70, ' '): 72, (71, ' '): 72, (77, ' '): 6 6,1708 (78, ']]'): 79, (79, ' '): 6 4, (80, '{{{'): 81, (81, '**'): 129,1709 (81, 'BEGIN_INDENT'): 15 3, (81, 'BLOCK_CALL'): 53, (81, 'COMMA'): 31,1710 (81, 'HEADER_S'): 14 1, (81, 'MACRO_CALL'): 41,1712 (62, 'STRING'): 75, (64, 'MACRO_VALUE'): 84, (68, ' '): 72, 1713 (68, 'COMMA'): 69, (70, ' '): 72, (71, ' '): 72, (77, ' '): 64, 1714 (78, ']]'): 79, (79, ' '): 66, (80, '{{{'): 81, (81, '**'): 128, 1715 (81, 'BEGIN_INDENT'): 152, (81, 'BLOCK_CALL'): 53, (81, 'COMMA'): 31, 1716 (81, 'HEADER_S'): 140, (81, 'MACRO_CALL'): 41, 1711 1717 (81, 'MACRO_CALL_SILENT'): 47, (81, 'MACRO_VALUE'): 40, 1712 (81, 'NUMBER'): 35, (81, 'PRE'): 14 7, (81, 'PUNCT'): 36,1713 (81, 'Q_CHAR'): 33, (81, 'STRING'): 32, (81, 'TABLE_ROW_H_START'): 19 5,1714 (81, 'TABLE_ROW_START'): 19 1, (81, 'WORD'): 34, (81, '[['): 118,1715 (81, '[[!'): 12 4, (81, '__'): 132, (81, '{{'): 138, (81, '~~'): 135,1718 (81, 'NUMBER'): 35, (81, 'PRE'): 146, (81, 'PUNCT'): 36, 1719 (81, 'Q_CHAR'): 33, (81, 'STRING'): 32, (81, 'TABLE_ROW_H_START'): 194, 1720 (81, 'TABLE_ROW_START'): 190, (81, 'WORD'): 34, (81, '[['): 117, 1721 (81, '[[!'): 123, (81, '__'): 131, (81, '{{'): 137, (81, '~~'): 134, 1716 1722 (82, '}}}'): 83, (85, ' '): 67, (85, 'COMMA'): 73, 1717 1723 (86, 'MACRO_VALUE'): 87, (90, ' '): 22, (90, 'NL'): 23, (91, ' '): 22, … … 1720 1726 (92, 'MACRO_VALUE'): 40, (92, 'NUMBER'): 35, (92, 'PUNCT'): 36, 1721 1727 (92, 'Q_CHAR'): 33, (92, 'STRING'): 32, (92, 'WORD'): 34, 1722 (94, '**'): 12 9, (94, 'BLOCK_CALL'): 53, (94, 'COMMA'): 31,1728 (94, '**'): 128, (94, 'BLOCK_CALL'): 53, (94, 'COMMA'): 31, 1723 1729 (94, 'MACRO_CALL'): 41, (94, 'MACRO_CALL_SILENT'): 47, 1724 1730 (94, 'MACRO_VALUE'): 40, (94, 'NUMBER'): 35, (94, 'PUNCT'): 36, 1725 1731 (94, 'Q_CHAR'): 33, (94, 'STRING'): 32, (94, 'WORD'): 34, 1726 (94, '[['): 11 8, (94, '[[!'): 124, (94, '__'): 132, (94, '{{'): 138,1727 (94, '~~'): 13 5, (95, '**'): 129, (95, 'BLOCK_CALL'): 53,1732 (94, '[['): 117, (94, '[[!'): 123, (94, '__'): 131, (94, '{{'): 137, 1733 (94, '~~'): 134, (95, '**'): 128, (95, 'BLOCK_CALL'): 53, 1728 1734 (95, 'COMMA'): 31, (95, 'MACRO_CALL'): 41, 1729 1735 (95, 'MACRO_CALL_SILENT'): 47, (95, 'MACRO_VALUE'): 40, 1730 1736 (95, 'NUMBER'): 35, (95, 'PUNCT'): 36, (95, 'Q_CHAR'): 33, 1731 (95, 'STRING'): 32, (95, 'WORD'): 34, (95, '[['): 11 8,1732 (95, '[[!'): 12 4, (95, '__'): 132, (95, '{{'): 138, (95, '~~'): 135,1733 (96, ' '): 109, (96, '**'): 12 9, (96, 'BLOCK_CALL'): 53,1737 (95, 'STRING'): 32, (95, 'WORD'): 34, (95, '[['): 117, 1738 (95, '[[!'): 123, (95, '__'): 131, (95, '{{'): 137, (95, '~~'): 134, 1739 (96, ' '): 109, (96, '**'): 128, (96, 'BLOCK_CALL'): 53, 1734 1740 (96, 'COMMA'): 31, (96, 'MACRO_CALL'): 41, 1735 1741 (96, 'MACRO_CALL_SILENT'): 47, (96, 'MACRO_VALUE'): 40, 1736 1742 (96, 'NUMBER'): 35, (96, 'PUNCT'): 36, (96, 'Q_CHAR'): 33, 1737 (96, 'STRING'): 32, (96, 'WORD'): 34, (96, '[['): 11 8,1738 (96, '[[!'): 12 4, (96, '__'): 132, (96, '{{'): 138, (96, '~~'): 135,1739 (97, ' '): 11 2, (97, '**'): 129, (97, 'BLOCK_CALL'): 53,1743 (96, 'STRING'): 32, (96, 'WORD'): 34, (96, '[['): 117, 1744 (96, '[[!'): 123, (96, '__'): 131, (96, '{{'): 137, (96, '~~'): 134, 1745 (97, ' '): 111, (97, '**'): 128, (97, 'BLOCK_CALL'): 53, 1740 1746 (97, 'COMMA'): 31, (97, 'MACRO_CALL'): 41, 1741 1747 (97, 'MACRO_CALL_SILENT'): 47, (97, 'MACRO_VALUE'): 40, 1742 1748 (97, 'NUMBER'): 35, (97, 'PUNCT'): 36, (97, 'Q_CHAR'): 33, 1743 (97, 'STRING'): 32, (97, 'WORD'): 34, (97, '[['): 11 8,1744 (97, '[[!'): 12 4, (97, '__'): 132, (97, '{{'): 138, (97, '~~'): 135,1745 (106, ' '): 22, (106, 'NL'): 23, (108, '**'): 12 9,1749 (97, 'STRING'): 32, (97, 'WORD'): 34, (97, '[['): 117, 1750 (97, '[[!'): 123, (97, '__'): 131, (97, '{{'): 137, (97, '~~'): 134, 1751 (106, ' '): 22, (106, 'NL'): 23, (108, '**'): 128, 1746 1752 (108, 'BLOCK_CALL'): 53, (108, 'COMMA'): 31, (108, 'MACRO_CALL'): 41, 1747 1753 (108, 'MACRO_CALL_SILENT'): 47, (108, 'MACRO_VALUE'): 40, 1748 1754 (108, 'NUMBER'): 35, (108, 'PUNCT'): 36, (108, 'Q_CHAR'): 33, 1749 (108, 'STRING'): 32, (108, 'WORD'): 34, (108, '[['): 11 8,1750 (108, '[[!'): 12 4, (108, '__'): 132, (108, '{{'): 138,1751 (108, '~~'): 13 5, (110, '**'): 129, (110, 'BLOCK_CALL'): 53,1755 (108, 'STRING'): 32, (108, 'WORD'): 34, (108, '[['): 117, 1756 (108, '[[!'): 123, (108, '__'): 131, (108, '{{'): 137, 1757 (108, '~~'): 134, (110, '**'): 128, (110, 'BLOCK_CALL'): 53, 1752 1758 (110, 'COMMA'): 31, (110, 'MACRO_CALL'): 41, 1753 1759 (110, 'MACRO_CALL_SILENT'): 47, (110, 'MACRO_VALUE'): 40, 1754 1760 (110, 'NUMBER'): 35, (110, 'PUNCT'): 36, (110, 'Q_CHAR'): 33, 1755 (110, 'STRING'): 32, (110, 'WORD'): 34, (110, '[['): 118, 1756 (110, '[[!'): 124, (110, '__'): 132, (110, '{{'): 138, 1757 (110, '~~'): 135, (111, '**'): 129, (111, 'BLOCK_CALL'): 53, 1758 (111, 'COMMA'): 31, (111, 'MACRO_CALL'): 41, 1759 (111, 'MACRO_CALL_SILENT'): 47, (111, 'MACRO_VALUE'): 40, 1760 (111, 'NUMBER'): 35, (111, 'PUNCT'): 36, (111, 'Q_CHAR'): 33, 1761 (111, 'STRING'): 32, (111, 'WORD'): 34, (111, '[['): 118, 1762 (111, '[[!'): 124, (111, '__'): 132, (111, '{{'): 138, 1763 (111, '~~'): 135, (114, 'LINE_BREAK'): 115, (115, '**'): 129, 1764 (115, 'BLOCK_CALL'): 53, (115, 'COMMA'): 31, (115, 'MACRO_CALL'): 41, 1765 (115, 'MACRO_CALL_SILENT'): 47, (115, 'MACRO_VALUE'): 40, 1766 (115, 'NUMBER'): 35, (115, 'PUNCT'): 36, (115, 'Q_CHAR'): 33, 1767 (115, 'STRING'): 32, (115, 'WORD'): 34, (115, '[['): 118, 1768 (115, '[[!'): 124, (115, '__'): 132, (115, '{{'): 138, 1769 (115, '~~'): 135, (118, 'BLOCK_CALL'): 53, (118, 'COMMA'): 31, 1770 (118, 'MACRO_CALL'): 41, (118, 'MACRO_CALL_SILENT'): 47, 1771 (118, 'MACRO_VALUE'): 40, (118, 'NUMBER'): 35, (118, 'PUNCT'): 36, 1772 (118, 'Q_CHAR'): 33, (118, 'STRING'): 32, (118, 'WORD'): 34, 1773 (119, ' '): 22, (119, 'NL'): 23, (119, ']]'): 120, 1774 (121, 'BLOCK_CALL'): 53, (121, 'COMMA'): 31, (121, 'MACRO_CALL'): 41, 1775 (121, 'MACRO_CALL_SILENT'): 47, (121, 'MACRO_VALUE'): 40, 1776 (121, 'NUMBER'): 35, (121, 'PUNCT'): 36, (121, 'Q_CHAR'): 33, 1777 (121, 'STRING'): 32, (121, 'WORD'): 34, (121, '[[!'): 124, 1778 (122, ']]'): 123, (124, 'BLOCK_CALL'): 53, (124, 'COMMA'): 31, 1779 (124, 'MACRO_CALL'): 41, (124, 'MACRO_CALL_SILENT'): 47, 1780 (124, 'MACRO_VALUE'): 40, (124, 'NUMBER'): 35, (124, 'PUNCT'): 36, 1781 (124, 'Q_CHAR'): 33, (124, 'STRING'): 32, (124, 'WORD'): 34, 1782 (125, ']]'): 126, (127, ' '): 22, (127, 'NL'): 23, 1783 (129, 'BLOCK_CALL'): 53, (129, 'COMMA'): 31, (129, 'MACRO_CALL'): 41, 1784 (129, 'MACRO_CALL_SILENT'): 47, (129, 'MACRO_VALUE'): 40, 1785 (129, 'NUMBER'): 35, (129, 'PUNCT'): 36, (129, 'Q_CHAR'): 33, 1786 (129, 'STRING'): 32, (129, 'WORD'): 34, (130, '**'): 131, 1787 (132, 'BLOCK_CALL'): 53, (132, 'COMMA'): 31, (132, 'MACRO_CALL'): 41, 1788 (132, 'MACRO_CALL_SILENT'): 47, (132, 'MACRO_VALUE'): 40, 1789 (132, 'NUMBER'): 35, (132, 'PUNCT'): 36, (132, 'Q_CHAR'): 33, 1790 (132, 'STRING'): 32, (132, 'WORD'): 34, (133, '__'): 134, 1791 (135, 'BLOCK_CALL'): 53, (135, 'COMMA'): 31, (135, 'MACRO_CALL'): 41, 1792 (135, 'MACRO_CALL_SILENT'): 47, (135, 'MACRO_VALUE'): 40, 1793 (135, 'NUMBER'): 35, (135, 'PUNCT'): 36, (135, 'Q_CHAR'): 33, 1794 (135, 'STRING'): 32, (135, 'WORD'): 34, (136, '~~'): 137, 1795 (138, 'BLOCK_CALL'): 53, (138, 'COMMA'): 31, (138, 'MACRO_CALL'): 41, 1796 (138, 'MACRO_CALL_SILENT'): 47, (138, 'MACRO_VALUE'): 40, 1797 (138, 'NUMBER'): 35, (138, 'PUNCT'): 36, (138, 'Q_CHAR'): 33, 1798 (138, 'STRING'): 32, (138, 'WORD'): 34, (139, '}}'): 140, 1799 (141, ' '): 22, (141, 'NL'): 23, (142, '**'): 129, 1800 (142, 'BLOCK_CALL'): 53, (142, 'COMMA'): 31, (142, 'MACRO_CALL'): 41, 1801 (142, 'MACRO_CALL_SILENT'): 47, (142, 'MACRO_VALUE'): 40, 1802 (142, 'NUMBER'): 35, (142, 'PUNCT'): 36, (142, 'Q_CHAR'): 33, 1803 (142, 'STRING'): 32, (142, 'WORD'): 34, (142, '[['): 118, 1804 (142, '[[!'): 124, (142, '__'): 132, (142, '{{'): 138, 1805 (142, '~~'): 135, (143, 'HEADER_E'): 144, (144, ' '): 22, 1806 (144, 'NL'): 23, (153, 'LIST_ALPHA'): 166, (153, 'LIST_BULLET'): 173, 1807 (153, 'LIST_NUMERIC'): 158, (153, 'LIST_UNDECO'): 180, 1808 (154, 'END_INDENT'): 155, (154, 'LIST_NUMERIC'): 158, (158, '**'): 129, 1809 (158, 'BLOCK_CALL'): 53, (158, 'COMMA'): 31, (158, 'MACRO_CALL'): 41, 1810 (158, 'MACRO_CALL_SILENT'): 47, (158, 'MACRO_VALUE'): 40, 1811 (158, 'NUMBER'): 35, (158, 'PUNCT'): 36, (158, 'Q_CHAR'): 33, 1812 (158, 'STRING'): 32, (158, 'WORD'): 34, (158, '[['): 118, 1813 (158, '[[!'): 124, (158, '__'): 132, (158, '{{'): 138, 1814 (158, '~~'): 135, (159, 'BEGIN_INDENT'): 153, (162, 'END_INDENT'): 163, 1815 (162, 'LIST_ALPHA'): 166, (166, '**'): 129, (166, 'BLOCK_CALL'): 53, 1816 (166, 'COMMA'): 31, (166, 'MACRO_CALL'): 41, 1817 (166, 'MACRO_CALL_SILENT'): 47, (166, 'MACRO_VALUE'): 40, 1818 (166, 'NUMBER'): 35, (166, 'PUNCT'): 36, (166, 'Q_CHAR'): 33, 1819 (166, 'STRING'): 32, (166, 'WORD'): 34, (166, '[['): 118, 1820 (166, '[[!'): 124, (166, '__'): 132, (166, '{{'): 138, 1821 (166, '~~'): 135, (167, 'BEGIN_INDENT'): 153, (169, 'END_INDENT'): 170, 1822 (169, 'LIST_BULLET'): 173, (173, '**'): 129, (173, 'BLOCK_CALL'): 53, 1823 (173, 'COMMA'): 31, (173, 'MACRO_CALL'): 41, 1824 (173, 'MACRO_CALL_SILENT'): 47, (173, 'MACRO_VALUE'): 40, 1825 (173, 'NUMBER'): 35, (173, 'PUNCT'): 36, (173, 'Q_CHAR'): 33, 1826 (173, 'STRING'): 32, (173, 'WORD'): 34, (173, '[['): 118, 1827 (173, '[[!'): 124, (173, '__'): 132, (173, '{{'): 138, 1828 (173, '~~'): 135, (174, 'BEGIN_INDENT'): 153, (176, 'END_INDENT'): 177, 1829 (176, 'LIST_UNDECO'): 180, (180, '**'): 129, (180, 'BLOCK_CALL'): 53, 1830 (180, 'COMMA'): 31, (180, 'MACRO_CALL'): 41, 1831 (180, 'MACRO_CALL_SILENT'): 47, (180, 'MACRO_VALUE'): 40, 1832 (180, 'NUMBER'): 35, (180, 'PUNCT'): 36, (180, 'Q_CHAR'): 33, 1833 (180, 'STRING'): 32, (180, 'WORD'): 34, (180, '[['): 118, 1834 (180, '[[!'): 124, (180, '__'): 132, (180, '{{'): 138, 1835 (180, '~~'): 135, (181, 'BEGIN_INDENT'): 153, 1836 (184, 'LINE_BREAK_INDENTED'): 185, (185, '**'): 129, 1837 (185, 'BLOCK_CALL'): 53, (185, 'COMMA'): 31, (185, 'MACRO_CALL'): 41, 1838 (185, 'MACRO_CALL_SILENT'): 47, (185, 'MACRO_VALUE'): 40, 1839 (185, 'NUMBER'): 35, (185, 'PUNCT'): 36, (185, 'Q_CHAR'): 33, 1840 (185, 'STRING'): 32, (185, 'WORD'): 34, (185, '[['): 118, 1841 (185, '[[!'): 124, (185, '__'): 132, (185, '{{'): 138, 1842 (185, '~~'): 135, (188, 'TABLE_ROW_H_START'): 195, 1843 (188, 'TABLE_ROW_START'): 191, (191, ' '): 213, 1844 (192, 'TABLE_CELL'): 199, (192, 'TABLE_CELL_R'): 202, 1845 (192, 'TABLE_ROW_END'): 205, (193, 'NL'): 194, (195, ' '): 214, 1846 (196, 'TABLE_CELL_L'): 206, (196, 'TABLE_CELL_LR'): 209, 1847 (196, 'TABLE_ROW_H_END'): 212, (197, 'NL'): 198, (199, ' '): 213, 1848 (200, 'TABLE_CELL'): 199, (200, 'TABLE_CELL_R'): 202, 1849 (200, 'TABLE_ROW_END'): 205, (202, ' '): 214, 1850 (203, 'TABLE_CELL_L'): 206, (203, 'TABLE_CELL_LR'): 209, 1851 (203, 'TABLE_ROW_H_END'): 212, (206, ' '): 213, 1852 (207, 'TABLE_CELL'): 199, (207, 'TABLE_CELL_R'): 202, 1853 (207, 'TABLE_ROW_END'): 205, (209, ' '): 214, 1854 (210, 'TABLE_CELL_L'): 206, (210, 'TABLE_CELL_LR'): 209, 1855 (210, 'TABLE_ROW_H_END'): 212, (213, '**'): 129, 1856 (213, 'BLOCK_CALL'): 53, (213, 'COMMA'): 31, (213, 'MACRO_CALL'): 41, 1857 (213, 'MACRO_CALL_SILENT'): 47, (213, 'MACRO_VALUE'): 40, 1858 (213, 'NUMBER'): 35, (213, 'PUNCT'): 36, (213, 'Q_CHAR'): 33, 1859 (213, 'STRING'): 32, (213, 'WORD'): 34, (213, '[['): 118, 1860 (213, '[[!'): 124, (213, '__'): 132, (213, '{{'): 138, 1861 (213, '~~'): 135, (214, '**'): 129, (214, 'BLOCK_CALL'): 53, 1862 (214, 'COMMA'): 31, (214, 'MACRO_CALL'): 41, 1761 (110, 'STRING'): 32, (110, 'WORD'): 34, (110, '[['): 117, 1762 (110, '[[!'): 123, (110, '__'): 131, (110, '{{'): 137, 1763 (110, '~~'): 134, (113, 'LINE_BREAK'): 114, (114, '**'): 128, 1764 (114, 'BLOCK_CALL'): 53, (114, 'COMMA'): 31, (114, 'MACRO_CALL'): 41, 1765 (114, 'MACRO_CALL_SILENT'): 47, (114, 'MACRO_VALUE'): 40, 1766 (114, 'NUMBER'): 35, (114, 'PUNCT'): 36, (114, 'Q_CHAR'): 33, 1767 (114, 'STRING'): 32, (114, 'WORD'): 34, (114, '[['): 117, 1768 (114, '[[!'): 123, (114, '__'): 131, (114, '{{'): 137, 1769 (114, '~~'): 134, (117, 'BLOCK_CALL'): 53, (117, 'COMMA'): 31, 1770 (117, 'MACRO_CALL'): 41, (117, 'MACRO_CALL_SILENT'): 47, 1771 (117, 'MACRO_VALUE'): 40, (117, 'NUMBER'): 35, (117, 'PUNCT'): 36, 1772 (117, 'Q_CHAR'): 33, (117, 'STRING'): 32, (117, 'WORD'): 34, 1773 (118, ' '): 22, (118, 'NL'): 23, (118, ']]'): 119, 1774 (120, 'BLOCK_CALL'): 53, (120, 'COMMA'): 31, (120, 'MACRO_CALL'): 41, 1775 (120, 'MACRO_CALL_SILENT'): 47, (120, 'MACRO_VALUE'): 40, 1776 (120, 'NUMBER'): 35, (120, 'PUNCT'): 36, (120, 'Q_CHAR'): 33, 1777 (120, 'STRING'): 32, (120, 'WORD'): 34, (120, '[[!'): 123, 1778 (121, ']]'): 122, (123, 'BLOCK_CALL'): 53, (123, 'COMMA'): 31, 1779 (123, 'MACRO_CALL'): 41, (123, 'MACRO_CALL_SILENT'): 47, 1780 (123, 'MACRO_VALUE'): 40, (123, 'NUMBER'): 35, (123, 'PUNCT'): 36, 1781 (123, 'Q_CHAR'): 33, (123, 'STRING'): 32, (123, 'WORD'): 34, 1782 (124, ']]'): 125, (126, ' '): 22, (126, 'NL'): 23, 1783 (128, 'BLOCK_CALL'): 53, (128, 'COMMA'): 31, (128, 'MACRO_CALL'): 41, 1784 (128, 'MACRO_CALL_SILENT'): 47, (128, 'MACRO_VALUE'): 40, 1785 (128, 'NUMBER'): 35, (128, 'PUNCT'): 36, (128, 'Q_CHAR'): 33, 1786 (128, 'STRING'): 32, (128, 'WORD'): 34, (129, '**'): 130, 1787 (131, 'BLOCK_CALL'): 53, (131, 'COMMA'): 31, (131, 'MACRO_CALL'): 41, 1788 (131, 'MACRO_CALL_SILENT'): 47, (131, 'MACRO_VALUE'): 40, 1789 (131, 'NUMBER'): 35, (131, 'PUNCT'): 36, (131, 'Q_CHAR'): 33, 1790 (131, 'STRING'): 32, (131, 'WORD'): 34, (132, '__'): 133, 1791 (134, 'BLOCK_CALL'): 53, (134, 'COMMA'): 31, (134, 'MACRO_CALL'): 41, 1792 (134, 'MACRO_CALL_SILENT'): 47, (134, 'MACRO_VALUE'): 40, 1793 (134, 'NUMBER'): 35, (134, 'PUNCT'): 36, (134, 'Q_CHAR'): 33, 1794 (134, 'STRING'): 32, (134, 'WORD'): 34, (135, '~~'): 136, 1795 (137, 'BLOCK_CALL'): 53, (137, 'COMMA'): 31, (137, 'MACRO_CALL'): 41, 1796 (137, 'MACRO_CALL_SILENT'): 47, (137, 'MACRO_VALUE'): 40, 1797 (137, 'NUMBER'): 35, (137, 'PUNCT'): 36, (137, 'Q_CHAR'): 33, 1798 (137, 'STRING'): 32, (137, 'WORD'): 34, (138, '}}'): 139, 1799 (140, ' '): 22, (140, 'NL'): 23, (141, '**'): 128, 1800 (141, 'BLOCK_CALL'): 53, (141, 'COMMA'): 31, (141, 'MACRO_CALL'): 41, 1801 (141, 'MACRO_CALL_SILENT'): 47, (141, 'MACRO_VALUE'): 40, 1802 (141, 'NUMBER'): 35, (141, 'PUNCT'): 36, (141, 'Q_CHAR'): 33, 1803 (141, 'STRING'): 32, (141, 'WORD'): 34, (141, '[['): 117, 1804 (141, '[[!'): 123, (141, '__'): 131, (141, '{{'): 137, 1805 (141, '~~'): 134, (142, 'HEADER_E'): 143, (143, ' '): 22, 1806 (143, 'NL'): 23, (152, 'LIST_ALPHA'): 165, (152, 'LIST_BULLET'): 172, 1807 (152, 'LIST_NUMERIC'): 157, (152, 'LIST_UNDECO'): 179, 1808 (153, 'END_INDENT'): 154, (153, 'LIST_NUMERIC'): 157, (157, '**'): 128, 1809 (157, 'BLOCK_CALL'): 53, (157, 'COMMA'): 31, (157, 'MACRO_CALL'): 41, 1810 (157, 'MACRO_CALL_SILENT'): 47, (157, 'MACRO_VALUE'): 40, 1811 (157, 'NUMBER'): 35, (157, 'PUNCT'): 36, (157, 'Q_CHAR'): 33, 1812 (157, 'STRING'): 32, (157, 'WORD'): 34, (157, '[['): 117, 1813 (157, '[[!'): 123, (157, '__'): 131, (157, '{{'): 137, 1814 (157, '~~'): 134, (158, 'BEGIN_INDENT'): 152, (161, 'END_INDENT'): 162, 1815 (161, 'LIST_ALPHA'): 165, (165, '**'): 128, (165, 'BLOCK_CALL'): 53, 1816 (165, 'COMMA'): 31, (165, 'MACRO_CALL'): 41, 1817 (165, 'MACRO_CALL_SILENT'): 47, (165, 'MACRO_VALUE'): 40, 1818 (165, 'NUMBER'): 35, (165, 'PUNCT'): 36, (165, 'Q_CHAR'): 33, 1819 (165, 'STRING'): 32, (165, 'WORD'): 34, (165, '[['): 117, 1820 (165, '[[!'): 123, (165, '__'): 131, (165, '{{'): 137, 1821 (165, '~~'): 134, (166, 'BEGIN_INDENT'): 152, (168, 'END_INDENT'): 169, 1822 (168, 'LIST_BULLET'): 172, (172, '**'): 128, (172, 'BLOCK_CALL'): 53, 1823 (172, 'COMMA'): 31, (172, 'MACRO_CALL'): 41, 1824 (172, 'MACRO_CALL_SILENT'): 47, (172, 'MACRO_VALUE'): 40, 1825 (172, 'NUMBER'): 35, (172, 'PUNCT'): 36, (172, 'Q_CHAR'): 33, 1826 (172, 'STRING'): 32, (172, 'WORD'): 34, (172, '[['): 117, 1827 (172, '[[!'): 123, (172, '__'): 131, (172, '{{'): 137, 1828 (172, '~~'): 134, (173, 'BEGIN_INDENT'): 152, (175, 'END_INDENT'): 176, 1829 (175, 'LIST_UNDECO'): 179, (179, '**'): 128, (179, 'BLOCK_CALL'): 53, 1830 (179, 'COMMA'): 31, (179, 'MACRO_CALL'): 41, 1831 (179, 'MACRO_CALL_SILENT'): 47, (179, 'MACRO_VALUE'): 40, 1832 (179, 'NUMBER'): 35, (179, 'PUNCT'): 36, (179, 'Q_CHAR'): 33, 1833 (179, 'STRING'): 32, (179, 'WORD'): 34, (179, '[['): 117, 1834 (179, '[[!'): 123, (179, '__'): 131, (179, '{{'): 137, 1835 (179, '~~'): 134, (180, 'BEGIN_INDENT'): 152, 1836 (183, 'LINE_BREAK_INDENTED'): 184, (184, '**'): 128, 1837 (184, 'BLOCK_CALL'): 53, (184, 'COMMA'): 31, (184, 'MACRO_CALL'): 41, 1838 (184, 'MACRO_CALL_SILENT'): 47, (184, 'MACRO_VALUE'): 40, 1839 (184, 'NUMBER'): 35, (184, 'PUNCT'): 36, (184, 'Q_CHAR'): 33, 1840 (184, 'STRING'): 32, (184, 'WORD'): 34, (184, '[['): 117, 1841 (184, '[[!'): 123, (184, '__'): 131, (184, '{{'): 137, 1842 (184, '~~'): 134, (187, 'TABLE_ROW_H_START'): 194, 1843 (187, 'TABLE_ROW_START'): 190, (190, ' '): 214, 1844 (191, 'TABLE_CELL'): 198, (191, 'TABLE_CELL_R'): 201, 1845 (191, 'TABLE_ROW_END'): 204, (192, 'NL'): 193, (194, ' '): 214, 1846 (195, 'TABLE_CELL_L'): 205, (195, 'TABLE_CELL_LR'): 208, 1847 (195, 'TABLE_ROW_H_END'): 211, (196, 'NL'): 197, (198, ' '): 214, 1848 (199, 'TABLE_CELL'): 198, (199, 'TABLE_CELL_R'): 201, 1849 (199, 'TABLE_ROW_END'): 204, (201, ' '): 214, 1850 (202, 'TABLE_CELL_L'): 205, (202, 'TABLE_CELL_LR'): 208, 1851 (202, 'TABLE_ROW_H_END'): 211, (205, ' '): 214, 1852 (206, 'TABLE_CELL'): 198, (206, 'TABLE_CELL_R'): 201, 1853 (206, 'TABLE_ROW_END'): 204, (208, ' '): 214, 1854 (209, 'TABLE_CELL_L'): 205, (209, 'TABLE_CELL_LR'): 208, 1855 (209, 'TABLE_ROW_H_END'): 211, (214, '**'): 128, 1856 (214, 'BLOCK_CALL'): 53, (214, 'COMMA'): 31, (214, 'MACRO_CALL'): 41, 1863 1857 (214, 'MACRO_CALL_SILENT'): 47, (214, 'MACRO_VALUE'): 40, 1864 1858 (214, 'NUMBER'): 35, (214, 'PUNCT'): 36, (214, 'Q_CHAR'): 33, 1865 (214, 'STRING'): 32, (214, 'WORD'): 34, (214, '[['): 11 8,1866 (214, '[[!'): 12 4, (214, '__'): 132, (214, '{{'): 138, (214, '~~'): 1351859 (214, 'STRING'): 32, (214, 'WORD'): 34, (214, '[['): 117, 1860 (214, '[[!'): 123, (214, '__'): 131, (214, '{{'): 137, (214, '~~'): 134 1867 1861 } 1868 1862 -
dashwiki/markup/_tree_utils.py
r95654f r5d8653 124 124 125 125 if name in ['table_cell', 'header_cell']: 126 # chomp obligatory spaces (positions 0 and -1) 127 value = tree[name] = value[1:-1] 126 if len(value) > 1: 127 # chomp obligatory spaces (positions 0 and -1) 128 value = tree[name] = value[1:-1] 129 else: 130 # the cell is empty 131 value = tree[name] = '' 128 132 if name == 'table_row': 129 133 # chomp obligatory trailing NL -
dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm
r8c19ae r5d8653 248 248 [ 'header_cell_177' => 'header_cell', [ '_table_cell' ], 0 ], 249 249 [ '_table_cell_178' => '_table_cell', [ ' ', '_text_single_line_must_end_space' ], 0 ], 250 [ '_table_cell_179' => '_table_cell', [ ' ' ], 0 ], 250 251 ], 251 252 yyLABELS => … … 430 431 'header_cell_177' => 177, 431 432 '_table_cell_178' => 178, 433 '_table_cell_179' => 179, 432 434 }, 433 435 yyTERMS => … … 1128 1130 ACTIONS => { 1129 1131 'WORD' => 7, 1132 'TABLE_CELL_R' => -179, 1133 'TABLE_CELL' => -179, 1130 1134 "**" => 29, 1131 1135 'MACRO_VALUE' => 8, … … 1139 1143 'MACRO_CALL_SILENT' => 40, 1140 1144 'NUMBER' => 41, 1145 'TABLE_CELL_LR' => -179, 1141 1146 'BLOCK_CALL' => 20, 1142 1147 "{{" => 24, 1143 1148 'COMMA' => 46, 1144 "[[" => 55 1149 'TABLE_ROW_END' => -179, 1150 "[[" => 55, 1151 'TABLE_ROW_H_END' => -179, 1152 'TABLE_CELL_L' => -179 1145 1153 }, 1146 1154 GOTOS => { … … 2524 2532 [#Rule _SUPERSTART 2525 2533 '$start', 2, undef 2526 #line 25 26dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2534 #line 2534 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2527 2535 ], 2528 2536 [#Rule _OPTIONAL … … 2531 2539 #line 44 "grammar/dashmarkup.eyp" 2532 2540 goto &Parse::Eyapp::Driver::YYActionforT_single } 2533 #line 25 33dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2541 #line 2541 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2534 2542 ], 2535 2543 [#Rule _OPTIONAL … … 2538 2546 #line 44 "grammar/dashmarkup.eyp" 2539 2547 goto &Parse::Eyapp::Driver::YYActionforT_empty } 2540 #line 254 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2548 #line 2548 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2541 2549 ], 2542 2550 [#Rule _PAREN … … 2545 2553 #line 44 "grammar/dashmarkup.eyp" 2546 2554 goto &Parse::Eyapp::Driver::YYActionforParenthesis} 2547 #line 25 47dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2555 #line 2555 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2548 2556 ], 2549 2557 [#Rule _STAR_LIST … … 2552 2560 #line 44 "grammar/dashmarkup.eyp" 2553 2561 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 2554 #line 25 54dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2562 #line 2562 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2555 2563 ], 2556 2564 [#Rule _STAR_LIST … … 2559 2567 #line 44 "grammar/dashmarkup.eyp" 2560 2568 goto &Parse::Eyapp::Driver::YYActionforT_empty } 2561 #line 256 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2569 #line 2569 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2562 2570 ], 2563 2571 [#Rule document_6 … … 2577 2585 } 2578 2586 } 2579 #line 25 79dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2587 #line 2587 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2580 2588 ], 2581 2589 [#Rule _OPTIONAL … … 2584 2592 #line 47 "grammar/dashmarkup.eyp" 2585 2593 goto &Parse::Eyapp::Driver::YYActionforT_single } 2586 #line 25 86dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2594 #line 2594 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2587 2595 ], 2588 2596 [#Rule _OPTIONAL … … 2591 2599 #line 47 "grammar/dashmarkup.eyp" 2592 2600 goto &Parse::Eyapp::Driver::YYActionforT_empty } 2593 #line 2 593dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2601 #line 2601 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2594 2602 ], 2595 2603 [#Rule _PAREN … … 2598 2606 #line 50 "grammar/dashmarkup.eyp" 2599 2607 goto &Parse::Eyapp::Driver::YYActionforParenthesis} 2600 #line 260 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2608 #line 2608 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2601 2609 ], 2602 2610 [#Rule _STAR_LIST … … 2605 2613 #line 50 "grammar/dashmarkup.eyp" 2606 2614 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 2607 #line 26 07dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2615 #line 2615 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2608 2616 ], 2609 2617 [#Rule _STAR_LIST … … 2612 2620 #line 50 "grammar/dashmarkup.eyp" 2613 2621 goto &Parse::Eyapp::Driver::YYActionforT_empty } 2614 #line 26 14dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2622 #line 2622 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2615 2623 ], 2616 2624 [#Rule _OPTIONAL … … 2619 2627 #line 50 "grammar/dashmarkup.eyp" 2620 2628 goto &Parse::Eyapp::Driver::YYActionforT_single } 2621 #line 262 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2629 #line 2629 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2622 2630 ], 2623 2631 [#Rule _OPTIONAL … … 2626 2634 #line 50 "grammar/dashmarkup.eyp" 2627 2635 goto &Parse::Eyapp::Driver::YYActionforT_empty } 2628 #line 26 28dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2636 #line 2636 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2629 2637 ], 2630 2638 [#Rule _document_trailing_14 … … 2644 2652 } 2645 2653 } 2646 #line 26 46dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2654 #line 2654 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2647 2655 ], 2648 2656 [#Rule _document_trailing_15 … … 2662 2670 } 2663 2671 } 2664 #line 26 64dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2672 #line 2672 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2665 2673 ], 2666 2674 [#Rule _PLUS_LIST … … 2669 2677 #line 53 "grammar/dashmarkup.eyp" 2670 2678 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 2671 #line 267 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2679 #line 2679 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2672 2680 ], 2673 2681 [#Rule _PLUS_LIST … … 2676 2684 #line 53 "grammar/dashmarkup.eyp" 2677 2685 goto &Parse::Eyapp::Driver::YYActionforT_single } 2678 #line 26 78dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2686 #line 2686 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2679 2687 ], 2680 2688 [#Rule _empty_line_18 … … 2694 2702 } 2695 2703 } 2696 #line 2 696dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2704 #line 2704 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2697 2705 ], 2698 2706 [#Rule _paragraph_19 … … 2712 2720 } 2713 2721 } 2714 #line 27 14dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2722 #line 2722 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2715 2723 ], 2716 2724 [#Rule _paragraph_20 … … 2730 2738 } 2731 2739 } 2732 #line 27 32dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2740 #line 2740 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2733 2741 ], 2734 2742 [#Rule _paragraph_21 … … 2748 2756 } 2749 2757 } 2750 #line 275 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2758 #line 2758 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2751 2759 ], 2752 2760 [#Rule _paragraph_22 … … 2766 2774 } 2767 2775 } 2768 #line 27 68dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2776 #line 2776 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2769 2777 ], 2770 2778 [#Rule _paragraph_23 … … 2784 2792 } 2785 2793 } 2786 #line 27 86dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2794 #line 2794 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2787 2795 ], 2788 2796 [#Rule space_24 … … 2802 2810 } 2803 2811 } 2804 #line 28 04dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2812 #line 2812 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2805 2813 ], 2806 2814 [#Rule space_25 … … 2820 2828 } 2821 2829 } 2822 #line 28 22dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2830 #line 2830 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2823 2831 ], 2824 2832 [#Rule _PLUS_LIST … … 2827 2835 #line 70 "grammar/dashmarkup.eyp" 2828 2836 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 2829 #line 28 29dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2837 #line 2837 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2830 2838 ], 2831 2839 [#Rule _PLUS_LIST … … 2834 2842 #line 70 "grammar/dashmarkup.eyp" 2835 2843 goto &Parse::Eyapp::Driver::YYActionforT_single } 2836 #line 28 36dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2844 #line 2844 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2837 2845 ], 2838 2846 [#Rule _printable_28 … … 2852 2860 } 2853 2861 } 2854 #line 28 54dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2862 #line 2862 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2855 2863 ], 2856 2864 [#Rule _printable_atom_29 … … 2870 2878 } 2871 2879 } 2872 #line 28 72dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2880 #line 2880 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2873 2881 ], 2874 2882 [#Rule _printable_atom_30 … … 2888 2896 } 2889 2897 } 2890 #line 289 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2898 #line 2898 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2891 2899 ], 2892 2900 [#Rule _printable_atom_31 … … 2906 2914 } 2907 2915 } 2908 #line 29 08dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2916 #line 2916 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2909 2917 ], 2910 2918 [#Rule _printable_atom_32 … … 2924 2932 } 2925 2933 } 2926 #line 29 26dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2934 #line 2934 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2927 2935 ], 2928 2936 [#Rule _printable_atom_33 … … 2942 2950 } 2943 2951 } 2944 #line 29 44dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2952 #line 2952 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2945 2953 ], 2946 2954 [#Rule _printable_atom_34 … … 2960 2968 } 2961 2969 } 2962 #line 29 62dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2970 #line 2970 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2963 2971 ], 2964 2972 [#Rule _printable_atom_35 … … 2978 2986 } 2979 2987 } 2980 #line 298 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm2988 #line 2988 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2981 2989 ], 2982 2990 [#Rule _printable_atom_36 … … 2996 3004 } 2997 3005 } 2998 #line 2998dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3006 #line 3006 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 2999 3007 ], 3000 3008 [#Rule _printable_atom_37 … … 3014 3022 } 3015 3023 } 3016 #line 30 16dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3024 #line 3024 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3017 3025 ], 3018 3026 [#Rule _printable_atom_38 … … 3032 3040 } 3033 3041 } 3034 #line 30 34dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3042 #line 3042 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3035 3043 ], 3036 3044 [#Rule _OPTIONAL … … 3039 3047 #line 92 "grammar/dashmarkup.eyp" 3040 3048 goto &Parse::Eyapp::Driver::YYActionforT_single } 3041 #line 304 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3049 #line 3049 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3042 3050 ], 3043 3051 [#Rule _OPTIONAL … … 3046 3054 #line 92 "grammar/dashmarkup.eyp" 3047 3055 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3048 #line 30 48dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3056 #line 3056 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3049 3057 ], 3050 3058 [#Rule macro_call_41 … … 3064 3072 } 3065 3073 } 3066 #line 30 66dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3074 #line 3074 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3067 3075 ], 3068 3076 [#Rule macro_call_42 … … 3082 3090 } 3083 3091 } 3084 #line 30 84dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3092 #line 3092 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3085 3093 ], 3086 3094 [#Rule _OPTIONAL … … 3089 3097 #line 96 "grammar/dashmarkup.eyp" 3090 3098 goto &Parse::Eyapp::Driver::YYActionforT_single } 3091 #line 309 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3099 #line 3099 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3092 3100 ], 3093 3101 [#Rule _OPTIONAL … … 3096 3104 #line 96 "grammar/dashmarkup.eyp" 3097 3105 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3098 #line 3 098dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3106 #line 3106 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3099 3107 ], 3100 3108 [#Rule macro_call_silent_45 … … 3114 3122 } 3115 3123 } 3116 #line 31 16dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3124 #line 3124 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3117 3125 ], 3118 3126 [#Rule macro_call_silent_46 … … 3132 3140 } 3133 3141 } 3134 #line 31 34dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3142 #line 3142 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3135 3143 ], 3136 3144 [#Rule _OPTIONAL … … 3139 3147 #line 100 "grammar/dashmarkup.eyp" 3140 3148 goto &Parse::Eyapp::Driver::YYActionforT_single } 3141 #line 314 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3149 #line 3149 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3142 3150 ], 3143 3151 [#Rule _OPTIONAL … … 3146 3154 #line 100 "grammar/dashmarkup.eyp" 3147 3155 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3148 #line 31 48dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3156 #line 3156 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3149 3157 ], 3150 3158 [#Rule block_call_49 … … 3164 3172 } 3165 3173 } 3166 #line 31 66dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3174 #line 3174 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3167 3175 ], 3168 3176 [#Rule block_call_50 … … 3182 3190 } 3183 3191 } 3184 #line 31 84dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3192 #line 3192 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3185 3193 ], 3186 3194 [#Rule _PAREN … … 3189 3197 #line 103 "grammar/dashmarkup.eyp" 3190 3198 goto &Parse::Eyapp::Driver::YYActionforParenthesis} 3191 #line 319 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3199 #line 3199 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3192 3200 ], 3193 3201 [#Rule _STAR_LIST … … 3196 3204 #line 103 "grammar/dashmarkup.eyp" 3197 3205 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3198 #line 3 198dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3206 #line 3206 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3199 3207 ], 3200 3208 [#Rule _STAR_LIST … … 3203 3211 #line 103 "grammar/dashmarkup.eyp" 3204 3212 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3205 #line 32 05dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3213 #line 3213 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3206 3214 ], 3207 3215 [#Rule _OPTIONAL … … 3210 3218 #line 103 "grammar/dashmarkup.eyp" 3211 3219 goto &Parse::Eyapp::Driver::YYActionforT_single } 3212 #line 32 12dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3220 #line 3220 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3213 3221 ], 3214 3222 [#Rule _OPTIONAL … … 3217 3225 #line 103 "grammar/dashmarkup.eyp" 3218 3226 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3219 #line 32 19dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3227 #line 3227 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3220 3228 ], 3221 3229 [#Rule _macro_arguments_56 … … 3235 3243 } 3236 3244 } 3237 #line 32 37dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3245 #line 3245 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3238 3246 ], 3239 3247 [#Rule _STAR_LIST … … 3242 3250 #line 106 "grammar/dashmarkup.eyp" 3243 3251 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3244 #line 32 44dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3252 #line 3252 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3245 3253 ], 3246 3254 [#Rule _STAR_LIST … … 3249 3257 #line 106 "grammar/dashmarkup.eyp" 3250 3258 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3251 #line 325 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3259 #line 3259 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3252 3260 ], 3253 3261 [#Rule _STAR_LIST … … 3256 3264 #line 106 "grammar/dashmarkup.eyp" 3257 3265 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3258 #line 32 58dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3266 #line 3266 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3259 3267 ], 3260 3268 [#Rule _STAR_LIST … … 3263 3271 #line 106 "grammar/dashmarkup.eyp" 3264 3272 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3265 #line 32 65dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3273 #line 3273 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3266 3274 ], 3267 3275 [#Rule _STAR_LIST … … 3270 3278 #line 107 "grammar/dashmarkup.eyp" 3271 3279 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3272 #line 32 72dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3280 #line 3280 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3273 3281 ], 3274 3282 [#Rule _STAR_LIST … … 3277 3285 #line 107 "grammar/dashmarkup.eyp" 3278 3286 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3279 #line 32 79dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3287 #line 3287 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3280 3288 ], 3281 3289 [#Rule _comma_63 … … 3295 3303 } 3296 3304 } 3297 #line 3 297dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3305 #line 3305 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3298 3306 ], 3299 3307 [#Rule _comma_64 … … 3313 3321 } 3314 3322 } 3315 #line 33 15dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3323 #line 3323 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3316 3324 ], 3317 3325 [#Rule macro_arg_65 … … 3331 3339 } 3332 3340 } 3333 #line 33 33dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3341 #line 3341 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3334 3342 ], 3335 3343 [#Rule macro_arg_66 … … 3349 3357 } 3350 3358 } 3351 #line 335 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3359 #line 3359 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3352 3360 ], 3353 3361 [#Rule macro_arg_67 … … 3367 3375 } 3368 3376 } 3369 #line 33 69dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3377 #line 3377 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3370 3378 ], 3371 3379 [#Rule _OPTIONAL … … 3374 3382 #line 121 "grammar/dashmarkup.eyp" 3375 3383 goto &Parse::Eyapp::Driver::YYActionforT_single } 3376 #line 33 76dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3384 #line 3384 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3377 3385 ], 3378 3386 [#Rule _OPTIONAL … … 3381 3389 #line 121 "grammar/dashmarkup.eyp" 3382 3390 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3383 #line 33 83dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3391 #line 3391 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3384 3392 ], 3385 3393 [#Rule block_definition_70 … … 3399 3407 } 3400 3408 } 3401 #line 340 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3409 #line 3409 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3402 3410 ], 3403 3411 [#Rule _PAREN … … 3406 3414 #line 124 "grammar/dashmarkup.eyp" 3407 3415 goto &Parse::Eyapp::Driver::YYActionforParenthesis} 3408 #line 34 08dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3416 #line 3416 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3409 3417 ], 3410 3418 [#Rule _STAR_LIST … … 3413 3421 #line 124 "grammar/dashmarkup.eyp" 3414 3422 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3415 #line 34 15dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3423 #line 3423 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3416 3424 ], 3417 3425 [#Rule _STAR_LIST … … 3420 3428 #line 124 "grammar/dashmarkup.eyp" 3421 3429 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3422 #line 34 22dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3430 #line 3430 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3423 3431 ], 3424 3432 [#Rule _OPTIONAL … … 3427 3435 #line 125 "grammar/dashmarkup.eyp" 3428 3436 goto &Parse::Eyapp::Driver::YYActionforT_single } 3429 #line 34 29dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3437 #line 3437 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3430 3438 ], 3431 3439 [#Rule _OPTIONAL … … 3434 3442 #line 125 "grammar/dashmarkup.eyp" 3435 3443 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3436 #line 34 36dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3444 #line 3444 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3437 3445 ], 3438 3446 [#Rule block_arguments_76 … … 3452 3460 } 3453 3461 } 3454 #line 34 54dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3462 #line 3462 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3455 3463 ], 3456 3464 [#Rule block_arguments_77 … … 3470 3478 } 3471 3479 } 3472 #line 34 72dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3480 #line 3480 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3473 3481 ], 3474 3482 [#Rule block_body_78 … … 3488 3496 } 3489 3497 } 3490 #line 349 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3498 #line 3498 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3491 3499 ], 3492 3500 [#Rule _PAREN … … 3495 3503 #line 135 "grammar/dashmarkup.eyp" 3496 3504 goto &Parse::Eyapp::Driver::YYActionforParenthesis} 3497 #line 3 497dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3505 #line 3505 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3498 3506 ], 3499 3507 [#Rule _STAR_LIST … … 3502 3510 #line 135 "grammar/dashmarkup.eyp" 3503 3511 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3504 #line 35 04dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3512 #line 3512 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3505 3513 ], 3506 3514 [#Rule _STAR_LIST … … 3509 3517 #line 135 "grammar/dashmarkup.eyp" 3510 3518 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3511 #line 351 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3519 #line 3519 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3512 3520 ], 3513 3521 [#Rule _raw_text_82 … … 3527 3535 } 3528 3536 } 3529 #line 35 29dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3537 #line 3537 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3530 3538 ], 3531 3539 [#Rule _PLUS_LIST … … 3534 3542 #line 141 "grammar/dashmarkup.eyp" 3535 3543 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3536 #line 35 36dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3544 #line 3544 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3537 3545 ], 3538 3546 [#Rule _PLUS_LIST … … 3541 3549 #line 141 "grammar/dashmarkup.eyp" 3542 3550 goto &Parse::Eyapp::Driver::YYActionforT_single } 3543 #line 35 43dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3551 #line 3551 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3544 3552 ], 3545 3553 [#Rule _non_space_sequence_85 … … 3559 3567 } 3560 3568 } 3561 #line 356 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3569 #line 3569 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3562 3570 ], 3563 3571 [#Rule _non_space_atom_86 … … 3577 3585 } 3578 3586 } 3579 #line 35 79dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3587 #line 3587 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3580 3588 ], 3581 3589 [#Rule _non_space_atom_87 … … 3595 3603 } 3596 3604 } 3597 #line 3 597dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3605 #line 3605 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3598 3606 ], 3599 3607 [#Rule _PAREN … … 3602 3610 #line 148 "grammar/dashmarkup.eyp" 3603 3611 goto &Parse::Eyapp::Driver::YYActionforParenthesis} 3604 #line 36 04dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3612 #line 3612 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3605 3613 ], 3606 3614 [#Rule _STAR_LIST … … 3609 3617 #line 148 "grammar/dashmarkup.eyp" 3610 3618 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3611 #line 361 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3619 #line 3619 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3612 3620 ], 3613 3621 [#Rule _STAR_LIST … … 3616 3624 #line 148 "grammar/dashmarkup.eyp" 3617 3625 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3618 #line 36 18dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3626 #line 3626 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3619 3627 ], 3620 3628 [#Rule _OPTIONAL … … 3623 3631 #line 148 "grammar/dashmarkup.eyp" 3624 3632 goto &Parse::Eyapp::Driver::YYActionforT_single } 3625 #line 36 25dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3633 #line 3633 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3626 3634 ], 3627 3635 [#Rule _OPTIONAL … … 3630 3638 #line 148 "grammar/dashmarkup.eyp" 3631 3639 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3632 #line 36 32dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3640 #line 3640 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3633 3641 ], 3634 3642 [#Rule _text_ending_space_93 … … 3648 3656 } 3649 3657 } 3650 #line 365 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3658 #line 3658 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3651 3659 ], 3652 3660 [#Rule _PAREN … … 3655 3663 #line 151 "grammar/dashmarkup.eyp" 3656 3664 goto &Parse::Eyapp::Driver::YYActionforParenthesis} 3657 #line 36 57dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3665 #line 3665 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3658 3666 ], 3659 3667 [#Rule _PLUS_LIST … … 3662 3670 #line 151 "grammar/dashmarkup.eyp" 3663 3671 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3664 #line 36 64dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3672 #line 3672 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3665 3673 ], 3666 3674 [#Rule _PLUS_LIST … … 3669 3677 #line 151 "grammar/dashmarkup.eyp" 3670 3678 goto &Parse::Eyapp::Driver::YYActionforT_single } 3671 #line 367 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3679 #line 3679 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3672 3680 ], 3673 3681 [#Rule _text_single_line_must_end_space_97 … … 3687 3695 } 3688 3696 } 3689 #line 36 89dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3697 #line 3697 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3690 3698 ], 3691 3699 [#Rule _PAREN … … 3694 3702 #line 158 "grammar/dashmarkup.eyp" 3695 3703 goto &Parse::Eyapp::Driver::YYActionforParenthesis} 3696 #line 3 696dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3704 #line 3704 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3697 3705 ], 3698 3706 [#Rule _STAR_LIST … … 3701 3709 #line 158 "grammar/dashmarkup.eyp" 3702 3710 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3703 #line 37 03dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3711 #line 3711 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3704 3712 ], 3705 3713 [#Rule _STAR_LIST … … 3708 3716 #line 158 "grammar/dashmarkup.eyp" 3709 3717 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3710 #line 371 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3718 #line 3718 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3711 3719 ], 3712 3720 [#Rule text_paragraph_101 … … 3726 3734 } 3727 3735 } 3728 #line 37 28dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3736 #line 3736 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3729 3737 ], 3730 3738 [#Rule text_paragraph_line_102 … … 3744 3752 } 3745 3753 } 3746 #line 37 46dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3754 #line 3754 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3747 3755 ], 3748 3756 [#Rule _simple_format_103 … … 3762 3770 } 3763 3771 } 3764 #line 37 64dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3772 #line 3772 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3765 3773 ], 3766 3774 [#Rule _simple_format_104 … … 3780 3788 } 3781 3789 } 3782 #line 37 82dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3790 #line 3790 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3783 3791 ], 3784 3792 [#Rule _simple_format_105 … … 3798 3806 } 3799 3807 } 3800 #line 380 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3808 #line 3808 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3801 3809 ], 3802 3810 [#Rule _simple_format_106 … … 3816 3824 } 3817 3825 } 3818 #line 38 18dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3826 #line 3826 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3819 3827 ], 3820 3828 [#Rule _simple_format_107 … … 3834 3842 } 3835 3843 } 3836 #line 38 36dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3844 #line 3844 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3837 3845 ], 3838 3846 [#Rule _simple_format_108 … … 3852 3860 } 3853 3861 } 3854 #line 38 54dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3862 #line 3862 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3855 3863 ], 3856 3864 [#Rule link_109 … … 3870 3878 } 3871 3879 } 3872 #line 38 72dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3880 #line 3880 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3873 3881 ], 3874 3882 [#Rule link_110 … … 3888 3896 } 3889 3897 } 3890 #line 389 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3898 #line 3898 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3891 3899 ], 3892 3900 [#Rule image_111 … … 3906 3914 } 3907 3915 } 3908 #line 39 08dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3916 #line 3916 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3909 3917 ], 3910 3918 [#Rule link_target_112 … … 3924 3932 } 3925 3933 } 3926 #line 39 26dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3934 #line 3934 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3927 3935 ], 3928 3936 [#Rule image_target_113 … … 3942 3950 } 3943 3951 } 3944 #line 39 44dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3952 #line 3952 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3945 3953 ], 3946 3954 [#Rule _url_114 … … 3960 3968 } 3961 3969 } 3962 #line 39 62dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3970 #line 3970 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3963 3971 ], 3964 3972 [#Rule _PLUS_LIST … … 3967 3975 #line 192 "grammar/dashmarkup.eyp" 3968 3976 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 3969 #line 39 69dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3977 #line 3977 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3970 3978 ], 3971 3979 [#Rule _PLUS_LIST … … 3974 3982 #line 192 "grammar/dashmarkup.eyp" 3975 3983 goto &Parse::Eyapp::Driver::YYActionforT_single } 3976 #line 39 76dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3984 #line 3984 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3977 3985 ], 3978 3986 [#Rule _OPTIONAL … … 3981 3989 #line 193 "grammar/dashmarkup.eyp" 3982 3990 goto &Parse::Eyapp::Driver::YYActionforT_single } 3983 #line 39 83dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3991 #line 3991 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3984 3992 ], 3985 3993 [#Rule _OPTIONAL … … 3988 3996 #line 193 "grammar/dashmarkup.eyp" 3989 3997 goto &Parse::Eyapp::Driver::YYActionforT_empty } 3990 #line 399 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm3998 #line 3998 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 3991 3999 ], 3992 4000 [#Rule link_description_119 … … 4006 4014 } 4007 4015 } 4008 #line 40 08dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4016 #line 4016 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4009 4017 ], 4010 4018 [#Rule link_description_120 … … 4024 4032 } 4025 4033 } 4026 #line 40 26dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4034 #line 4034 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4027 4035 ], 4028 4036 [#Rule bold_text_121 … … 4042 4050 } 4043 4051 } 4044 #line 40 44dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4052 #line 4052 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4045 4053 ], 4046 4054 [#Rule italic_text_122 … … 4060 4068 } 4061 4069 } 4062 #line 40 62dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4070 #line 4070 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4063 4071 ], 4064 4072 [#Rule strike_text_123 … … 4078 4086 } 4079 4087 } 4080 #line 408 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4088 #line 4088 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4081 4089 ], 4082 4090 [#Rule tt_text_124 … … 4096 4104 } 4097 4105 } 4098 #line 4 098dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4106 #line 4106 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4099 4107 ], 4100 4108 [#Rule _OPTIONAL … … 4103 4111 #line 209 "grammar/dashmarkup.eyp" 4104 4112 goto &Parse::Eyapp::Driver::YYActionforT_single } 4105 #line 41 05dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4113 #line 4113 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4106 4114 ], 4107 4115 [#Rule _OPTIONAL … … 4110 4118 #line 209 "grammar/dashmarkup.eyp" 4111 4119 goto &Parse::Eyapp::Driver::YYActionforT_empty } 4112 #line 41 12dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4120 #line 4120 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4113 4121 ], 4114 4122 [#Rule _OPTIONAL … … 4117 4125 #line 209 "grammar/dashmarkup.eyp" 4118 4126 goto &Parse::Eyapp::Driver::YYActionforT_single } 4119 #line 41 19dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4127 #line 4127 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4120 4128 ], 4121 4129 [#Rule _OPTIONAL … … 4124 4132 #line 209 "grammar/dashmarkup.eyp" 4125 4133 goto &Parse::Eyapp::Driver::YYActionforT_empty } 4126 #line 41 26dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4134 #line 4134 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4127 4135 ], 4128 4136 [#Rule heading_paragraph_129 … … 4142 4150 } 4143 4151 } 4144 #line 41 44dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4152 #line 4152 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4145 4153 ], 4146 4154 [#Rule code_paragraph_130 … … 4160 4168 } 4161 4169 } 4162 #line 41 62dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4170 #line 4170 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4163 4171 ], 4164 4172 [#Rule list_paragraph_131 … … 4178 4186 } 4179 4187 } 4180 #line 418 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4188 #line 4188 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4181 4189 ], 4182 4190 [#Rule _some_list_132 … … 4196 4204 } 4197 4205 } 4198 #line 4 198dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4206 #line 4206 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4199 4207 ], 4200 4208 [#Rule _some_list_133 … … 4214 4222 } 4215 4223 } 4216 #line 42 16dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4224 #line 4224 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4217 4225 ], 4218 4226 [#Rule _some_list_134 … … 4232 4240 } 4233 4241 } 4234 #line 42 34dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4242 #line 4242 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4235 4243 ], 4236 4244 [#Rule _some_list_135 … … 4250 4258 } 4251 4259 } 4252 #line 42 52dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4260 #line 4260 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4253 4261 ], 4254 4262 [#Rule _PLUS_LIST … … 4257 4265 #line 233 "grammar/dashmarkup.eyp" 4258 4266 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 4259 #line 42 59dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4267 #line 4267 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4260 4268 ], 4261 4269 [#Rule _PLUS_LIST … … 4264 4272 #line 233 "grammar/dashmarkup.eyp" 4265 4273 goto &Parse::Eyapp::Driver::YYActionforT_single } 4266 #line 42 66dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4274 #line 4274 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4267 4275 ], 4268 4276 [#Rule numbered_list_138 … … 4282 4290 } 4283 4291 } 4284 #line 42 84dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4292 #line 4292 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4285 4293 ], 4286 4294 [#Rule _OPTIONAL … … 4289 4297 #line 236 "grammar/dashmarkup.eyp" 4290 4298 goto &Parse::Eyapp::Driver::YYActionforT_single } 4291 #line 429 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4299 #line 4299 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4292 4300 ], 4293 4301 [#Rule _OPTIONAL … … 4296 4304 #line 236 "grammar/dashmarkup.eyp" 4297 4305 goto &Parse::Eyapp::Driver::YYActionforT_empty } 4298 #line 4 298dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4306 #line 4306 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4299 4307 ], 4300 4308 [#Rule numbered_list_element_141 … … 4314 4322 } 4315 4323 } 4316 #line 43 16dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4324 #line 4324 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4317 4325 ], 4318 4326 [#Rule _PLUS_LIST … … 4321 4329 #line 239 "grammar/dashmarkup.eyp" 4322 4330 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 4323 #line 43 23dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4331 #line 4331 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4324 4332 ], 4325 4333 [#Rule _PLUS_LIST … … 4328 4336 #line 239 "grammar/dashmarkup.eyp" 4329 4337 goto &Parse::Eyapp::Driver::YYActionforT_single } 4330 #line 433 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4338 #line 4338 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4331 4339 ], 4332 4340 [#Rule alpha_list_144 … … 4346 4354 } 4347 4355 } 4348 #line 43 48dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4356 #line 4356 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4349 4357 ], 4350 4358 [#Rule _OPTIONAL … … 4353 4361 #line 242 "grammar/dashmarkup.eyp" 4354 4362 goto &Parse::Eyapp::Driver::YYActionforT_single } 4355 #line 43 55dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4363 #line 4363 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4356 4364 ], 4357 4365 [#Rule _OPTIONAL … … 4360 4368 #line 242 "grammar/dashmarkup.eyp" 4361 4369 goto &Parse::Eyapp::Driver::YYActionforT_empty } 4362 #line 43 62dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4370 #line 4370 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4363 4371 ], 4364 4372 [#Rule alpha_list_element_147 … … 4378 4386 } 4379 4387 } 4380 #line 438 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4388 #line 4388 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4381 4389 ], 4382 4390 [#Rule _PLUS_LIST … … 4385 4393 #line 245 "grammar/dashmarkup.eyp" 4386 4394 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 4387 #line 43 87dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4395 #line 4395 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4388 4396 ], 4389 4397 [#Rule _PLUS_LIST … … 4392 4400 #line 245 "grammar/dashmarkup.eyp" 4393 4401 goto &Parse::Eyapp::Driver::YYActionforT_single } 4394 #line 4 394dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4402 #line 4402 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4395 4403 ], 4396 4404 [#Rule bullet_list_150 … … 4410 4418 } 4411 4419 } 4412 #line 44 12dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4420 #line 4420 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4413 4421 ], 4414 4422 [#Rule _OPTIONAL … … 4417 4425 #line 248 "grammar/dashmarkup.eyp" 4418 4426 goto &Parse::Eyapp::Driver::YYActionforT_single } 4419 #line 44 19dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4427 #line 4427 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4420 4428 ], 4421 4429 [#Rule _OPTIONAL … … 4424 4432 #line 248 "grammar/dashmarkup.eyp" 4425 4433 goto &Parse::Eyapp::Driver::YYActionforT_empty } 4426 #line 44 26dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4434 #line 4434 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4427 4435 ], 4428 4436 [#Rule bullet_list_element_153 … … 4442 4450 } 4443 4451 } 4444 #line 44 44dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4452 #line 4452 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4445 4453 ], 4446 4454 [#Rule _PLUS_LIST … … 4449 4457 #line 251 "grammar/dashmarkup.eyp" 4450 4458 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 4451 #line 445 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4459 #line 4459 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4452 4460 ], 4453 4461 [#Rule _PLUS_LIST … … 4456 4464 #line 251 "grammar/dashmarkup.eyp" 4457 4465 goto &Parse::Eyapp::Driver::YYActionforT_single } 4458 #line 44 58dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4466 #line 4466 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4459 4467 ], 4460 4468 [#Rule undecorated_list_156 … … 4474 4482 } 4475 4483 } 4476 #line 44 76dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4484 #line 4484 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4477 4485 ], 4478 4486 [#Rule _OPTIONAL … … 4481 4489 #line 254 "grammar/dashmarkup.eyp" 4482 4490 goto &Parse::Eyapp::Driver::YYActionforT_single } 4483 #line 44 83dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4491 #line 4491 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4484 4492 ], 4485 4493 [#Rule _OPTIONAL … … 4488 4496 #line 254 "grammar/dashmarkup.eyp" 4489 4497 goto &Parse::Eyapp::Driver::YYActionforT_empty } 4490 #line 449 0dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4498 #line 4498 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4491 4499 ], 4492 4500 [#Rule undecorated_list_element_159 … … 4506 4514 } 4507 4515 } 4508 #line 45 08dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4516 #line 4516 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4509 4517 ], 4510 4518 [#Rule _PAREN … … 4513 4521 #line 257 "grammar/dashmarkup.eyp" 4514 4522 goto &Parse::Eyapp::Driver::YYActionforParenthesis} 4515 #line 45 15dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4523 #line 4523 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4516 4524 ], 4517 4525 [#Rule _STAR_LIST … … 4520 4528 #line 257 "grammar/dashmarkup.eyp" 4521 4529 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 4522 #line 45 22dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4530 #line 4530 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4523 4531 ], 4524 4532 [#Rule _STAR_LIST … … 4527 4535 #line 257 "grammar/dashmarkup.eyp" 4528 4536 goto &Parse::Eyapp::Driver::YYActionforT_empty } 4529 #line 45 29dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4537 #line 4537 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4530 4538 ], 4531 4539 [#Rule _list_item_163 … … 4545 4553 } 4546 4554 } 4547 #line 45 47dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4555 #line 4555 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4548 4556 ], 4549 4557 [#Rule list_item_line_164 … … 4563 4571 } 4564 4572 } 4565 #line 45 65dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4573 #line 4573 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4566 4574 ], 4567 4575 [#Rule _PLUS_LIST … … 4570 4578 #line 267 "grammar/dashmarkup.eyp" 4571 4579 goto &Parse::Eyapp::Driver::YYActionforT_TX1X2 } 4572 #line 45 72dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4580 #line 4580 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4573 4581 ], 4574 4582 [#Rule _PLUS_LIST … … 4577 4585 #line 267 "grammar/dashmarkup.eyp" 4578 4586 goto &Parse::Eyapp::Driver::YYActionforT_single } 4579 #line 45 79dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4587 #line 4587 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4580 4588 ], 4581 4589 [#Rule table_paragraph_167 … … 4595 4603 } 4596 4604 } 4597 #line 4 597dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4605 #line 4605 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4598 4606 ], 4599 4607 [#Rule table_row_168 … … 4613 4621 } 4614 4622 } 4615 #line 46 15dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4623 #line 4623 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4616 4624 ], 4617 4625 [#Rule table_row_169 … … 4631 4639 } 4632 4640 } 4633 #line 46 33dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4641 #line 4641 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4634 4642 ], 4635 4643 [#Rule _trowrest_starting_plain_170 … … 4649 4657 } 4650 4658 } 4651 #line 465 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4659 #line 4659 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4652 4660 ], 4653 4661 [#Rule _trowrest_starting_plain_171 … … 4667 4675 } 4668 4676 } 4669 #line 46 69dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4677 #line 4677 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4670 4678 ], 4671 4679 [#Rule _trowrest_starting_plain_172 … … 4685 4693 } 4686 4694 } 4687 #line 46 87dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4695 #line 4695 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4688 4696 ], 4689 4697 [#Rule _trowrest_starting_header_173 … … 4703 4711 } 4704 4712 } 4705 #line 47 05dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4713 #line 4713 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4706 4714 ], 4707 4715 [#Rule _trowrest_starting_header_174 … … 4721 4729 } 4722 4730 } 4723 #line 47 23dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4731 #line 4731 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4724 4732 ], 4725 4733 [#Rule _trowrest_starting_header_175 … … 4739 4747 } 4740 4748 } 4741 #line 474 1dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4749 #line 4749 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4742 4750 ], 4743 4751 [#Rule table_cell_176 … … 4757 4765 } 4758 4766 } 4759 #line 47 59dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4767 #line 4767 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4760 4768 ], 4761 4769 [#Rule header_cell_177 … … 4775 4783 } 4776 4784 } 4777 #line 47 77dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4785 #line 4785 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4778 4786 ], 4779 4787 [#Rule _table_cell_178 … … 4793 4801 } 4794 4802 } 4795 #line 4795 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4803 #line 4803 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4804 ], 4805 [#Rule _table_cell_179 4806 '_table_cell', 1, 4807 sub { 4808 #line 25 "grammar/dashmarkup.eyp" 4809 4810 my $name = $_[0]->YYLhs; 4811 my $children = [ map { flatten($_) } @_[1 .. $#_] ]; 4812 if (@$children == 1) { 4813 $children = $children->[0]; 4814 } 4815 if ($name =~ /^_/) { 4816 return $children; 4817 } else { 4818 return { $name => $children }; 4819 } 4820 } 4821 #line 4821 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4796 4822 ] 4797 4823 ], 4798 #line 4 798dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm4824 #line 4824 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 4799 4825 yybypass => 0, 4800 4826 yybuildingtree => 0, … … 4988 5014 'table_cell_176', 4989 5015 'header_cell_177', 4990 '_table_cell_178', ); 5016 '_table_cell_178', 5017 '_table_cell_179', ); 4991 5018 $self; 4992 5019 } 4993 5020 4994 #line 29 8"grammar/dashmarkup.eyp"5021 #line 299 "grammar/dashmarkup.eyp" 4995 5022 4996 5023 … … 5055 5082 5056 5083 5057 #line 50 57dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm5084 #line 5084 dashwiki/markup/plparser/pllib/DashWiki/Wiki/Parser.pm 5058 5085 5059 5086 -
grammar/dashmarkup.eyp
r8c19ae r5d8653 291 291 292 292 _table_cell: ' ' _text_single_line_must_end_space 293 | ' ' 293 294 ; 294 295 -
grammar/dashmarkup.wi
r8c19ae r5d8653 252 252 253 253 _table_cell: ' ' _text_single_line_must_end_space 254 ; 255 256 # }}} 257 #----------------------------------------------------------------------------- 258 254 | ' ' 255 ; 256 257 # }}} 258 #----------------------------------------------------------------------------- 259
Note: See TracChangeset
for help on using the changeset viewer.