Module: Sourcify::Proc::Scanner
- Extended by:
- Extensions
- Defined in:
- lib/sourcify/proc/scanner.rb,
lib/sourcify/proc/scanner/comment.rb,
lib/sourcify/proc/scanner/counter.rb,
lib/sourcify/proc/scanner/dstring.rb,
lib/sourcify/proc/scanner/heredoc.rb,
lib/sourcify/proc/scanner/extensions.rb
Overview
:nodoc:all
Defined Under Namespace
Modules: Extensions Classes: BraceBlockCounter, Comment, Counter, DString, DoEndBlockCounter, Heredoc
Constant Summary
Constants included from Extensions
Class Attribute Summary collapse
-
._proc_scanner_actions ⇒ Object
Returns the value of attribute _proc_scanner_actions.
-
._proc_scanner_eof_trans ⇒ Object
Returns the value of attribute _proc_scanner_eof_trans.
-
._proc_scanner_from_state_actions ⇒ Object
Returns the value of attribute _proc_scanner_from_state_actions.
-
._proc_scanner_index_offsets ⇒ Object
Returns the value of attribute _proc_scanner_index_offsets.
-
._proc_scanner_indicies ⇒ Object
Returns the value of attribute _proc_scanner_indicies.
-
._proc_scanner_key_offsets ⇒ Object
Returns the value of attribute _proc_scanner_key_offsets.
-
._proc_scanner_range_lengths ⇒ Object
Returns the value of attribute _proc_scanner_range_lengths.
-
._proc_scanner_single_lengths ⇒ Object
Returns the value of attribute _proc_scanner_single_lengths.
-
._proc_scanner_to_state_actions ⇒ Object
Returns the value of attribute _proc_scanner_to_state_actions.
-
._proc_scanner_trans_actions ⇒ Object
Returns the value of attribute _proc_scanner_trans_actions.
-
._proc_scanner_trans_keys ⇒ Object
Returns the value of attribute _proc_scanner_trans_keys.
-
._proc_scanner_trans_targs ⇒ Object
Returns the value of attribute _proc_scanner_trans_targs.
-
.proc_scanner_en_block_comment ⇒ Object
Returns the value of attribute proc_scanner_en_block_comment.
-
.proc_scanner_en_dstring1 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring1.
-
.proc_scanner_en_dstring10 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring10.
-
.proc_scanner_en_dstring11 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring11.
-
.proc_scanner_en_dstring12 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring12.
-
.proc_scanner_en_dstring13 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring13.
-
.proc_scanner_en_dstring14 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring14.
-
.proc_scanner_en_dstring15 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring15.
-
.proc_scanner_en_dstring16 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring16.
-
.proc_scanner_en_dstring17 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring17.
-
.proc_scanner_en_dstring18 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring18.
-
.proc_scanner_en_dstring19 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring19.
-
.proc_scanner_en_dstring2 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring2.
-
.proc_scanner_en_dstring20 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring20.
-
.proc_scanner_en_dstring21 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring21.
-
.proc_scanner_en_dstring22 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring22.
-
.proc_scanner_en_dstring23 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring23.
-
.proc_scanner_en_dstring24 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring24.
-
.proc_scanner_en_dstring25 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring25.
-
.proc_scanner_en_dstring26 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring26.
-
.proc_scanner_en_dstring27 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring27.
-
.proc_scanner_en_dstring28 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring28.
-
.proc_scanner_en_dstring3 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring3.
-
.proc_scanner_en_dstring4 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring4.
-
.proc_scanner_en_dstring5 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring5.
-
.proc_scanner_en_dstring6 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring6.
-
.proc_scanner_en_dstring7 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring7.
-
.proc_scanner_en_dstring8 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring8.
-
.proc_scanner_en_dstring9 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring9.
-
.proc_scanner_en_heredoc ⇒ Object
Returns the value of attribute proc_scanner_en_heredoc.
-
.proc_scanner_en_main ⇒ Object
Returns the value of attribute proc_scanner_en_main.
-
.proc_scanner_en_new_statement ⇒ Object
Returns the value of attribute proc_scanner_en_new_statement.
-
.proc_scanner_en_per_line_comment ⇒ Object
Returns the value of attribute proc_scanner_en_per_line_comment.
-
.proc_scanner_en_string ⇒ Object
Returns the value of attribute proc_scanner_en_string.
-
.proc_scanner_error ⇒ Object
Returns the value of attribute proc_scanner_error.
-
.proc_scanner_first_final ⇒ Object
Returns the value of attribute proc_scanner_first_final.
-
.proc_scanner_start ⇒ Object
Returns the value of attribute proc_scanner_start.
Class Method Summary collapse
Methods included from Extensions
codified_tokens, construct_result_code, data_frag, decrement_counter, fix_counter_false_start, increment_counter, increment_lineno, offset_attributes, other_counter, preceded_with?, process, push, push_comment, push_dstring, push_heredoc, push_label, really_false_started?, reset_attributes, safe_eval, this_counter
Class Attribute Details
._proc_scanner_actions ⇒ Object
Returns the value of attribute _proc_scanner_actions.
15 16 17 |
# File 'lib/sourcify/proc/scanner.rb', line 15 def _proc_scanner_actions @_proc_scanner_actions end |
._proc_scanner_eof_trans ⇒ Object
Returns the value of attribute _proc_scanner_eof_trans.
681 682 683 |
# File 'lib/sourcify/proc/scanner.rb', line 681 def _proc_scanner_eof_trans @_proc_scanner_eof_trans end |
._proc_scanner_from_state_actions ⇒ Object
Returns the value of attribute _proc_scanner_from_state_actions.
633 634 635 |
# File 'lib/sourcify/proc/scanner.rb', line 633 def _proc_scanner_from_state_actions @_proc_scanner_from_state_actions end |
._proc_scanner_index_offsets ⇒ Object
Returns the value of attribute _proc_scanner_index_offsets.
295 296 297 |
# File 'lib/sourcify/proc/scanner.rb', line 295 def _proc_scanner_index_offsets @_proc_scanner_index_offsets end |
._proc_scanner_indicies ⇒ Object
Returns the value of attribute _proc_scanner_indicies.
343 344 345 |
# File 'lib/sourcify/proc/scanner.rb', line 343 def _proc_scanner_indicies @_proc_scanner_indicies end |
._proc_scanner_key_offsets ⇒ Object
Returns the value of attribute _proc_scanner_key_offsets.
52 53 54 |
# File 'lib/sourcify/proc/scanner.rb', line 52 def _proc_scanner_key_offsets @_proc_scanner_key_offsets end |
._proc_scanner_range_lengths ⇒ Object
Returns the value of attribute _proc_scanner_range_lengths.
247 248 249 |
# File 'lib/sourcify/proc/scanner.rb', line 247 def _proc_scanner_range_lengths @_proc_scanner_range_lengths end |
._proc_scanner_single_lengths ⇒ Object
Returns the value of attribute _proc_scanner_single_lengths.
199 200 201 |
# File 'lib/sourcify/proc/scanner.rb', line 199 def _proc_scanner_single_lengths @_proc_scanner_single_lengths end |
._proc_scanner_to_state_actions ⇒ Object
Returns the value of attribute _proc_scanner_to_state_actions.
585 586 587 |
# File 'lib/sourcify/proc/scanner.rb', line 585 def _proc_scanner_to_state_actions @_proc_scanner_to_state_actions end |
._proc_scanner_trans_actions ⇒ Object
Returns the value of attribute _proc_scanner_trans_actions.
529 530 531 |
# File 'lib/sourcify/proc/scanner.rb', line 529 def _proc_scanner_trans_actions @_proc_scanner_trans_actions end |
._proc_scanner_trans_keys ⇒ Object
Returns the value of attribute _proc_scanner_trans_keys.
100 101 102 |
# File 'lib/sourcify/proc/scanner.rb', line 100 def _proc_scanner_trans_keys @_proc_scanner_trans_keys end |
._proc_scanner_trans_targs ⇒ Object
Returns the value of attribute _proc_scanner_trans_targs.
473 474 475 |
# File 'lib/sourcify/proc/scanner.rb', line 473 def _proc_scanner_trans_targs @_proc_scanner_trans_targs end |
.proc_scanner_en_block_comment ⇒ Object
Returns the value of attribute proc_scanner_en_block_comment.
750 751 752 |
# File 'lib/sourcify/proc/scanner.rb', line 750 def proc_scanner_en_block_comment @proc_scanner_en_block_comment end |
.proc_scanner_en_dstring1 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring1.
762 763 764 |
# File 'lib/sourcify/proc/scanner.rb', line 762 def proc_scanner_en_dstring1 @proc_scanner_en_dstring1 end |
.proc_scanner_en_dstring10 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring10.
798 799 800 |
# File 'lib/sourcify/proc/scanner.rb', line 798 def proc_scanner_en_dstring10 @proc_scanner_en_dstring10 end |
.proc_scanner_en_dstring11 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring11.
802 803 804 |
# File 'lib/sourcify/proc/scanner.rb', line 802 def proc_scanner_en_dstring11 @proc_scanner_en_dstring11 end |
.proc_scanner_en_dstring12 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring12.
806 807 808 |
# File 'lib/sourcify/proc/scanner.rb', line 806 def proc_scanner_en_dstring12 @proc_scanner_en_dstring12 end |
.proc_scanner_en_dstring13 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring13.
810 811 812 |
# File 'lib/sourcify/proc/scanner.rb', line 810 def proc_scanner_en_dstring13 @proc_scanner_en_dstring13 end |
.proc_scanner_en_dstring14 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring14.
814 815 816 |
# File 'lib/sourcify/proc/scanner.rb', line 814 def proc_scanner_en_dstring14 @proc_scanner_en_dstring14 end |
.proc_scanner_en_dstring15 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring15.
818 819 820 |
# File 'lib/sourcify/proc/scanner.rb', line 818 def proc_scanner_en_dstring15 @proc_scanner_en_dstring15 end |
.proc_scanner_en_dstring16 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring16.
822 823 824 |
# File 'lib/sourcify/proc/scanner.rb', line 822 def proc_scanner_en_dstring16 @proc_scanner_en_dstring16 end |
.proc_scanner_en_dstring17 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring17.
826 827 828 |
# File 'lib/sourcify/proc/scanner.rb', line 826 def proc_scanner_en_dstring17 @proc_scanner_en_dstring17 end |
.proc_scanner_en_dstring18 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring18.
830 831 832 |
# File 'lib/sourcify/proc/scanner.rb', line 830 def proc_scanner_en_dstring18 @proc_scanner_en_dstring18 end |
.proc_scanner_en_dstring19 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring19.
834 835 836 |
# File 'lib/sourcify/proc/scanner.rb', line 834 def proc_scanner_en_dstring19 @proc_scanner_en_dstring19 end |
.proc_scanner_en_dstring2 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring2.
766 767 768 |
# File 'lib/sourcify/proc/scanner.rb', line 766 def proc_scanner_en_dstring2 @proc_scanner_en_dstring2 end |
.proc_scanner_en_dstring20 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring20.
838 839 840 |
# File 'lib/sourcify/proc/scanner.rb', line 838 def proc_scanner_en_dstring20 @proc_scanner_en_dstring20 end |
.proc_scanner_en_dstring21 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring21.
842 843 844 |
# File 'lib/sourcify/proc/scanner.rb', line 842 def proc_scanner_en_dstring21 @proc_scanner_en_dstring21 end |
.proc_scanner_en_dstring22 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring22.
846 847 848 |
# File 'lib/sourcify/proc/scanner.rb', line 846 def proc_scanner_en_dstring22 @proc_scanner_en_dstring22 end |
.proc_scanner_en_dstring23 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring23.
850 851 852 |
# File 'lib/sourcify/proc/scanner.rb', line 850 def proc_scanner_en_dstring23 @proc_scanner_en_dstring23 end |
.proc_scanner_en_dstring24 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring24.
854 855 856 |
# File 'lib/sourcify/proc/scanner.rb', line 854 def proc_scanner_en_dstring24 @proc_scanner_en_dstring24 end |
.proc_scanner_en_dstring25 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring25.
858 859 860 |
# File 'lib/sourcify/proc/scanner.rb', line 858 def proc_scanner_en_dstring25 @proc_scanner_en_dstring25 end |
.proc_scanner_en_dstring26 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring26.
862 863 864 |
# File 'lib/sourcify/proc/scanner.rb', line 862 def proc_scanner_en_dstring26 @proc_scanner_en_dstring26 end |
.proc_scanner_en_dstring27 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring27.
866 867 868 |
# File 'lib/sourcify/proc/scanner.rb', line 866 def proc_scanner_en_dstring27 @proc_scanner_en_dstring27 end |
.proc_scanner_en_dstring28 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring28.
870 871 872 |
# File 'lib/sourcify/proc/scanner.rb', line 870 def proc_scanner_en_dstring28 @proc_scanner_en_dstring28 end |
.proc_scanner_en_dstring3 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring3.
770 771 772 |
# File 'lib/sourcify/proc/scanner.rb', line 770 def proc_scanner_en_dstring3 @proc_scanner_en_dstring3 end |
.proc_scanner_en_dstring4 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring4.
774 775 776 |
# File 'lib/sourcify/proc/scanner.rb', line 774 def proc_scanner_en_dstring4 @proc_scanner_en_dstring4 end |
.proc_scanner_en_dstring5 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring5.
778 779 780 |
# File 'lib/sourcify/proc/scanner.rb', line 778 def proc_scanner_en_dstring5 @proc_scanner_en_dstring5 end |
.proc_scanner_en_dstring6 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring6.
782 783 784 |
# File 'lib/sourcify/proc/scanner.rb', line 782 def proc_scanner_en_dstring6 @proc_scanner_en_dstring6 end |
.proc_scanner_en_dstring7 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring7.
786 787 788 |
# File 'lib/sourcify/proc/scanner.rb', line 786 def proc_scanner_en_dstring7 @proc_scanner_en_dstring7 end |
.proc_scanner_en_dstring8 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring8.
790 791 792 |
# File 'lib/sourcify/proc/scanner.rb', line 790 def proc_scanner_en_dstring8 @proc_scanner_en_dstring8 end |
.proc_scanner_en_dstring9 ⇒ Object
Returns the value of attribute proc_scanner_en_dstring9.
794 795 796 |
# File 'lib/sourcify/proc/scanner.rb', line 794 def proc_scanner_en_dstring9 @proc_scanner_en_dstring9 end |
.proc_scanner_en_heredoc ⇒ Object
Returns the value of attribute proc_scanner_en_heredoc.
754 755 756 |
# File 'lib/sourcify/proc/scanner.rb', line 754 def proc_scanner_en_heredoc @proc_scanner_en_heredoc end |
.proc_scanner_en_main ⇒ Object
Returns the value of attribute proc_scanner_en_main.
874 875 876 |
# File 'lib/sourcify/proc/scanner.rb', line 874 def proc_scanner_en_main @proc_scanner_en_main end |
.proc_scanner_en_new_statement ⇒ Object
Returns the value of attribute proc_scanner_en_new_statement.
742 743 744 |
# File 'lib/sourcify/proc/scanner.rb', line 742 def proc_scanner_en_new_statement @proc_scanner_en_new_statement end |
.proc_scanner_en_per_line_comment ⇒ Object
Returns the value of attribute proc_scanner_en_per_line_comment.
746 747 748 |
# File 'lib/sourcify/proc/scanner.rb', line 746 def proc_scanner_en_per_line_comment @proc_scanner_en_per_line_comment end |
.proc_scanner_en_string ⇒ Object
Returns the value of attribute proc_scanner_en_string.
758 759 760 |
# File 'lib/sourcify/proc/scanner.rb', line 758 def proc_scanner_en_string @proc_scanner_en_string end |
.proc_scanner_error ⇒ Object
Returns the value of attribute proc_scanner_error.
737 738 739 |
# File 'lib/sourcify/proc/scanner.rb', line 737 def proc_scanner_error @proc_scanner_error end |
.proc_scanner_first_final ⇒ Object
Returns the value of attribute proc_scanner_first_final.
733 734 735 |
# File 'lib/sourcify/proc/scanner.rb', line 733 def proc_scanner_first_final @proc_scanner_first_final end |
.proc_scanner_start ⇒ Object
Returns the value of attribute proc_scanner_start.
729 730 731 |
# File 'lib/sourcify/proc/scanner.rb', line 729 def proc_scanner_start @proc_scanner_start end |
Class Method Details
.execute! ⇒ Object
883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 |
# File 'lib/sourcify/proc/scanner.rb', line 883 def self.execute! data = @data eof = data.length # line 2 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rb" begin p ||= 0 pe ||= data.length cs = proc_scanner_start ts = nil te = nil act = 0 end # line 480 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" # line 2 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rb" begin _klen, _trans, _keys, _acts, _nacts = nil _goto_level = 0 _resume = 10 _eof_trans = 15 _again = 20 _test_eof = 30 _out = 40 while true _trigger_goto = false if _goto_level <= 0 if p == pe _goto_level = _test_eof next end if cs == 0 _goto_level = _out next end end if _goto_level <= _resume _acts = _proc_scanner_from_state_actions[cs] _nacts = _proc_scanner_actions[_acts] _acts += 1 while _nacts > 0 _nacts -= 1 _acts += 1 case _proc_scanner_actions[_acts - 1] when 2 then # line 1 "NONE" begin ts = p end # line 2 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rb" end # from state action switch end if _trigger_goto next end _keys = _proc_scanner_key_offsets[cs] _trans = _proc_scanner_index_offsets[cs] _klen = _proc_scanner_single_lengths[cs] _break_match = false begin if _klen > 0 _lower = _keys _upper = _keys + _klen - 1 loop do break if _upper < _lower _mid = _lower + ( (_upper - _lower) >> 1 ) if data[p] < _proc_scanner_trans_keys[_mid] _upper = _mid - 1 elsif data[p] > _proc_scanner_trans_keys[_mid] _lower = _mid + 1 else _trans += (_mid - _keys) _break_match = true break end end # loop break if _break_match _keys += _klen _trans += _klen end _klen = _proc_scanner_range_lengths[cs] if _klen > 0 _lower = _keys _upper = _keys + (_klen << 1) - 2 loop do break if _upper < _lower _mid = _lower + (((_upper-_lower) >> 1) & ~1) if data[p] < _proc_scanner_trans_keys[_mid] _upper = _mid - 2 elsif data[p] > _proc_scanner_trans_keys[_mid+1] _lower = _mid + 2 else _trans += ((_mid - _keys) >> 1) _break_match = true break end end # loop break if _break_match _trans += _klen end end while false _trans = _proc_scanner_indicies[_trans] end if _goto_level <= _eof_trans cs = _proc_scanner_trans_targs[_trans] if _proc_scanner_trans_actions[_trans] != 0 _acts = _proc_scanner_trans_actions[_trans] _nacts = _proc_scanner_actions[_acts] _acts += 1 while _nacts > 0 _nacts -= 1 _acts += 1 case _proc_scanner_actions[_acts - 1] when 3 then # line 1 "NONE" begin te = p+1 end when 4 then # line 47 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:kw_do_alias2, ts, te) increment_counter(:do_end, 0..1) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 5 then # line 56 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:kw_do_alias1, ts, te) increment_counter(:do_end, 1) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 6 then # line 63 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin p = p - 1; begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 7 then # line 56 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:kw_do_alias1, ts, te) increment_counter(:do_end, 1) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 8 then # line 62 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:space, ts, te) end end when 9 then # line 63 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin p = p - 1; begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 10 then # line 56 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin begin p = ((te))-1; end begin push(:kw_do_alias1, ts, te) increment_counter(:do_end, 1) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 11 then # line 63 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin begin p = ((te))-1; end begin p = p - 1; begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 12 then # line 69 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin act = 5; end when 13 then # line 1 "NONE" begin case act when 0 then begin begin cs = 0 _trigger_goto = true _goto_level = _again break end end when 5 then begin begin p = ((te))-1; end push(:comment, ts.pred, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 14 then # line 77 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin act = 6; end when 15 then # line 77 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin unless push_comment(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 16 then # line 1 "NONE" begin case act when 0 then begin begin cs = 0 _trigger_goto = true _goto_level = _again break end end when 6 then begin begin p = ((te))-1; end unless push_comment(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end end when 17 then # line 86 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin unless push_heredoc(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 18 then # line 142 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin act = 10; end when 19 then # line 171 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin act = 37; end when 20 then # line 135 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:sstring, ts, te); begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 21 then # line 141 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 293 _trigger_goto = true _goto_level = _again break end end end when 22 then # line 142 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 294 _trigger_goto = true _goto_level = _again break end end end when 23 then # line 143 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 295 _trigger_goto = true _goto_level = _again break end end end when 24 then # line 144 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 296 _trigger_goto = true _goto_level = _again break end end end when 25 then # line 145 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 297 _trigger_goto = true _goto_level = _again break end end end when 26 then # line 146 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 298 _trigger_goto = true _goto_level = _again break end end end when 27 then # line 147 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 299 _trigger_goto = true _goto_level = _again break end end end when 28 then # line 148 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 300 _trigger_goto = true _goto_level = _again break end end end when 29 then # line 149 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 301 _trigger_goto = true _goto_level = _again break end end end when 30 then # line 150 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 302 _trigger_goto = true _goto_level = _again break end end end when 31 then # line 151 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 303 _trigger_goto = true _goto_level = _again break end end end when 32 then # line 152 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 304 _trigger_goto = true _goto_level = _again break end end end when 33 then # line 153 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 305 _trigger_goto = true _goto_level = _again break end end end when 34 then # line 154 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 306 _trigger_goto = true _goto_level = _again break end end end when 35 then # line 155 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 307 _trigger_goto = true _goto_level = _again break end end end when 36 then # line 156 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 308 _trigger_goto = true _goto_level = _again break end end end when 37 then # line 157 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 309 _trigger_goto = true _goto_level = _again break end end end when 38 then # line 158 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 310 _trigger_goto = true _goto_level = _again break end end end when 39 then # line 159 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 311 _trigger_goto = true _goto_level = _again break end end end when 40 then # line 160 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 312 _trigger_goto = true _goto_level = _again break end end end when 41 then # line 161 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 313 _trigger_goto = true _goto_level = _again break end end end when 42 then # line 162 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 314 _trigger_goto = true _goto_level = _again break end end end when 43 then # line 163 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 315 _trigger_goto = true _goto_level = _again break end end end when 44 then # line 164 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 316 _trigger_goto = true _goto_level = _again break end end end when 45 then # line 165 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 317 _trigger_goto = true _goto_level = _again break end end end when 46 then # line 166 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 318 _trigger_goto = true _goto_level = _again break end end end when 47 then # line 167 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 319 _trigger_goto = true _goto_level = _again break end end end when 48 then # line 168 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_dstring(ts, te); begin cs = 320 _trigger_goto = true _goto_level = _again break end end end when 49 then # line 171 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:any, ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 50 then # line 135 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:sstring, ts, te); begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 51 then # line 142 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push_dstring(ts, te); begin cs = 294 _trigger_goto = true _goto_level = _again break end end end when 52 then # line 171 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:any, ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 53 then # line 135 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin begin p = ((te))-1; end begin push(:sstring, ts, te); begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 54 then # line 171 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin begin p = ((te))-1; end begin push(:any, ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end when 55 then # line 1 "NONE" begin case act when 10 then begin begin p = ((te))-1; end push_dstring(ts, te); begin cs = 294 _trigger_goto = true _goto_level = _again break end end when 37 then begin begin p = ((te))-1; end push(:any, ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 56 then # line 179 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 57 then # line 186 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 58 then # line 193 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 59 then # line 200 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 60 then # line 207 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 61 then # line 214 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 62 then # line 221 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 63 then # line 228 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 64 then # line 235 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 65 then # line 242 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 66 then # line 249 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 67 then # line 256 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 68 then # line 263 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 69 then # line 270 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 70 then # line 277 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 71 then # line 284 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 72 then # line 291 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 73 then # line 298 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 74 then # line 305 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 75 then # line 312 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 76 then # line 319 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 77 then # line 326 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 78 then # line 333 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 79 then # line 340 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 80 then # line 347 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 81 then # line 354 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 82 then # line 361 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 83 then # line 368 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin unless push_dstring(ts, te) begin cs = 224 _trigger_goto = true _goto_level = _again break end end end end when 84 then # line 380 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin act = 66; end when 85 then # line 386 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin act = 67; end when 86 then # line 421 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin act = 73; end when 87 then # line 460 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin act = 79; end when 88 then # line 393 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:lbrace, ts, te) increment_counter(:brace) end end when 89 then # line 398 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:rbrace, ts, te) decrement_counter(:brace) end end when 90 then # line 403 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:assoc, ts, te) fix_counter_false_start(:brace) end end when 91 then # line 408 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_label(ts, te) fix_counter_false_start(:brace) end end when 92 then # line 421 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:newline_alias, ts, te) begin cs = 242 _trigger_goto = true _goto_level = _again break end end end when 93 then # line 428 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin begin cs = 255 _trigger_goto = true _goto_level = _again break end end end when 94 then # line 432 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_comment(ts, te) increment_lineno begin cs = 257 _trigger_goto = true _goto_level = _again break end end end when 95 then # line 440 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push_heredoc(ts, te) increment_lineno begin cs = 259 _trigger_goto = true _goto_level = _again break end end end when 96 then # line 446 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin p = p - 1; begin cs = 261 _trigger_goto = true _goto_level = _again break end end end when 97 then # line 450 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin if preceded_with?(:char, :digit, :var, :const, :symbol, :dstring, :sstring, ')', ']', '}') push(:op, ts, te) else p = p - 1; begin cs = 261 _trigger_goto = true _goto_level = _again break end end end end when 98 then # line 461 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:bslash, ts, te) end end when 99 then # line 465 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:digit, ts, te) end end when 100 then # line 467 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p+1 begin push(:any, ts, te) end end when 101 then # line 408 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push_label(ts, te) fix_counter_false_start(:brace) end end when 102 then # line 415 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:newline, ts, te) increment_lineno begin cs = 242 _trigger_goto = true _goto_level = _again break end end end when 103 then # line 421 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:newline_alias, ts, te) begin cs = 242 _trigger_goto = true _goto_level = _again break end end end when 104 then # line 460 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:var, ts, te) end end when 105 then # line 462 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:const, ts, te) end end when 106 then # line 463 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:symbol, ts, te) end end when 107 then # line 464 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:space, ts, te) end end when 108 then # line 467 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin te = p p = p - 1; begin push(:any, ts, te) end end when 109 then # line 408 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin begin p = ((te))-1; end begin push_label(ts, te) fix_counter_false_start(:brace) end end when 110 then # line 415 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin begin p = ((te))-1; end begin push(:newline, ts, te) increment_lineno begin cs = 242 _trigger_goto = true _goto_level = _again break end end end when 111 then # line 463 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin begin p = ((te))-1; end begin push(:symbol, ts, te) end end when 112 then # line 467 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" begin begin p = ((te))-1; end begin push(:any, ts, te) end end when 113 then # line 1 "NONE" begin case act when 66 then begin begin p = ((te))-1; end push(:kw_do, ts, te) increment_counter(:do_end) begin cs = 242 _trigger_goto = true _goto_level = _again break end end when 67 then begin begin p = ((te))-1; end push(:kw_end, ts, te) decrement_counter(:do_end) end when 73 then begin begin p = ((te))-1; end push(:newline_alias, ts, te) begin cs = 242 _trigger_goto = true _goto_level = _again break end end when 79 then begin begin p = ((te))-1; end push(:var, ts, te) end end end # line 2 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rb" end # action switch end end if _trigger_goto next end end if _goto_level <= _again _acts = _proc_scanner_to_state_actions[cs] _nacts = _proc_scanner_actions[_acts] _acts += 1 while _nacts > 0 _nacts -= 1 _acts += 1 case _proc_scanner_actions[_acts - 1] when 0 then # line 1 "NONE" begin ts = nil; end when 1 then # line 1 "NONE" begin act = 0 end # line 2 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rb" end # to state action switch end if _trigger_goto next end if cs == 0 _goto_level = _out next end p += 1 if p != pe _goto_level = _resume next end end if _goto_level <= _test_eof if p == eof if _proc_scanner_eof_trans[cs] > 0 _trans = _proc_scanner_eof_trans[cs] - 1; _goto_level = _eof_trans next; end end end if _goto_level <= _out break end end end # line 481 "/home/ty.archlinux/dev/ty/sourcify/spec/../lib/sourcify/proc/scanner.rl" end |