bibtex-ruby 1.3.10 → 1.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. data/Gemfile +7 -2
  2. data/Gemfile.lock +18 -14
  3. data/History.txt +6 -0
  4. data/Manifest +38 -1
  5. data/Rakefile +3 -10
  6. data/Rakefile.compiled.rbc +1903 -0
  7. data/bibtex-ruby.gemspec +10 -13
  8. data/features/issues/parse_months.feature +24 -4
  9. data/features/step_definitions/bibtex_steps.rbc +2981 -0
  10. data/features/step_definitions/name_steps.rbc +544 -0
  11. data/features/support/env.rb +0 -5
  12. data/features/support/env.rbc +144 -0
  13. data/lib/bibtex.rb +1 -0
  14. data/lib/bibtex.rbc +709 -0
  15. data/lib/bibtex/bibliography.rb +1 -1
  16. data/lib/bibtex/bibliography.rbc +5799 -0
  17. data/lib/bibtex/compatibility.rb +10 -0
  18. data/lib/bibtex/compatibility.rbc +290 -0
  19. data/lib/bibtex/elements.rbc +5524 -0
  20. data/lib/bibtex/entry.rbc +8317 -0
  21. data/lib/bibtex/error.rbc +785 -0
  22. data/lib/bibtex/extensions.rbc +127 -0
  23. data/lib/bibtex/filters.rbc +1178 -0
  24. data/lib/bibtex/filters/latex.rbc +361 -0
  25. data/lib/bibtex/lexer.rbc +5612 -0
  26. data/lib/bibtex/name_parser.rbc +2867 -0
  27. data/lib/bibtex/names.rb +2 -2
  28. data/lib/bibtex/names.rbc +4156 -0
  29. data/lib/bibtex/parser.rbc +3336 -0
  30. data/lib/bibtex/replaceable.rbc +593 -0
  31. data/lib/bibtex/ruby.rb +1 -0
  32. data/lib/bibtex/utilities.rbc +743 -0
  33. data/lib/bibtex/value.rb +5 -2
  34. data/lib/bibtex/value.rbc +4323 -0
  35. data/lib/bibtex/version.rb +1 -1
  36. data/lib/bibtex/version.rbc +209 -0
  37. data/test/bibtex/test_bibliography.rb +1 -1
  38. data/test/bibtex/test_bibliography.rbc +3397 -0
  39. data/test/bibtex/test_elements.rbc +924 -0
  40. data/test/bibtex/test_entry.rb +17 -14
  41. data/test/bibtex/test_entry.rbc +6392 -0
  42. data/test/bibtex/test_filters.rbc +1017 -0
  43. data/test/bibtex/test_lexer.rbc +373 -0
  44. data/test/bibtex/test_name_parser.rbc +608 -0
  45. data/test/bibtex/test_names.rbc +797 -0
  46. data/test/bibtex/test_parser.rb +2 -2
  47. data/test/bibtex/test_parser.rbc +2834 -0
  48. data/test/bibtex/test_string.rbc +706 -0
  49. data/test/bibtex/test_utilities.rb +1 -1
  50. data/test/bibtex/test_utilities.rbc +851 -0
  51. data/test/bibtex/test_value.rbc +4993 -0
  52. data/test/helper.rb +2 -5
  53. data/test/helper.rbc +446 -0
  54. data/test/test_bibtex.rb +20 -20
  55. data/test/test_bibtex.rbc +1875 -0
  56. data/test/test_export.rbc +921 -0
  57. metadata +72 -58
