diff options
author | Zefram <zefram@fysh.org> | 2010-10-26 23:58:42 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-26 20:22:50 -0700 |
commit | 3ad73efd7b04b72db7f9f29e241e3ed4b806e132 (patch) | |
tree | f63fae393f602974377618f63eb869c7d1ef3e5e /perly.tab | |
parent | 2c63ecadcb2533b7a53efa836736d86cb484d969 (diff) | |
download | perl-3ad73efd7b04b72db7f9f29e241e3ed4b806e132.tar.gz |
new API functions op_scope and op_lvalue
The function scope() goes into the API as op_scope(), and mod() goes
into the API as op_lvalue(). Both marked experimental, because their
behaviour is a little quirky and not trivially dequirkable.
Diffstat (limited to 'perly.tab')
-rw-r--r-- | perly.tab | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -173,25 +173,25 @@ static const yytype_uint16 yyrline[] = 0, 142, 142, 145, 144, 157, 156, 169, 168, 181, 180, 192, 198, 208, 212, 216, 222, 232, 237, 238, 247, 260, 262, 267, 285, 306, 318, 334, 333, 350, - 358, 366, 372, 374, 376, 386, 396, 417, 426, 435, - 444, 452, 451, 477, 483, 493, 495, 497, 501, 505, - 509, 513, 518, 524, 525, 529, 541, 542, 550, 556, - 557, 562, 565, 569, 574, 578, 582, 588, 597, 600, - 601, 605, 611, 616, 621, 631, 632, 637, 638, 642, - 652, 656, 666, 667, 677, 681, 685, 689, 693, 703, - 712, 716, 721, 728, 737, 743, 749, 757, 761, 768, - 767, 778, 779, 783, 792, 797, 805, 812, 819, 829, - 838, 845, 854, 861, 867, 874, 879, 889, 893, 897, - 903, 907, 911, 915, 919, 923, 927, 939, 943, 947, - 951, 961, 965, 972, 976, 980, 985, 990, 995, 1004, - 1009, 1014, 1020, 1026, 1037, 1041, 1045, 1057, 1070, 1078, - 1090, 1091, 1092, 1093, 1094, 1099, 1103, 1105, 1109, 1114, - 1116, 1121, 1123, 1125, 1127, 1129, 1131, 1133, 1142, 1153, - 1155, 1157, 1162, 1175, 1180, 1185, 1189, 1193, 1197, 1201, - 1205, 1209, 1213, 1215, 1218, 1222, 1228, 1231, 1240, 1246, - 1251, 1252, 1253, 1259, 1263, 1271, 1278, 1283, 1288, 1290, - 1292, 1297, 1299, 1304, 1305, 1309, 1312, 1311, 1319, 1323, - 1329, 1335, 1341, 1347, 1353, 1360, 1362, 1364, 1367 + 359, 368, 374, 376, 378, 388, 398, 419, 428, 437, + 446, 454, 453, 479, 485, 495, 497, 499, 503, 507, + 511, 515, 520, 526, 527, 533, 547, 548, 557, 563, + 564, 569, 572, 576, 581, 585, 589, 595, 604, 607, + 608, 612, 618, 623, 628, 638, 639, 644, 645, 649, + 659, 663, 673, 674, 684, 688, 692, 696, 700, 710, + 719, 723, 728, 735, 744, 750, 756, 764, 768, 775, + 774, 785, 786, 790, 799, 804, 812, 819, 826, 836, + 845, 852, 861, 868, 874, 881, 886, 896, 900, 904, + 910, 914, 918, 922, 926, 930, 934, 946, 950, 954, + 958, 968, 972, 979, 983, 987, 992, 997, 1002, 1011, + 1016, 1021, 1027, 1033, 1044, 1048, 1052, 1064, 1077, 1085, + 1097, 1098, 1099, 1100, 1101, 1106, 1110, 1112, 1116, 1121, + 1123, 1128, 1130, 1132, 1134, 1136, 1138, 1140, 1149, 1160, + 1162, 1164, 1169, 1182, 1187, 1192, 1196, 1200, 1204, 1208, + 1212, 1216, 1220, 1222, 1225, 1229, 1235, 1238, 1247, 1253, + 1258, 1259, 1260, 1266, 1270, 1278, 1285, 1290, 1295, 1297, + 1299, 1304, 1306, 1311, 1312, 1316, 1319, 1318, 1326, 1330, + 1336, 1342, 1348, 1354, 1360, 1367, 1369, 1371, 1374 }; #endif |