@@ -0,0 +1,2867 @@
1
+ !RBIX
2
+ 9595534255132031488
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 46
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 7
24
+ 2
25
+ 64
26
+ 47
27
+ 49
28
+ 1
29
+ 1
30
+ 15
31
+ 99
32
+ 7
33
+ 3
34
+ 65
35
+ 49
36
+ 4
37
+ 2
38
+ 13
39
+ 99
40
+ 12
41
+ 7
42
+ 5
43
+ 12
44
+ 7
45
+ 6
46
+ 12
47
+ 65
48
+ 12
49
+ 49
50
+ 7
51
+ 4
52
+ 15
53
+ 49
54
+ 5
55
+ 0
56
+ 15
57
+ 2
58
+ 11
59
+ I
60
+ 6
61
+ I
62
+ 0
63
+ I
64
+ 0
65
+ I
66
+ 0
67
+ n
68
+ p
69
+ 8
70
+ s
71
+ 14
72
+ racc/parser.rb
73
+ x
74
+ 7
75
+ require
76
+ s
77
+ 7
78
+ strscan
79
+ x
80
+ 6
81
+ BibTeX
82
+ x
83
+ 11
84
+ open_module
85
+ x
86
+ 15
87
+ __module_init__
88
+ M
89
+ 1
90
+ n
91
+ n
92
+ x
93
+ 6
94
+ BibTeX
95
+ i
96
+ 33
97
+ 5
98
+ 66
99
+ 99
100
+ 7
101
+ 0
102
+ 45
103
+ 1
104
+ 2
105
+ 43
106
+ 3
107
+ 65
108
+ 49
109
+ 4
110
+ 3
111
+ 13
112
+ 99
113
+ 12
114
+ 7
115
+ 5
116
+ 12
117
+ 7
118
+ 6
119
+ 12
120
+ 65
121
+ 12
122
+ 49
123
+ 7
124
+ 4
125
+ 15
126
+ 49
127
+ 5
128
+ 0
129
+ 11
130
+ I
131
+ 6
132
+ I
133
+ 0
134
+ I
135
+ 0
136
+ I
137
+ 0
138
+ n
139
+ p
140
+ 8
141
+ x
142
+ 10
143
+ NameParser
144
+ x
145
+ 4
146
+ Racc
147
+ n
148
+ x
149
+ 6
150
+ Parser
151
+ x
152
+ 10
153
+ open_class
154
+ x
155
+ 14
156
+ __class_init__
157
+ M
158
+ 1
159
+ n
160
+ n
161
+ x
162
+ 10
163
+ NameParser
164
+ i
165
+ 1335
166
+ 5
167
+ 66
168
+ 5
169
+ 7
170
+ 0
171
+ 64
172
+ 7
173
+ 1
174
+ 64
175
+ 4
176
+ 78
177
+ 47
178
+ 49
179
+ 2
180
+ 3
181
+ 15
182
+ 7
183
+ 3
184
+ 7
185
+ 4
186
+ 7
187
+ 3
188
+ 7
189
+ 5
190
+ 4
191
+ 27
192
+ 7
193
+ 6
194
+ 7
195
+ 3
196
+ 7
197
+ 4
198
+ 7
199
+ 4
200
+ 7
201
+ 5
202
+ 7
203
+ 3
204
+ 7
205
+ 6
206
+ 4
207
+ 36
208
+ 4
209
+ 24
210
+ 7
211
+ 4
212
+ 4
213
+ 34
214
+ 4
215
+ 33
216
+ 4
217
+ 35
218
+ 4
219
+ 21
220
+ 4
221
+ 19
222
+ 4
223
+ 22
224
+ 4
225
+ 10
226
+ 4
227
+ 16
228
+ 4
229
+ 11
230
+ 4
231
+ 34
232
+ 4
233
+ 33
234
+ 4
235
+ 35
236
+ 4
237
+ 34
238
+ 4
239
+ 33
240
+ 4
241
+ 35
242
+ 4
243
+ 10
244
+ 4
245
+ 8
246
+ 4
247
+ 11
248
+ 4
249
+ 21
250
+ 4
251
+ 28
252
+ 4
253
+ 22
254
+ 4
255
+ 34
256
+ 4
257
+ 33
258
+ 4
259
+ 35
260
+ 4
261
+ 34
262
+ 4
263
+ 33
264
+ 4
265
+ 35
266
+ 4
267
+ 10
268
+ 4
269
+ 8
270
+ 4
271
+ 11
272
+ 4
273
+ 21
274
+ 4
275
+ 19
276
+ 4
277
+ 22
278
+ 4
279
+ 38
280
+ 4
281
+ 23
282
+ 4
283
+ 13
284
+ 4
285
+ 12
286
+ 35
287
+ 52
288
+ 19
289
+ 0
290
+ 15
291
+ 4
292
+ 19
293
+ 4
294
+ 16
295
+ 4
296
+ 19
297
+ 4
298
+ 11
299
+ 4
300
+ 18
301
+ 4
302
+ 10
303
+ 4
304
+ 19
305
+ 4
306
+ 16
307
+ 4
308
+ 8
309
+ 4
310
+ 11
311
+ 4
312
+ 8
313
+ 4
314
+ 10
315
+ 4
316
+ 26
317
+ 4
318
+ 12
319
+ 4
320
+ 8
321
+ 4
322
+ 32
323
+ 4
324
+ 32
325
+ 4
326
+ 32
327
+ 4
328
+ 6
329
+ 4
330
+ 6
331
+ 4
332
+ 6
333
+ 4
334
+ 5
335
+ 4
336
+ 5
337
+ 4
338
+ 5
339
+ 4
340
+ 36
341
+ 4
342
+ 36
343
+ 4
344
+ 36
345
+ 4
346
+ 27
347
+ 4
348
+ 27
349
+ 4
350
+ 27
351
+ 4
352
+ 13
353
+ 4
354
+ 13
355
+ 4
356
+ 13
357
+ 4
358
+ 20
359
+ 4
360
+ 20
361
+ 4
362
+ 20
363
+ 4
364
+ 38
365
+ 4
366
+ 38
367
+ 4
368
+ 38
369
+ 4
370
+ 23
371
+ 4
372
+ 23
373
+ 4
374
+ 23
375
+ 78
376
+ 78
377
+ 78
378
+ 4
379
+ 15
380
+ 4
381
+ 15
382
+ 4
383
+ 15
384
+ 4
385
+ 30
386
+ 4
387
+ 7
388
+ 80
389
+ 79
390
+ 35
391
+ 52
392
+ 19
393
+ 1
394
+ 15
395
+ 4
396
+ 39
397
+ 4
398
+ 51
399
+ 4
400
+ 44
401
+ 1
402
+ 1
403
+ 4
404
+ 18
405
+ 4
406
+ 15
407
+ 4
408
+ 47
409
+ 4
410
+ 8
411
+ 1
412
+ 4
413
+ 5
414
+ 4
415
+ 3
416
+ 4
417
+ 13
418
+ 4
419
+ 27
420
+ 1
421
+ 4
422
+ 42
423
+ 79
424
+ 1
425
+ 80
426
+ 78
427
+ 4
428
+ 30
429
+ 1
430
+ 1
431
+ 4
432
+ 36
433
+ 1
434
+ 1
435
+ 4
436
+ 10
437
+ 4
438
+ 24
439
+ 1
440
+ 1
441
+ 4
442
+ 46
443
+ 1
444
+ 4
445
+ 12
446
+ 1
447
+ 1
448
+ 1
449
+ 4
450
+ 21
451
+ 1
452
+ 4
453
+ 33
454
+ 1
455
+ 1
456
+ 1
457
+ 35
458
+ 42
459
+ 19
460
+ 2
461
+ 15
462
+ 77
463
+ 7
464
+ 7
465
+ 7
466
+ 8
467
+ 7
468
+ 9
469
+ 7
470
+ 10
471
+ 7
472
+ 11
473
+ 7
474
+ 7
475
+ 7
476
+ 7
477
+ 7
478
+ 12
479
+ 7
480
+ 13
481
+ 7
482
+ 14
483
+ 7
484
+ 15
485
+ 7
486
+ 7
487
+ 7
488
+ 7
489
+ 7
490
+ 16
491
+ 7
492
+ 7
493
+ 7
494
+ 12
495
+ 7
496
+ 17
497
+ 7
498
+ 18
499
+ 7
500
+ 19
501
+ 7
502
+ 11
503
+ 7
504
+ 14
505
+ 7
506
+ 15
507
+ 7
508
+ 20
509
+ 4
510
+ 42
511
+ 7
512
+ 21
513
+ 7
514
+ 22
515
+ 7
516
+ 20
517
+ 7
518
+ 23
519
+ 7
520
+ 24
521
+ 7
522
+ 25
523
+ 7
524
+ 26
525
+ 7
526
+ 27
527
+ 7
528
+ 4
529
+ 7
530
+ 6
531
+ 7
532
+ 5
533
+ 7
534
+ 20
535
+ 7
536
+ 28
537
+ 7
538
+ 20
539
+ 7
540
+ 29
541
+ 7
542
+ 30
543
+ 7
544
+ 31
545
+ 35
546
+ 42
547
+ 19
548
+ 3
549
+ 15
550
+ 4
551
+ 4
552
+ 4
553
+ 17
554
+ 4
555
+ 3
556
+ 4
557
+ 20
558
+ 4
559
+ 29
560
+ 4
561
+ 14
562
+ 4
563
+ 15
564
+ 80
565
+ 4
566
+ 37
567
+ 4
568
+ 18
569
+ 4
570
+ 41
571
+ 79
572
+ 4
573
+ 20
574
+ 4
575
+ 4
576
+ 1
577
+ 4
578
+ 25
579
+ 4
580
+ 17
581
+ 4
582
+ 40
583
+ 4
584
+ 26
585
+ 1
586
+ 1
587
+ 1
588
+ 1
589
+ 1
590
+ 1
591
+ 1
592
+ 1
593
+ 1
594
+ 1
595
+ 1
596
+ 1
597
+ 1
598
+ 4
599
+ 39
600
+ 35
601
+ 33
602
+ 19
603
+ 4
604
+ 15
605
+ 4
606
+ 4
607
+ 4
608
+ 10
609
+ 4
610
+ 3
611
+ 4
612
+ 5
613
+ 4
614
+ 8
615
+ 4
616
+ 4
617
+ 4
618
+ 6
619
+ 80
620
+ 4
621
+ 8
622
+ 4
623
+ 7
624
+ 4
625
+ 9
626
+ 79
627
+ 4
628
+ 5
629
+ 4
630
+ 4
631
+ 1
632
+ 4
633
+ 3
634
+ 4
635
+ 10
636
+ 4
637
+ 8
638
+ 4
639
+ 7
640
+ 1
641
+ 1
642
+ 1
643
+ 1
644
+ 1
645
+ 1
646
+ 1
647
+ 1
648
+ 1
649
+ 1
650
+ 1
651
+ 1
652
+ 1
653
+ 4
654
+ 4
655
+ 35
656
+ 33
657
+ 19
658
+ 5
659
+ 15
660
+ 1
661
+ 4
662
+ 11
663
+ 4
664
+ 7
665
+ 80
666
+ 78
667
+ 7
668
+ 9
669
+ 79
670
+ 4
671
+ 3
672
+ 7
673
+ 13
674
+ 7
675
+ 6
676
+ 7
677
+ 21
678
+ 1
679
+ 35
680
+ 12
681
+ 19
682
+ 6
683
+ 15
684
+ 1
685
+ 1
686
+ 1
687
+ 1
688
+ 4
689
+ 31
690
+ 4
691
+ 5
692
+ 4
693
+ 6
694
+ 4
695
+ 7
696
+ 1
697
+ 4
698
+ 30
699
+ 4
700
+ 9
701
+ 4
702
+ 32
703
+ 35
704
+ 12
705
+ 19
706
+ 7
707
+ 15
708
+ 78
709
+ 78
710
+ 7
711
+ 32
712
+ 78
713
+ 4
714
+ 9
715
+ 7
716
+ 33
717
+ 79
718
+ 4
719
+ 9
720
+ 7
721
+ 34
722
+ 79
723
+ 4
724
+ 10
725
+ 7
726
+ 35
727
+ 4
728
+ 3
729
+ 4
730
+ 10
731
+ 7
732
+ 36
733
+ 79
734
+ 4
735
+ 11
736
+ 7
737
+ 37
738
+ 80
739
+ 4
740
+ 11
741
+ 7
742
+ 38
743
+ 4
744
+ 3
745
+ 4
746
+ 11
747
+ 7
748
+ 39
749
+ 80
750
+ 4
751
+ 11
752
+ 7
753
+ 40
754
+ 4
755
+ 3
756
+ 4
757
+ 11
758
+ 7
759
+ 41
760
+ 4
761
+ 4
762
+ 4
763
+ 11
764
+ 7
765
+ 42
766
+ 4
767
+ 5
768
+ 4
769
+ 11
770
+ 7
771
+ 43
772
+ 79
773
+ 4
774
+ 14
775
+ 7
776
+ 44
777
+ 80
778
+ 4
779
+ 14
780
+ 7
781
+ 45
782
+ 4
783
+ 3
784
+ 4
785
+ 14
786
+ 7
787
+ 46
788
+ 79
789
+ 4
790
+ 15
791
+ 7
792
+ 47
793
+ 79
794
+ 4
795
+ 15
796
+ 7
797
+ 48
798
+ 79
799
+ 4
800
+ 16
801
+ 7
802
+ 49
803
+ 4
804
+ 3
805
+ 4
806
+ 16
807
+ 7
808
+ 50
809
+ 79
810
+ 4
811
+ 13
812
+ 7
813
+ 51
814
+ 80
815
+ 4
816
+ 13
817
+ 7
818
+ 52
819
+ 79
820
+ 4
821
+ 18
822
+ 7
823
+ 53
824
+ 79
825
+ 4
826
+ 18
827
+ 7
828
+ 54
829
+ 79
830
+ 4
831
+ 19
832
+ 7
833
+ 55
834
+ 80
835
+ 4
836
+ 19
837
+ 7
838
+ 56
839
+ 78
840
+ 4
841
+ 17
842
+ 7
843
+ 57
844
+ 79
845
+ 4
846
+ 17
847
+ 7
848
+ 58
849
+ 79
850
+ 4
851
+ 12
852
+ 7
853
+ 59
854
+ 79
855
+ 4
856
+ 12
857
+ 7
858
+ 60
859
+ 79
860
+ 4
861
+ 12
862
+ 7
863
+ 61
864
+ 35
865
+ 90
866
+ 19
867
+ 8
868
+ 15
869
+ 4
870
+ 30
871
+ 19
872
+ 9
873
+ 15
874
+ 4
875
+ 42
876
+ 19
877
+ 10
878
+ 15
879
+ 44
880
+ 43
881
+ 62
882
+ 4
883
+ 8
884
+ 49
885
+ 63
886
+ 1
887
+ 13
888
+ 3
889
+ 78
890
+ 49
891
+ 64
892
+ 2
893
+ 15
894
+ 13
895
+ 7
896
+ 65
897
+ 79
898
+ 49
899
+ 64
900
+ 2
901
+ 15
902
+ 13
903
+ 7
904
+ 66
905
+ 80
906
+ 49
907
+ 64
908
+ 2
909
+ 15
910
+ 13
911
+ 7
912
+ 67
913
+ 4
914
+ 3
915
+ 49
916
+ 64
917
+ 2
918
+ 15
919
+ 13
920
+ 7
921
+ 68
922
+ 4
923
+ 4
924
+ 49
925
+ 64
926
+ 2
927
+ 15
928
+ 13
929
+ 7
930
+ 69
931
+ 4
932
+ 5
933
+ 49
934
+ 64
935
+ 2
936
+ 15
937
+ 13
938
+ 7
939
+ 70
940
+ 4
941
+ 6
942
+ 49
943
+ 64
944
+ 2
945
+ 15
946
+ 13
947
+ 7
948
+ 71
949
+ 4
950
+ 7
951
+ 49
952
+ 64
953
+ 2
954
+ 15
955
+ 19
956
+ 11
957
+ 15
958
+ 4
959
+ 8
960
+ 19
961
+ 12
962
+ 15
963
+ 2
964
+ 19
965
+ 13
966
+ 15
967
+ 65
968
+ 7
969
+ 72
970
+ 20
971
+ 0
972
+ 20
973
+ 1
974
+ 20
975
+ 3
976
+ 20
977
+ 2
978
+ 20
979
+ 4
980
+ 20
981
+ 5
982
+ 20
983
+ 7
984
+ 20
985
+ 6
986
+ 20
987
+ 12
988
+ 20
989
+ 8
990
+ 20
991
+ 11
992
+ 20
993
+ 10
994
+ 20
995
+ 9
996
+ 20
997
+ 13
998
+ 35
999
+ 14
1000
+ 49
1001
+ 73
1002
+ 2
1003
+ 15
1004
+ 65
1005
+ 7
1006
+ 74
1007
+ 7
1008
+ 75
1009
+ 64
1010
+ 7
1011
+ 76
1012
+ 64
1013
+ 7
1014
+ 77
1015
+ 64
1016
+ 7
1017
+ 78
1018
+ 64
1019
+ 7
1020
+ 79
1021
+ 64
1022
+ 7
1023
+ 80
1024
+ 64
1025
+ 7
1026
+ 81
1027
+ 64
1028
+ 7
1029
+ 82
1030
+ 64
1031
+ 7
1032
+ 83
1033
+ 64
1034
+ 7
1035
+ 84
1036
+ 64
1037
+ 7
1038
+ 85
1039
+ 64
1040
+ 7
1041
+ 86
1042
+ 64
1043
+ 7
1044
+ 87
1045
+ 64
1046
+ 7
1047
+ 88
1048
+ 64
1049
+ 7
1050
+ 89
1051
+ 64
1052
+ 7
1053
+ 90
1054
+ 64
1055
+ 7
1056
+ 91
1057
+ 64
1058
+ 7
1059
+ 92
1060
+ 64
1061
+ 7
1062
+ 93
1063
+ 64
1064
+ 7
1065
+ 94
1066
+ 64
1067
+ 35
1068
+ 20
1069
+ 49
1070
+ 73
1071
+ 2
1072
+ 15
1073
+ 65
1074
+ 7
1075
+ 95
1076
+ 3
1077
+ 49
1078
+ 73
1079
+ 2
1080
+ 15
1081
+ 5
1082
+ 7
1083
+ 96
1084
+ 64
1085
+ 7
1086
+ 1
1087
+ 64
1088
+ 4
1089
+ 31
1090
+ 47
1091
+ 49
1092
+ 2
1093
+ 3
1094
+ 15
1095
+ 5
1096
+ 7
1097
+ 97
1098
+ 64
1099
+ 7
1100
+ 1
1101
+ 64
1102
+ 4
1103
+ 32
1104
+ 47
1105
+ 49
1106
+ 2
1107
+ 3
1108
+ 15
1109
+ 5
1110
+ 7
1111
+ 98
1112
+ 64
1113
+ 7
1114
+ 1
1115
+ 64
1116
+ 4
1117
+ 34
1118
+ 47
1119
+ 49
1120
+ 2
1121
+ 3
1122
+ 15
1123
+ 5
1124
+ 7
1125
+ 99
1126
+ 64
1127
+ 7
1128
+ 1
1129
+ 64
1130
+ 4
1131
+ 35
1132
+ 47
1133
+ 49
1134
+ 2
1135
+ 3
1136
+ 15
1137
+ 5
1138
+ 7
1139
+ 100
1140
+ 64
1141
+ 7
1142
+ 1
1143
+ 64
1144
+ 4
1145
+ 37
1146
+ 47
1147
+ 49
1148
+ 2
1149
+ 3
1150
+ 15
1151
+ 5
1152
+ 7
1153
+ 101
1154
+ 64
1155
+ 7
1156
+ 1
1157
+ 64
1158
+ 4
1159
+ 38
1160
+ 47
1161
+ 49
1162
+ 2
1163
+ 3
1164
+ 15
1165
+ 5
1166
+ 7
1167
+ 102
1168
+ 64
1169
+ 7
1170
+ 1
1171
+ 64
1172
+ 4
1173
+ 39
1174
+ 47
1175
+ 49
1176
+ 2
1177
+ 3
1178
+ 15
1179
+ 5
1180
+ 7
1181
+ 103
1182
+ 64
1183
+ 7
1184
+ 1
1185
+ 64
1186
+ 4
1187
+ 40
1188
+ 47
1189
+ 49
1190
+ 2
1191
+ 3
1192
+ 15
1193
+ 5
1194
+ 7
1195
+ 104
1196
+ 64
1197
+ 7
1198
+ 1
1199
+ 64
1200
+ 4
1201
+ 41
1202
+ 47
1203
+ 49
1204
+ 2
1205
+ 3
1206
+ 15
1207
+ 5
1208
+ 7
1209
+ 105
1210
+ 64
1211
+ 7
1212
+ 1
1213
+ 64
1214
+ 4
1215
+ 42
1216
+ 47
1217
+ 49
1218
+ 2
1219
+ 3
1220
+ 15
1221
+ 5
1222
+ 7
1223
+ 106
1224
+ 64
1225
+ 7
1226
+ 1
1227
+ 64
1228
+ 4
1229
+ 43
1230
+ 47
1231
+ 49
1232
+ 2
1233
+ 3
1234
+ 15
1235
+ 5
1236
+ 7
1237
+ 107
1238
+ 64
1239
+ 7
1240
+ 1
1241
+ 64
1242
+ 4
1243
+ 45
1244
+ 47
1245
+ 49
1246
+ 2
1247
+ 3
1248
+ 15
1249
+ 5
1250
+ 7
1251
+ 108
1252
+ 64
1253
+ 7
1254
+ 1
1255
+ 64
1256
+ 4
1257
+ 46
1258
+ 47
1259
+ 49
1260
+ 2
1261
+ 3
1262
+ 15
1263
+ 5
1264
+ 7
1265
+ 109
1266
+ 64
1267
+ 7
1268
+ 1
1269
+ 64
1270
+ 4
1271
+ 47
1272
+ 47
1273
+ 49
1274
+ 2
1275
+ 3
1276
+ 15
1277
+ 5
1278
+ 7
1279
+ 110
1280
+ 64
1281
+ 7
1282
+ 1
1283
+ 64
1284
+ 4
1285
+ 49
1286
+ 47
1287
+ 49
1288
+ 2
1289
+ 3
1290
+ 15
1291
+ 5
1292
+ 7
1293
+ 111
1294
+ 64
1295
+ 7
1296
+ 1
1297
+ 64
1298
+ 4
1299
+ 50
1300
+ 47
1301
+ 49
1302
+ 2
1303
+ 3
1304
+ 15
1305
+ 5
1306
+ 7
1307
+ 112
1308
+ 64
1309
+ 7
1310
+ 1
1311
+ 64
1312
+ 4
1313
+ 52
1314
+ 47
1315
+ 49
1316
+ 2
1317
+ 3
1318
+ 15
1319
+ 5
1320
+ 7
1321
+ 113
1322
+ 64
1323
+ 7
1324
+ 1
1325
+ 64
1326
+ 4
1327
+ 53
1328
+ 47
1329
+ 49
1330
+ 2
1331
+ 3
1332
+ 15
1333
+ 5
1334
+ 7
1335
+ 114
1336
+ 64
1337
+ 7
1338
+ 1
1339
+ 64
1340
+ 4
1341
+ 55
1342
+ 47
1343
+ 49
1344
+ 2
1345
+ 3
1346
+ 15
1347
+ 5
1348
+ 7
1349
+ 115
1350
+ 64
1351
+ 7
1352
+ 1
1353
+ 64
1354
+ 4
1355
+ 56
1356
+ 47
1357
+ 49
1358
+ 2
1359
+ 3
1360
+ 15
1361
+ 5
1362
+ 7
1363
+ 116
1364
+ 64
1365
+ 7
1366
+ 1
1367
+ 64
1368
+ 4
1369
+ 58
1370
+ 47
1371
+ 49
1372
+ 2
1373
+ 3
1374
+ 15
1375
+ 5
1376
+ 7
1377
+ 117
1378
+ 64
1379
+ 7
1380
+ 1
1381
+ 64
1382
+ 4
1383
+ 59
1384
+ 47
1385
+ 49
1386
+ 2
1387
+ 3
1388
+ 15
1389
+ 5
1390
+ 7
1391
+ 118
1392
+ 64
1393
+ 7
1394
+ 1
1395
+ 64
1396
+ 4
1397
+ 61
1398
+ 47
1399
+ 49
1400
+ 2
1401
+ 3
1402
+ 15
1403
+ 5
1404
+ 7
1405
+ 119
1406
+ 64
1407
+ 7
1408
+ 1
1409
+ 64
1410
+ 4
1411
+ 62
1412
+ 47
1413
+ 49
1414
+ 2
1415
+ 3
1416
+ 15
1417
+ 5
1418
+ 7
1419
+ 120
1420
+ 64
1421
+ 7
1422
+ 1
1423
+ 64
1424
+ 4
1425
+ 64
1426
+ 47
1427
+ 49
1428
+ 2
1429
+ 3
1430
+ 15
1431
+ 5
1432
+ 7
1433
+ 121
1434
+ 64
1435
+ 7
1436
+ 1
1437
+ 64
1438
+ 4
1439
+ 65
1440
+ 47
1441
+ 49
1442
+ 2
1443
+ 3
1444
+ 15
1445
+ 5
1446
+ 7
1447
+ 122
1448
+ 64
1449
+ 7
1450
+ 1
1451
+ 64
1452
+ 4
1453
+ 67
1454
+ 47
1455
+ 49
1456
+ 2
1457
+ 3
1458
+ 15
1459
+ 5
1460
+ 7
1461
+ 123
1462
+ 64
1463
+ 7
1464
+ 1
1465
+ 64
1466
+ 4
1467
+ 68
1468
+ 47
1469
+ 49
1470
+ 2
1471
+ 3
1472
+ 15
1473
+ 5
1474
+ 7
1475
+ 124
1476
+ 64
1477
+ 7
1478
+ 1
1479
+ 64
1480
+ 4
1481
+ 69
1482
+ 47
1483
+ 49
1484
+ 2
1485
+ 3
1486
+ 15
1487
+ 99
1488
+ 7
1489
+ 125
1490
+ 7
1491
+ 126
1492
+ 65
1493
+ 67
1494
+ 49
1495
+ 127
1496
+ 0
1497
+ 49
1498
+ 128
1499
+ 4
1500
+ 11
1501
+ I
1502
+ 68
1503
+ I
1504
+ e
1505
+ I
1506
+ 0
1507
+ I
1508
+ 0
1509
+ n
1510
+ p
1511
+ 129
1512
+ s
1513
+ 2388
1514
+
1515
+ def initialize(options = {})
1516
+ self.options.merge!(options)
1517
+ end
1518
+
1519
+ def options
1520
+ @options ||= { :debug => ENV['DEBUG'] == true }
1521
+ end
1522
+
1523
+ def parse(input)
1524
+ @yydebug = options[:debug]
1525
+ scan(input)
1526
+ do_parse
1527
+ end
1528
+
1529
+ def next_token
1530
+ @stack.shift
1531
+ end
1532
+
1533
+ def on_error(tid, val, vstack)
1534
+ BibTeX.log.error("Failed to parse BibTeX Name on value %s (%s) %s" % [val.inspect, token_to_str(tid) || '?', vstack.inspect])
1535
+ end
1536
+
1537
+ def scan(input)
1538
+ @src = StringScanner.new(input)
1539
+ @brace_level = 0
1540
+ @stack = []
1541
+ @word = [:PWORD,'']
1542
+ do_scan
1543
+ end
1544
+
1545
+ private
1546
+
1547
+ def do_scan
1548
+ until @src.eos?
1549
+ case
1550
+ when @src.scan(/,?\s+and\s+/io)
1551
+ push_word
1552
+ @stack.push([:AND,@src.matched])
1553
+
1554
+ when @src.scan(/[\t\r\n\s]+/o)
1555
+ push_word
1556
+
1557
+ when @src.scan(/,/o)
1558
+ push_word
1559
+ @stack.push([:COMMA,@src.matched])
1560
+
1561
+ when @src.scan(/[[:lower:]][^\t\r\n\s\{\}\d\\,]*/o)
1562
+ is_lowercase
1563
+ @word[1] << @src.matched
1564
+
1565
+ when @src.scan(/[[:upper:]][^\t\r\n\s\{\}\d\\,]*/o)
1566
+ is_uppercase
1567
+ @word[1] << @src.matched
1568
+
1569
+ when @src.scan(/(\d|\\.)+/o)
1570
+ @word[1] << @src.matched
1571
+
1572
+ when @src.scan(/\{/o)
1573
+ @word[1] << @src.matched
1574
+ scan_literal
1575
+
1576
+ when @src.scan(/\}/o)
1577
+ error_unbalanced
1578
+
1579
+ when @src.scan(/./o)
1580
+ @word[1] << @src.matched
1581
+ end
1582
+ end
1583
+
1584
+ push_word
1585
+ @stack
1586
+ end
1587
+
1588
+ def push_word
1589
+ unless @word[1].empty?
1590
+ @stack.push(@word)
1591
+ @word = [:PWORD,'']
1592
+ end
1593
+ end
1594
+
1595
+ def is_lowercase
1596
+ @word[0] = :LWORD if @word[0] == :PWORD
1597
+ end
1598
+
1599
+ def is_uppercase
1600
+ @word[0] = :UWORD if @word[0] == :PWORD
1601
+ end
1602
+
1603
+ def scan_literal
1604
+ @brace_level = 1
1605
+
1606
+ while @brace_level > 0
1607
+ @word[1] << @src.scan_until(/[\{\}]/o).to_s
1608
+
1609
+ case @src.matched
1610
+ when '{'
1611
+ @brace_level += 1
1612
+ when '}'
1613
+ @brace_level -= 1
1614
+ else
1615
+ @brace_level = 0
1616
+ error_unbalanced
1617
+ end
1618
+ end
1619
+ end
1620
+
1621
+ def error_unexpected
1622
+ @stack.push [:ERROR,@src.matched]
1623
+ BibTeX.log.warn("NameParser: unexpected token `#{@src.matched}' at position #{@src.pos}; brace level #{@brace_level}.")
1624
+ end
1625
+
1626
+ def error_unbalanced
1627
+ @stack.push [:ERROR,'}']
1628
+ BibTeX.log.warn("NameParser: unbalanced braces at position #{@src.pos}; brace level #{@brace_level}.")
1629
+ end
1630
+
1631
+ # -*- racc -*-
1632
+
1633
+ s
1634
+ 7
1635
+ names.y
1636
+ x
1637
+ 11
1638
+ module_eval
1639
+ I
1640
+ -f
1641
+ I
1642
+ -1b
1643
+ I
1644
+ -1d
1645
+ I
1646
+ -1c
1647
+ I
1648
+ -1e
1649
+ I
1650
+ -2
1651
+ I
1652
+ -3
1653
+ I
1654
+ -5
1655
+ I
1656
+ -10
1657
+ I
1658
+ -c
1659
+ I
1660
+ -13
1661
+ I
1662
+ -15
1663
+ I
1664
+ -16
1665
+ I
1666
+ -6
1667
+ I
1668
+ -14
1669
+ I
1670
+ -8
1671
+ I
1672
+ -d
1673
+ I
1674
+ -19
1675
+ I
1676
+ -4
1677
+ I
1678
+ -7
1679
+ I
1680
+ -e
1681
+ I
1682
+ -9
1683
+ I
1684
+ -11
1685
+ I
1686
+ -17
1687
+ I
1688
+ -1a
1689
+ I
1690
+ -a
1691
+ I
1692
+ -18
1693
+ I
1694
+ -b
1695
+ I
1696
+ -12
1697
+ x
1698
+ 10
1699
+ racc_error
1700
+ x
1701
+ 9
1702
+ _reduce_1
1703
+ x
1704
+ 9
1705
+ _reduce_2
1706
+ x
1707
+ 9
1708
+ _reduce_3
1709
+ x
1710
+ 9
1711
+ _reduce_4
1712
+ x
1713
+ 9
1714
+ _reduce_5
1715
+ x
1716
+ 9
1717
+ _reduce_6
1718
+ x
1719
+ 9
1720
+ _reduce_7
1721
+ x
1722
+ 9
1723
+ _reduce_8
1724
+ x
1725
+ 9
1726
+ _reduce_9
1727
+ x
1728
+ 10
1729
+ _reduce_10
1730
+ x
1731
+ 10
1732
+ _reduce_11
1733
+ x
1734
+ 10
1735
+ _reduce_12
1736
+ x
1737
+ 10
1738
+ _reduce_13
1739
+ x
1740
+ 10
1741
+ _reduce_14
1742
+ x
1743
+ 10
1744
+ _reduce_15
1745
+ x
1746
+ 10
1747
+ _reduce_16
1748
+ x
1749
+ 10
1750
+ _reduce_17
1751
+ x
1752
+ 10
1753
+ _reduce_18
1754
+ x
1755
+ 10
1756
+ _reduce_19
1757
+ x
1758
+ 10
1759
+ _reduce_20
1760
+ x
1761
+ 10
1762
+ _reduce_21
1763
+ x
1764
+ 10
1765
+ _reduce_22
1766
+ x
1767
+ 10
1768
+ _reduce_23
1769
+ x
1770
+ 10
1771
+ _reduce_24
1772
+ x
1773
+ 10
1774
+ _reduce_25
1775
+ x
1776
+ 10
1777
+ _reduce_26
1778
+ x
1779
+ 10
1780
+ _reduce_27
1781
+ x
1782
+ 10
1783
+ _reduce_28
1784
+ x
1785
+ 10
1786
+ _reduce_29
1787
+ x
1788
+ 4
1789
+ Hash
1790
+ x
1791
+ 16
1792
+ new_from_literal
1793
+ x
1794
+ 3
1795
+ []=
1796
+ x
1797
+ 5
1798
+ error
1799
+ x
1800
+ 5
1801
+ COMMA
1802
+ x
1803
+ 5
1804
+ UWORD
1805
+ x
1806
+ 5
1807
+ LWORD
1808
+ x
1809
+ 5
1810
+ PWORD
1811
+ x
1812
+ 3
1813
+ AND
1814
+ x
1815
+ 5
1816
+ ERROR
1817
+ x
1818
+ 8
1819
+ Racc_arg
1820
+ x
1821
+ 9
1822
+ const_set
1823
+ x
1824
+ 21
1825
+ Racc_token_to_s_table
1826
+ s
1827
+ 4
1828
+ $end
1829
+ s
1830
+ 5
1831
+ error
1832
+ s
1833
+ 5
1834
+ COMMA
1835
+ s
1836
+ 5
1837
+ UWORD
1838
+ s
1839
+ 5
1840
+ LWORD
1841
+ s
1842
+ 5
1843
+ PWORD
1844
+ s
1845
+ 3
1846
+ AND
1847
+ s
1848
+ 5
1849
+ ERROR
1850
+ s
1851
+ 6
1852
+ $start
1853
+ s
1854
+ 6
1855
+ result
1856
+ s
1857
+ 5
1858
+ names
1859
+ s
1860
+ 4
1861
+ name
1862
+ s
1863
+ 4
1864
+ word
1865
+ s
1866
+ 7
1867
+ u_words
1868
+ s
1869
+ 3
1870
+ von
1871
+ s
1872
+ 4
1873
+ last
1874
+ s
1875
+ 5
1876
+ first
1877
+ s
1878
+ 9
1879
+ opt_words
1880
+ s
1881
+ 6
1882
+ u_word
1883
+ s
1884
+ 5
1885
+ words
1886
+ x
1887
+ 17
1888
+ Racc_debug_parser
1889
+ s
1890
+ 73
1891
+ def _reduce_1(val, _values, result)
1892
+ result = []
1893
+ result
1894
+ end
1895
+
1896
+ s
1897
+ 77
1898
+ def _reduce_2(val, _values, result)
1899
+ result = val[0]
1900
+ result
1901
+ end
1902
+
1903
+ s
1904
+ 79
1905
+ def _reduce_3(val, _values, result)
1906
+ result = [val[0]]
1907
+ result
1908
+ end
1909
+
1910
+ s
1911
+ 78
1912
+ def _reduce_4(val, _values, result)
1913
+ result << val[2]
1914
+ result
1915
+ end
1916
+
1917
+ s
1918
+ 96
1919
+ def _reduce_5(val, _values, result)
1920
+ result = Name.new(:last => val[0])
1921
+ result
1922
+ end
1923
+
1924
+ s
1925
+ 114
1926
+ def _reduce_6(val, _values, result)
1927
+ result = Name.new(:first => val[0], :last => val[1])
1928
+ result
1929
+ end
1930
+
1931
+ s
1932
+ 130
1933
+ def _reduce_7(val, _values, result)
1934
+ result = Name.new(:first => val[0], :von => val[1], :last => val[2])
1935
+ result
1936
+ end
1937
+
1938
+ s
1939
+ 112
1940
+ def _reduce_8(val, _values, result)
1941
+ result = Name.new(:von => val[0], :last => val[1])
1942
+ result
1943
+ end
1944
+
1945
+ s
1946
+ 135
1947
+ def _reduce_9(val, _values, result)
1948
+ result = Name.new(:last => val[0], :jr => val[2][0], :first => val[2][1])
1949
+ result
1950
+ end
1951
+
1952
+ s
1953
+ 152
1954
+ def _reduce_10(val, _values, result)
1955
+ result = Name.new(:von => val[0], :last => val[1], :jr => val[3][0], :first => val[3][1])
1956
+ result
1957
+ end
1958
+
1959
+ s
1960
+ 164
1961
+ def _reduce_11(val, _values, result)
1962
+ result = Name.new(:von => val[0,2].join(' '), :last => val[2], :jr => val[4][0], :first => val[4][1])
1963
+ result
1964
+ end
1965
+
1966
+ s
1967
+ 78
1968
+ def _reduce_12(val, _values, result)
1969
+ result = val[0]
1970
+ result
1971
+ end
1972
+
1973
+ s
1974
+ 85
1975
+ def _reduce_13(val, _values, result)
1976
+ result = val.join(' ')
1977
+ result
1978
+ end
1979
+
1980
+ s
1981
+ 85
1982
+ def _reduce_14(val, _values, result)
1983
+ result = val.join(' ')
1984
+ result
1985
+ end
1986
+
1987
+ s
1988
+ 78
1989
+ def _reduce_15(val, _values, result)
1990
+ result = val[0]
1991
+ result
1992
+ end
1993
+
1994
+ s
1995
+ 78
1996
+ def _reduce_16(val, _values, result)
1997
+ result = val[0]
1998
+ result
1999
+ end
2000
+
2001
+ s
2002
+ 84
2003
+ def _reduce_17(val, _values, result)
2004
+ result = [nil,val[0]]
2005
+ result
2006
+ end
2007
+
2008
+ s
2009
+ 87
2010
+ def _reduce_18(val, _values, result)
2011
+ result = [val[0],val[2]]
2012
+ result
2013
+ end
2014
+
2015
+ s
2016
+ 78
2017
+ def _reduce_19(val, _values, result)
2018
+ result = val[0]
2019
+ result
2020
+ end
2021
+
2022
+ s
2023
+ 90
2024
+ def _reduce_20(val, _values, result)
2025
+ result = val[0,2].join(' ')
2026
+ result
2027
+ end
2028
+
2029
+ s
2030
+ 78
2031
+ def _reduce_21(val, _values, result)
2032
+ result = val[0]
2033
+ result
2034
+ end
2035
+
2036
+ s
2037
+ 78
2038
+ def _reduce_22(val, _values, result)
2039
+ result = val[0]
2040
+ result
2041
+ end
2042
+
2043
+ s
2044
+ 78
2045
+ def _reduce_23(val, _values, result)
2046
+ result = val[0]
2047
+ result
2048
+ end
2049
+
2050
+ s
2051
+ 90
2052
+ def _reduce_24(val, _values, result)
2053
+ result = val[0,2].join(' ')
2054
+ result
2055
+ end
2056
+
2057
+ s
2058
+ 75
2059
+ def _reduce_25(val, _values, result)
2060
+ result = nil
2061
+ result
2062
+ end
2063
+
2064
+ s
2065
+ 78
2066
+ def _reduce_26(val, _values, result)
2067
+ result = val[0]
2068
+ result
2069
+ end
2070
+
2071
+ s
2072
+ 78
2073
+ def _reduce_27(val, _values, result)
2074
+ result = val[0]
2075
+ result
2076
+ end
2077
+
2078
+ s
2079
+ 78
2080
+ def _reduce_28(val, _values, result)
2081
+ result = val[0]
2082
+ result
2083
+ end
2084
+
2085
+ s
2086
+ 78
2087
+ def _reduce_29(val, _values, result)
2088
+ result = val[0]
2089
+ result
2090
+ end
2091
+
2092
+ x
2093
+ 12
2094
+ _reduce_none
2095
+ M
2096
+ 1
2097
+ n
2098
+ n
2099
+ x
2100
+ 12
2101
+ _reduce_none
2102
+ i
2103
+ 7
2104
+ 20
2105
+ 0
2106
+ 78
2107
+ 49
2108
+ 0
2109
+ 1
2110
+ 11
2111
+ I
2112
+ 5
2113
+ I
2114
+ 3
2115
+ I
2116
+ 3
2117
+ I
2118
+ 3
2119
+ n
2120
+ p
2121
+ 1
2122
+ x
2123
+ 2
2124
+ []
2125
+ p
2126
+ 5
2127
+ I
2128
+ -1
2129
+ I
2130
+ 1e3
2131
+ I
2132
+ 0
2133
+ I
2134
+ 1e4
2135
+ I
2136
+ 7
2137
+ x
2138
+ 59
2139
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/name_parser.rb
2140
+ p
2141
+ 3
2142
+ x
2143
+ 3
2144
+ val
2145
+ x
2146
+ 7
2147
+ _values
2148
+ x
2149
+ 6
2150
+ result
2151
+ x
2152
+ 17
2153
+ method_visibility
2154
+ x
2155
+ 15
2156
+ add_defn_method
2157
+ p
2158
+ 311
2159
+ I
2160
+ 2
2161
+ I
2162
+ e
2163
+ I
2164
+ 10
2165
+ I
2166
+ 89
2167
+ I
2168
+ 24
2169
+ I
2170
+ 8a
2171
+ I
2172
+ 38
2173
+ I
2174
+ 8b
2175
+ I
2176
+ 4c
2177
+ I
2178
+ 8c
2179
+ I
2180
+ 60
2181
+ I
2182
+ 8d
2183
+ I
2184
+ 74
2185
+ I
2186
+ 8e
2187
+ I
2188
+ 7a
2189
+ I
2190
+ 88
2191
+ I
2192
+ 7d
2193
+ I
2194
+ 91
2195
+ I
2196
+ 91
2197
+ I
2198
+ 92
2199
+ I
2200
+ a5
2201
+ I
2202
+ 93
2203
+ I
2204
+ b9
2205
+ I
2206
+ 94
2207
+ I
2208
+ cd
2209
+ I
2210
+ 95
2211
+ I
2212
+ de
2213
+ I
2214
+ 96
2215
+ I
2216
+ e2
2217
+ I
2218
+ 90
2219
+ I
2220
+ e5
2221
+ I
2222
+ 99
2223
+ I
2224
+ f6
2225
+ I
2226
+ 9a
2227
+ I
2228
+ 105
2229
+ I
2230
+ 9b
2231
+ I
2232
+ 113
2233
+ I
2234
+ 9c
2235
+ I
2236
+ 121
2237
+ I
2238
+ 9d
2239
+ I
2240
+ 125
2241
+ I
2242
+ 98
2243
+ I
2244
+ 128
2245
+ I
2246
+ a0
2247
+ I
2248
+ 13b
2249
+ I
2250
+ a1
2251
+ I
2252
+ 14f
2253
+ I
2254
+ a2
2255
+ I
2256
+ 163
2257
+ I
2258
+ a3
2259
+ I
2260
+ 177
2261
+ I
2262
+ a4
2263
+ I
2264
+ 17d
2265
+ I
2266
+ 9f
2267
+ I
2268
+ 180
2269
+ I
2270
+ a7
2271
+ I
2272
+ 193
2273
+ I
2274
+ a8
2275
+ I
2276
+ 1a4
2277
+ I
2278
+ a9
2279
+ I
2280
+ 1ae
2281
+ I
2282
+ aa
2283
+ I
2284
+ 1b4
2285
+ I
2286
+ a6
2287
+ I
2288
+ 1b7
2289
+ I
2290
+ ad
2291
+ I
2292
+ 1ca
2293
+ I
2294
+ ae
2295
+ I
2296
+ 1db
2297
+ I
2298
+ af
2299
+ I
2300
+ 1e5
2301
+ I
2302
+ b0
2303
+ I
2304
+ 1eb
2305
+ I
2306
+ ac
2307
+ I
2308
+ 1ee
2309
+ I
2310
+ b3
2311
+ I
2312
+ 1fe
2313
+ I
2314
+ b4
2315
+ I
2316
+ 203
2317
+ I
2318
+ b2
2319
+ I
2320
+ 206
2321
+ I
2322
+ b7
2323
+ I
2324
+ 215
2325
+ I
2326
+ b8
2327
+ I
2328
+ 21b
2329
+ I
2330
+ b6
2331
+ I
2332
+ 21e
2333
+ I
2334
+ bb
2335
+ I
2336
+ 222
2337
+ I
2338
+ bc
2339
+ I
2340
+ 227
2341
+ I
2342
+ bd
2343
+ I
2344
+ 22c
2345
+ I
2346
+ be
2347
+ I
2348
+ 231
2349
+ I
2350
+ bf
2351
+ I
2352
+ 237
2353
+ I
2354
+ c0
2355
+ I
2356
+ 23c
2357
+ I
2358
+ c1
2359
+ I
2360
+ 241
2361
+ I
2362
+ c2
2363
+ I
2364
+ 247
2365
+ I
2366
+ c3
2367
+ I
2368
+ 24c
2369
+ I
2370
+ c4
2371
+ I
2372
+ 252
2373
+ I
2374
+ c5
2375
+ I
2376
+ 258
2377
+ I
2378
+ c6
2379
+ I
2380
+ 25e
2381
+ I
2382
+ c7
2383
+ I
2384
+ 263
2385
+ I
2386
+ c8
2387
+ I
2388
+ 268
2389
+ I
2390
+ c9
2391
+ I
2392
+ 26e
2393
+ I
2394
+ ca
2395
+ I
2396
+ 273
2397
+ I
2398
+ cb
2399
+ I
2400
+ 278
2401
+ I
2402
+ cc
2403
+ I
2404
+ 27d
2405
+ I
2406
+ cd
2407
+ I
2408
+ 283
2409
+ I
2410
+ ce
2411
+ I
2412
+ 288
2413
+ I
2414
+ cf
2415
+ I
2416
+ 28d
2417
+ I
2418
+ d0
2419
+ I
2420
+ 292
2421
+ I
2422
+ d1
2423
+ I
2424
+ 297
2425
+ I
2426
+ d2
2427
+ I
2428
+ 29c
2429
+ I
2430
+ d3
2431
+ I
2432
+ 2a1
2433
+ I
2434
+ d4
2435
+ I
2436
+ 2a6
2437
+ I
2438
+ d5
2439
+ I
2440
+ 2ab
2441
+ I
2442
+ d6
2443
+ I
2444
+ 2b0
2445
+ I
2446
+ d7
2447
+ I
2448
+ 2b5
2449
+ I
2450
+ d8
2451
+ I
2452
+ 2bc
2453
+ I
2454
+ ba
2455
+ I
2456
+ 2bf
2457
+ I
2458
+ da
2459
+ I
2460
+ 2c4
2461
+ I
2462
+ dc
2463
+ I
2464
+ 2c9
2465
+ I
2466
+ e6
2467
+ I
2468
+ 2d2
2469
+ I
2470
+ df
2471
+ I
2472
+ 2d9
2473
+ I
2474
+ e0
2475
+ I
2476
+ 2e1
2477
+ I
2478
+ e1
2479
+ I
2480
+ 2e9
2481
+ I
2482
+ e2
2483
+ I
2484
+ 2f2
2485
+ I
2486
+ e3
2487
+ I
2488
+ 2fb
2489
+ I
2490
+ e4
2491
+ I
2492
+ 304
2493
+ I
2494
+ e5
2495
+ I
2496
+ 30d
2497
+ I
2498
+ e6
2499
+ I
2500
+ 315
2501
+ I
2502
+ de
2503
+ I
2504
+ 318
2505
+ I
2506
+ e8
2507
+ I
2508
+ 31d
2509
+ I
2510
+ ea
2511
+ I
2512
+ 321
2513
+ I
2514
+ ec
2515
+ I
2516
+ 324
2517
+ I
2518
+ ed
2519
+ I
2520
+ 326
2521
+ I
2522
+ ee
2523
+ I
2524
+ 328
2525
+ I
2526
+ ef
2527
+ I
2528
+ 32a
2529
+ I
2530
+ f0
2531
+ I
2532
+ 32c
2533
+ I
2534
+ f1
2535
+ I
2536
+ 32e
2537
+ I
2538
+ f2
2539
+ I
2540
+ 330
2541
+ I
2542
+ f3
2543
+ I
2544
+ 332
2545
+ I
2546
+ f4
2547
+ I
2548
+ 334
2549
+ I
2550
+ f5
2551
+ I
2552
+ 336
2553
+ I
2554
+ f6
2555
+ I
2556
+ 338
2557
+ I
2558
+ f7
2559
+ I
2560
+ 33a
2561
+ I
2562
+ f8
2563
+ I
2564
+ 33c
2565
+ I
2566
+ f9
2567
+ I
2568
+ 33e
2569
+ I
2570
+ fa
2571
+ I
2572
+ 346
2573
+ I
2574
+ fc
2575
+ I
2576
+ 349
2577
+ I
2578
+ fd
2579
+ I
2580
+ 34c
2581
+ I
2582
+ fe
2583
+ I
2584
+ 34f
2585
+ I
2586
+ ff
2587
+ I
2588
+ 352
2589
+ I
2590
+ 100
2591
+ I
2592
+ 355
2593
+ I
2594
+ 101
2595
+ I
2596
+ 358
2597
+ I
2598
+ 102
2599
+ I
2600
+ 35b
2601
+ I
2602
+ 103
2603
+ I
2604
+ 35e
2605
+ I
2606
+ 104
2607
+ I
2608
+ 361
2609
+ I
2610
+ 105
2611
+ I
2612
+ 364
2613
+ I
2614
+ 106
2615
+ I
2616
+ 367
2617
+ I
2618
+ 107
2619
+ I
2620
+ 36a
2621
+ I
2622
+ 108
2623
+ I
2624
+ 36d
2625
+ I
2626
+ 109
2627
+ I
2628
+ 370
2629
+ I
2630
+ 10a
2631
+ I
2632
+ 373
2633
+ I
2634
+ 10b
2635
+ I
2636
+ 376
2637
+ I
2638
+ 10c
2639
+ I
2640
+ 379
2641
+ I
2642
+ 10d
2643
+ I
2644
+ 37c
2645
+ I
2646
+ 10e
2647
+ I
2648
+ 37f
2649
+ I
2650
+ 10f
2651
+ I
2652
+ 382
2653
+ I
2654
+ 110
2655
+ I
2656
+ 38b
2657
+ I
2658
+ 112
2659
+ I
2660
+ 393
2661
+ I
2662
+ 118
2663
+ I
2664
+ 3a1
2665
+ I
2666
+ 11f
2667
+ I
2668
+ 3af
2669
+ I
2670
+ 126
2671
+ I
2672
+ 3bd
2673
+ I
2674
+ 12d
2675
+ I
2676
+ 3cb
2677
+ I
2678
+ 134
2679
+ I
2680
+ 3d9
2681
+ I
2682
+ 13b
2683
+ I
2684
+ 3e7
2685
+ I
2686
+ 142
2687
+ I
2688
+ 3f5
2689
+ I
2690
+ 149
2691
+ I
2692
+ 403
2693
+ I
2694
+ 150
2695
+ I
2696
+ 411
2697
+ I
2698
+ 157
2699
+ I
2700
+ 41f
2701
+ I
2702
+ 15e
2703
+ I
2704
+ 42d
2705
+ I
2706
+ 165
2707
+ I
2708
+ 43b
2709
+ I
2710
+ 16c
2711
+ I
2712
+ 449
2713
+ I
2714
+ 173
2715
+ I
2716
+ 457
2717
+ I
2718
+ 17a
2719
+ I
2720
+ 465
2721
+ I
2722
+ 181
2723
+ I
2724
+ 473
2725
+ I
2726
+ 188
2727
+ I
2728
+ 481
2729
+ I
2730
+ 18f
2731
+ I
2732
+ 48f
2733
+ I
2734
+ 196
2735
+ I
2736
+ 49d
2737
+ I
2738
+ 19d
2739
+ I
2740
+ 4ab
2741
+ I
2742
+ 1a4
2743
+ I
2744
+ 4b9
2745
+ I
2746
+ 1ab
2747
+ I
2748
+ 4c7
2749
+ I
2750
+ 1b2
2751
+ I
2752
+ 4d5
2753
+ I
2754
+ 1b9
2755
+ I
2756
+ 4e3
2757
+ I
2758
+ 1c0
2759
+ I
2760
+ 4f1
2761
+ I
2762
+ 1c7
2763
+ I
2764
+ 4ff
2765
+ I
2766
+ 1ce
2767
+ I
2768
+ 50d
2769
+ I
2770
+ 1d5
2771
+ I
2772
+ 51b
2773
+ I
2774
+ 1dc
2775
+ I
2776
+ 529
2777
+ I
2778
+ 1e3
2779
+ I
2780
+ 537
2781
+ x
2782
+ 59
2783
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/name_parser.rb
2784
+ p
2785
+ 14
2786
+ x
2787
+ 17
2788
+ racc_action_table
2789
+ x
2790
+ 17
2791
+ racc_action_check
2792
+ x
2793
+ 19
2794
+ racc_action_pointer
2795
+ x
2796
+ 19
2797
+ racc_action_default
2798
+ x
2799
+ 15
2800
+ racc_goto_table
2801
+ x
2802
+ 15
2803
+ racc_goto_check
2804
+ x
2805
+ 17
2806
+ racc_goto_pointer
2807
+ x
2808
+ 17
2809
+ racc_goto_default
2810
+ x
2811
+ 17
2812
+ racc_reduce_table
2813
+ x
2814
+ 13
2815
+ racc_reduce_n
2816
+ x
2817
+ 12
2818
+ racc_shift_n
2819
+ x
2820
+ 16
2821
+ racc_token_table
2822
+ x
2823
+ 12
2824
+ racc_nt_base
2825
+ x
2826
+ 19
2827
+ racc_use_result_var
2828
+ x
2829
+ 13
2830
+ attach_method
2831
+ p
2832
+ 3
2833
+ I
2834
+ 2
2835
+ I
2836
+ c
2837
+ I
2838
+ 21
2839
+ x
2840
+ 59
2841
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/name_parser.rb
2842
+ p
2843
+ 0
2844
+ x
2845
+ 13
2846
+ attach_method
2847
+ p
2848
+ 7
2849
+ I
2850
+ 0
2851
+ I
2852
+ 7
2853
+ I
2854
+ 9
2855
+ I
2856
+ 9
2857
+ I
2858
+ 12
2859
+ I
2860
+ b
2861
+ I
2862
+ 2e
2863
+ x
2864
+ 59
2865
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/name_parser.rb
2866
+ p
2867
+ 0