graphql-c_parser 1.1.0 → 1.1.2

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.
@@ -371,24 +371,25 @@ enum yysymbol_kind_t
371
371
  YYSYMBOL_field_definition_list_opt = 106, /* field_definition_list_opt */
372
372
  YYSYMBOL_field_definition_list = 107, /* field_definition_list */
373
373
  YYSYMBOL_interface_type_definition = 108, /* interface_type_definition */
374
- YYSYMBOL_union_members = 109, /* union_members */
375
- YYSYMBOL_union_type_definition = 110, /* union_type_definition */
376
- YYSYMBOL_enum_type_definition = 111, /* enum_type_definition */
377
- YYSYMBOL_enum_value_definition = 112, /* enum_value_definition */
378
- YYSYMBOL_enum_value_definitions = 113, /* enum_value_definitions */
379
- YYSYMBOL_input_object_type_definition = 114, /* input_object_type_definition */
380
- YYSYMBOL_directive_definition = 115, /* directive_definition */
381
- YYSYMBOL_directive_repeatable_opt = 116, /* directive_repeatable_opt */
382
- YYSYMBOL_directive_locations = 117, /* directive_locations */
383
- YYSYMBOL_type_system_extension = 118, /* type_system_extension */
384
- YYSYMBOL_schema_extension = 119, /* schema_extension */
385
- YYSYMBOL_type_extension = 120, /* type_extension */
386
- YYSYMBOL_scalar_type_extension = 121, /* scalar_type_extension */
387
- YYSYMBOL_object_type_extension = 122, /* object_type_extension */
388
- YYSYMBOL_interface_type_extension = 123, /* interface_type_extension */
389
- YYSYMBOL_union_type_extension = 124, /* union_type_extension */
390
- YYSYMBOL_enum_type_extension = 125, /* enum_type_extension */
391
- YYSYMBOL_input_object_type_extension = 126 /* input_object_type_extension */
374
+ YYSYMBOL_pipe_opt = 109, /* pipe_opt */
375
+ YYSYMBOL_union_members = 110, /* union_members */
376
+ YYSYMBOL_union_type_definition = 111, /* union_type_definition */
377
+ YYSYMBOL_enum_type_definition = 112, /* enum_type_definition */
378
+ YYSYMBOL_enum_value_definition = 113, /* enum_value_definition */
379
+ YYSYMBOL_enum_value_definitions = 114, /* enum_value_definitions */
380
+ YYSYMBOL_input_object_type_definition = 115, /* input_object_type_definition */
381
+ YYSYMBOL_directive_definition = 116, /* directive_definition */
382
+ YYSYMBOL_directive_repeatable_opt = 117, /* directive_repeatable_opt */
383
+ YYSYMBOL_directive_locations = 118, /* directive_locations */
384
+ YYSYMBOL_type_system_extension = 119, /* type_system_extension */
385
+ YYSYMBOL_schema_extension = 120, /* schema_extension */
386
+ YYSYMBOL_type_extension = 121, /* type_extension */
387
+ YYSYMBOL_scalar_type_extension = 122, /* scalar_type_extension */
388
+ YYSYMBOL_object_type_extension = 123, /* object_type_extension */
389
+ YYSYMBOL_interface_type_extension = 124, /* interface_type_extension */
390
+ YYSYMBOL_union_type_extension = 125, /* union_type_extension */
391
+ YYSYMBOL_enum_type_extension = 126, /* enum_type_extension */
392
+ YYSYMBOL_input_object_type_extension = 127 /* input_object_type_extension */
392
393
  };
393
394
  typedef enum yysymbol_kind_t yysymbol_kind_t;
394
395
 
@@ -716,16 +717,16 @@ union yyalloc
716
717
  /* YYFINAL -- State number of the termination state. */
717
718
  #define YYFINAL 79
718
719
  /* YYLAST -- Last index in YYTABLE. */
719
- #define YYLAST 808
720
+ #define YYLAST 777
720
721
 
721
722
  /* YYNTOKENS -- Number of terminals. */
722
723
  #define YYNTOKENS 40
723
724
  /* YYNNTS -- Number of nonterminals. */
724
- #define YYNNTS 87
725
+ #define YYNNTS 88
725
726
  /* YYNRULES -- Number of rules. */
726
- #define YYNRULES 182
727
+ #define YYNRULES 184
727
728
  /* YYNSTATES -- Number of states. */
728
- #define YYNSTATES 311
729
+ #define YYNSTATES 313
729
730
 
730
731
  /* YYMAXUTOK -- Last valid token kind. */
731
732
  #define YYMAXUTOK 257
@@ -789,10 +790,10 @@ static const yytype_int16 yyrline[] =
789
790
  514, 515, 516, 517, 518, 519, 521, 524, 525, 528,
790
791
  540, 554, 555, 556, 557, 560, 568, 574, 582, 587,
791
792
  601, 602, 605, 606, 609, 623, 624, 627, 628, 629,
792
- 632, 646, 654, 659, 672, 685, 697, 698, 701, 714,
793
- 728, 729, 732, 733, 737, 738, 741, 752, 764, 765,
794
- 766, 767, 768, 769, 771, 781, 793, 805, 814, 825,
795
- 834, 845, 854
793
+ 632, 646, 647, 650, 658, 663, 676, 689, 701, 702,
794
+ 705, 718, 732, 733, 736, 737, 741, 742, 745, 756,
795
+ 768, 769, 770, 771, 772, 773, 775, 785, 797, 809,
796
+ 818, 829, 838, 849, 858
796
797
  };
797
798
  #endif
798
799
 
@@ -837,8 +838,8 @@ yysymbol_name (yysymbol_kind_t yysymbol)
837
838
  "interfaces_list", "legacy_interfaces_list", "input_value_definition",
838
839
  "input_value_definition_list", "arguments_definitions_opt",
839
840
  "field_definition", "field_definition_list_opt", "field_definition_list",
840
- "interface_type_definition", "union_members", "union_type_definition",
841
- "enum_type_definition", "enum_value_definition",
841
+ "interface_type_definition", "pipe_opt", "union_members",
842
+ "union_type_definition", "enum_type_definition", "enum_value_definition",
842
843
  "enum_value_definitions", "input_object_type_definition",
843
844
  "directive_definition", "directive_repeatable_opt",
844
845
  "directive_locations", "type_system_extension", "schema_extension",
@@ -850,7 +851,7 @@ yysymbol_name (yysymbol_kind_t yysymbol)
850
851
  }
851
852
  #endif
852
853
 
853
- #define YYPACT_NINF (-259)
854
+ #define YYPACT_NINF (-195)
854
855
 
855
856
  #define yypact_value_is_default(Yyn) \
856
857
  ((Yyn) == YYPACT_NINF)
@@ -864,38 +865,38 @@ yysymbol_name (yysymbol_kind_t yysymbol)
864
865
  STATE-NUM. */
865
866
  static const yytype_int16 yypact[] =
866
867
  {
867
- 232, 14, 737, 473, -259, -259, 7, -259, -259, 23,
868
- -259, 202, -259, -259, -259, 704, -259, -259, -259, -259,
869
- -259, 144, -259, -259, -259, -259, -259, -259, -259, -259,
870
- -259, -259, -259, -259, -259, -259, -259, -259, 704, 704,
871
- 704, 704, 7, 704, 704, -259, -259, -259, -259, -259,
872
- -259, -259, -259, -259, -259, -259, -259, -259, -259, -259,
873
- -259, -259, -259, -259, 19, 572, -259, -259, 506, -259,
874
- -259, 12, -259, -259, -259, 704, 41, 7, -259, -259,
875
- -259, 38, -259, 59, 704, 704, 704, 704, 704, 704,
876
- 7, 7, 62, 7, 73, 6, 62, 7, 605, 605,
877
- 75, 7, -259, -259, 704, 704, 7, 58, 70, -259,
878
- -259, 65, 7, 704, 7, 7, 62, 7, 62, 7,
879
- 77, 6, 91, 6, 304, 7, 7, 70, 7, 104,
880
- 122, 605, -259, 7, 114, 7, 638, -259, -259, 58,
881
- 671, -259, 117, 75, -259, 118, 80, -259, 704, -10,
882
- -259, 75, 106, 109, 113, 7, -259, 7, 133, 110,
883
- 110, 704, 260, 151, 704, 126, 183, 126, 704, 128,
884
- 75, -259, 75, 539, 7, -259, -259, 406, -259, -259,
885
- 704, -259, -259, 159, -259, -259, -259, 110, 136, 110,
886
- 110, 126, 126, 704, 770, -259, -18, 704, -259, 24,
887
- -259, 151, 704, -259, 39, -259, -259, -259, -259, 142,
888
- -259, -259, -259, -259, 75, -259, -259, -259, -259, 338,
889
- 704, -259, -259, -259, -259, 704, -259, -259, -259, -259,
890
- -259, -259, -259, -259, -259, -259, -259, -259, 605, 107,
891
- -259, 146, 66, 79, -259, -259, 142, 7, -259, -259,
892
- 167, -259, -259, -259, 704, -259, 82, 704, -259, -259,
893
- -259, 372, 149, 704, -259, 150, 704, -259, 168, -259,
894
- 170, -259, 704, -259, -259, -259, 605, 106, -259, -259,
895
- -259, -259, -259, -259, -259, 178, -259, -259, 179, 406,
896
- 440, 7, -259, 161, 170, 180, 406, 440, -259, -259,
897
- 704, -259, -259, 704, 7, 605, -259, -259, -259, 7,
898
- -259
868
+ 234, 155, 739, 475, -195, -195, 4, -195, -195, 44,
869
+ -195, 95, -195, -195, -195, 706, -195, -195, -195, -195,
870
+ -195, 15, -195, -195, -195, -195, -195, -195, -195, -195,
871
+ -195, -195, -195, -195, -195, -195, -195, -195, 706, 706,
872
+ 706, 706, 4, 706, 706, -195, -195, -195, -195, -195,
873
+ -195, -195, -195, -195, -195, -195, -195, -195, -195, -195,
874
+ -195, -195, -195, -195, 48, 574, -195, -195, 508, -195,
875
+ -195, 10, -195, -195, -195, 706, 24, 4, -195, -195,
876
+ -195, 58, -195, 81, 706, 706, 706, 706, 706, 706,
877
+ 4, 4, 77, 4, 82, 7, 77, 4, 607, 607,
878
+ 83, 4, -195, -195, 706, 706, 4, 89, 73, -195,
879
+ -195, 74, 4, 706, 4, 4, 77, 4, 77, 4,
880
+ 91, 7, 93, 7, 306, 4, 4, 73, 4, 113,
881
+ 19, 607, -195, 4, 111, 4, 640, -195, -195, 89,
882
+ 673, -195, 127, 83, -195, 138, 115, -195, 706, -15,
883
+ -195, 83, 132, 135, 136, 4, -195, 4, 166, 144,
884
+ 144, 706, 261, 176, 706, 160, 137, 160, 156, 157,
885
+ 83, -195, 83, 541, 4, -195, -195, 408, -195, -195,
886
+ 706, -195, -195, 178, -195, -195, -195, 144, 154, 144,
887
+ 144, 160, 160, 156, 205, -195, 20, 706, -195, 32,
888
+ -195, 176, 706, -195, 41, -195, -195, -195, -195, 706,
889
+ 164, -195, -195, -195, -195, 83, -195, -195, -195, -195,
890
+ 340, 706, -195, -195, -195, -195, 706, -195, -195, -195,
891
+ -195, -195, -195, -195, -195, -195, -195, -195, -195, 607,
892
+ -4, -195, 171, 105, 118, -195, -195, 164, 4, -195,
893
+ -195, 192, -195, -195, -195, 706, -195, 139, -195, 706,
894
+ -195, -195, -195, 374, 169, 706, -195, 172, 706, -195,
895
+ 195, -195, 194, -195, 706, -195, -195, -195, 607, 132,
896
+ -195, -195, -195, -195, -195, -195, -195, 200, -195, -195,
897
+ 202, 408, 442, 4, -195, 186, 194, 209, 408, 442,
898
+ -195, -195, 706, -195, -195, 706, 4, 607, -195, -195,
899
+ -195, 4, -195
899
900
  };
900
901
 
901
902
  /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
@@ -906,63 +907,63 @@ static const yytype_uint8 yydefact[] =
906
907
  127, 0, 105, 0, 15, 14, 76, 126, 16, 0,
907
908
  2, 127, 4, 6, 9, 17, 10, 7, 111, 112,
908
909
  128, 0, 120, 121, 122, 123, 124, 125, 113, 8,
909
- 164, 165, 168, 169, 170, 171, 172, 173, 0, 0,
910
+ 166, 167, 170, 171, 172, 173, 174, 175, 0, 0,
910
911
  0, 0, 76, 0, 0, 91, 89, 92, 97, 93,
911
912
  95, 90, 86, 87, 98, 94, 84, 83, 96, 85,
912
913
  88, 99, 100, 106, 0, 76, 82, 13, 0, 26,
913
914
  28, 36, 81, 29, 30, 0, 115, 77, 78, 1,
914
915
  5, 19, 18, 0, 0, 0, 0, 0, 0, 0,
915
- 76, 76, 131, 0, 0, 167, 131, 76, 0, 0,
916
+ 76, 76, 131, 0, 0, 169, 131, 76, 0, 0,
916
917
  0, 76, 12, 27, 0, 0, 76, 36, 0, 114,
917
918
  79, 0, 76, 0, 76, 76, 131, 76, 131, 76,
918
- 0, 180, 0, 182, 0, 76, 174, 0, 76, 0,
919
- 178, 0, 109, 76, 107, 76, 0, 103, 101, 36,
919
+ 0, 182, 0, 184, 0, 76, 176, 0, 76, 0,
920
+ 180, 0, 109, 76, 107, 76, 0, 103, 101, 36,
920
921
  0, 38, 0, 32, 80, 0, 0, 117, 0, 0,
921
922
  21, 0, 142, 0, 0, 76, 129, 76, 0, 127,
922
- 127, 0, 135, 133, 134, 145, 0, 145, 0, 0,
923
+ 127, 0, 135, 133, 134, 145, 0, 145, 151, 0,
923
924
  0, 108, 0, 0, 76, 37, 39, 0, 33, 35,
924
- 0, 116, 118, 0, 20, 22, 11, 127, 160, 127,
925
- 127, 145, 145, 0, 0, 156, 127, 0, 140, 127,
926
- 135, 132, 0, 138, 127, 176, 166, 175, 151, 177,
927
- 110, 104, 102, 31, 32, 45, 41, 59, 42, 0,
928
- 65, 53, 60, 43, 44, 0, 61, 50, 40, 46,
929
- 51, 48, 63, 47, 52, 49, 62, 119, 0, 127,
930
- 161, 0, 127, 127, 150, 130, 153, 76, 179, 157,
931
- 0, 181, 141, 136, 0, 148, 127, 0, 34, 55,
932
- 57, 0, 0, 66, 67, 0, 72, 73, 0, 54,
933
- 24, 143, 0, 154, 158, 155, 0, 142, 146, 149,
934
- 152, 56, 58, 64, 68, 0, 70, 74, 0, 0,
935
- 0, 76, 162, 159, 24, 0, 0, 0, 50, 69,
936
- 71, 25, 23, 0, 76, 0, 75, 163, 139, 76,
937
- 144
925
+ 0, 116, 118, 0, 20, 22, 11, 127, 162, 127,
926
+ 127, 145, 145, 151, 0, 158, 127, 0, 140, 127,
927
+ 135, 132, 0, 138, 127, 178, 168, 177, 152, 0,
928
+ 179, 110, 104, 102, 31, 32, 45, 41, 59, 42,
929
+ 0, 65, 53, 60, 43, 44, 0, 61, 50, 40,
930
+ 46, 51, 48, 63, 47, 52, 49, 62, 119, 0,
931
+ 127, 163, 0, 127, 127, 150, 130, 155, 76, 181,
932
+ 159, 0, 183, 141, 136, 0, 148, 127, 153, 0,
933
+ 34, 55, 57, 0, 0, 66, 67, 0, 72, 73,
934
+ 0, 54, 24, 143, 0, 156, 160, 157, 0, 142,
935
+ 146, 149, 154, 56, 58, 64, 68, 0, 70, 74,
936
+ 0, 0, 0, 76, 164, 161, 24, 0, 0, 0,
937
+ 50, 69, 71, 25, 23, 0, 76, 0, 75, 165,
938
+ 139, 76, 144
938
939
  };
939
940
 
940
941
  /* YYPGOTO[NTERM-NUM]. */
941
942
  static const yytype_int16 yypgoto[] =
942
943
  {
943
- -259, -259, -259, -259, 177, -259, -259, 9, -259, -259,
944
- -259, 43, -101, 60, -67, -95, -17, -259, -97, -259,
945
- 61, -258, -174, -259, -259, -259, -259, 4, -259, -259,
946
- -259, -259, -63, -259, -259, -259, -61, 34, -36, -52,
947
- -3, -170, 2, -259, -259, -259, -259, -81, -259, -259,
948
- -259, -259, 87, -138, -259, -259, 15, -259, -259, -26,
949
- 46, -259, -180, -48, -68, -41, -103, -259, -259, 27,
950
- -259, -259, -194, 32, -259, -259, -259, -259, -259, -259,
951
- -259, -259, -259, -259, -259, -259, -259
944
+ -195, -195, -195, -195, 204, -195, -195, 9, -195, -195,
945
+ -195, 68, -71, 90, -66, -93, 12, -195, -89, -195,
946
+ 94, -194, -174, -195, -195, -195, -195, 37, -195, -195,
947
+ -195, -195, -32, -195, -195, -195, -29, 34, -34, -52,
948
+ -3, -172, 2, -195, -195, -195, -195, -98, -195, -195,
949
+ -195, -195, 109, -127, -195, -195, 6, -195, -195, -54,
950
+ 80, -195, -189, -100, -35, -11, -99, -195, -195, -195,
951
+ 54, -195, -195, -183, 61, -195, -195, -195, -195, -195,
952
+ -195, -195, -195, -195, -195, -195, -195, -195
952
953
  };
953
954
 
954
955
  /* YYDEFGOTO[NTERM-NUM]. */
955
956
  static const yytype_int16 yydefgoto[] =
956
957
  {
957
958
  0, 9, 10, 11, 12, 13, 14, 61, 81, 112,
958
- 149, 150, 291, 68, 69, 178, 179, 70, 106, 140,
959
- 141, 227, 299, 229, 230, 231, 261, 232, 233, 234,
960
- 262, 263, 264, 235, 265, 266, 267, 76, 77, 78,
959
+ 149, 150, 293, 68, 69, 178, 179, 70, 106, 140,
960
+ 141, 228, 301, 230, 231, 232, 263, 233, 234, 235,
961
+ 264, 265, 266, 236, 267, 268, 269, 76, 77, 78,
961
962
  132, 62, 72, 73, 74, 16, 64, 133, 134, 17,
962
963
  18, 109, 146, 147, 19, 20, 197, 22, 23, 125,
963
- 163, 164, 198, 199, 188, 255, 205, 256, 24, 209,
964
- 25, 26, 195, 196, 27, 28, 241, 293, 29, 30,
965
- 31, 32, 33, 34, 35, 36, 37
964
+ 163, 164, 198, 199, 188, 256, 205, 257, 24, 209,
965
+ 210, 25, 26, 195, 196, 27, 28, 242, 295, 29,
966
+ 30, 31, 32, 33, 34, 35, 36, 37
966
967
  };
967
968
 
968
969
  /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
@@ -970,172 +971,166 @@ static const yytype_int16 yydefgoto[] =
970
971
  number is the opposite. If YYTABLE_NINF, syntax error. */
971
972
  static const yytype_int16 yytable[] =
972
973
  {
973
- 71, 103, 249, 228, 63, 137, 95, 236, 182, 15,
974
- 144, 248, 82, 75, 75, 21, 7, 104, 135, 252,
975
- 15, 184, 38, 79, 236, 110, 21, -77, 182, 148,
976
- 39, 298, 301, 40, 105, 90, 91, 92, 93, 306,
977
- 96, 97, 174, 110, 98, 260, 41, 42, 249, 236,
978
- 169, 43, 44, 251, 121, 123, 186, 126, 7, 252,
979
- 111, 130, 108, 252, 207, 71, 113, 101, -147, 110,
980
- 128, 110, 107, 7, 110, 211, 94, 212, 110, 124,
981
- 105, 114, 115, 116, 117, 118, 119, 282, 244, 245,
982
- 155, 236, 157, 4, 127, 273, 136, 5, 159, 100,
983
- 7, 139, 142, 4, 148, 8, 103, 5, 274, 181,
984
- 152, 278, 160, 7, 168, 8, 7, 145, 171, 236,
985
- 236, 162, 177, 180, 120, 122, 236, 236, 187, 75,
986
- 189, 129, -77, 71, 190, 138, 145, 142, 271, 239,
987
- 143, 7, 243, 193, 7, 183, 151, 204, 153, 154,
988
- 83, 156, 84, 158, 202, 145, 210, 270, 200, 165,
989
- 85, 203, 167, 86, 238, 208, 240, 170, 257, 172,
990
- 71, 272, 276, 289, 194, 145, 87, 237, 283, 286,
991
- 290, 88, 89, 296, 297, 305, 226, 303, 80, 191,
992
- 208, 192, 185, 304, 250, 294, 173, 258, 247, 253,
993
- 284, 176, -3, 226, 194, 287, 4, 201, 214, 295,
994
- 5, 194, 206, 1, 166, 279, 2, 268, 8, 254,
995
- 246, 242, 269, 3, 309, 4, 0, 0, 226, 5,
996
- 0, 0, 0, 0, 0, 6, 7, 8, 0, 0,
997
- 0, 0, 0, 1, 0, 0, 2, 0, 0, 0,
998
- 0, 277, 0, 3, 280, 4, 0, 194, 0, 5,
999
- 285, 0, 0, 288, 0, 6, 7, 8, 0, 292,
1000
- 226, 254, -137, 0, 0, -137, 0, -137, 0, 0,
1001
- 0, 275, 0, 0, -137, -137, 0, 0, 0, 0,
1002
- -137, 0, 0, 0, 0, 0, -137, 288, 226, 226,
1003
- 307, 0, 0, 0, 0, 226, 226, 161, 0, 0,
1004
- 45, 0, 46, 0, 0, 47, 48, 0, 49, 50,
1005
- 51, 52, 0, 53, 0, 302, 0, 4, 54, 66,
1006
- 0, 5, 0, 0, 55, 0, 56, 57, 308, 8,
1007
- 58, 59, 60, 310, 45, 0, 46, 0, 0, 47,
1008
- 215, 216, 49, 217, 51, 52, 218, 53, 219, 220,
1009
- 0, 4, 221, 222, 0, 5, 259, 0, 55, 0,
1010
- 56, 57, 223, 8, 224, 59, 60, 225, 45, 0,
1011
- 46, 0, 0, 47, 215, 216, 49, 217, 51, 52,
1012
- 218, 53, 219, 220, 0, 4, 221, 222, 0, 5,
1013
- 281, 0, 55, 0, 56, 57, 223, 8, 224, 59,
1014
- 60, 225, 45, 0, 46, 0, 0, 47, 215, 216,
1015
- 49, 217, 51, 52, 218, 53, 219, 220, 0, 4,
1016
- 221, 222, 0, 5, 0, 0, 55, 0, 56, 57,
1017
- 223, 8, 224, 59, 60, 225, 45, 0, 46, 0,
1018
- 0, 47, 215, 216, 49, 217, 51, 52, 218, 53,
1019
- 219, 300, 0, 4, 221, 222, 0, 5, 0, 0,
1020
- 55, 0, 56, 57, 223, 8, 224, 59, 60, 45,
1021
- 0, 46, 65, 0, 47, 48, 0, 49, 50, 51,
1022
- 52, 0, 53, 0, 0, 0, 4, 54, 66, 0,
1023
- 5, 0, 67, 55, 0, 56, 57, 0, 8, 58,
1024
- 59, 60, 45, 0, 46, 65, 0, 47, 48, 0,
1025
- 49, 50, 51, 52, 0, 53, 0, 0, 0, 4,
1026
- 54, 66, 0, 5, 0, 102, 55, 0, 56, 57,
1027
- 0, 8, 58, 59, 60, 45, 0, 46, 65, 0,
1028
- 47, 48, 0, 49, 50, 51, 52, 0, 53, 0,
1029
- 0, 0, 4, 54, 66, 0, 5, 0, 213, 55,
1030
- 0, 56, 57, 0, 8, 58, 59, 60, 45, 75,
1031
- 46, 0, 0, 47, 48, 0, 49, 50, 51, 52,
1032
- 0, 53, 0, 0, 0, 4, 54, 99, 0, 5,
1033
- 0, 0, 55, 0, 56, 57, 0, 8, 58, 59,
1034
- 60, 45, 0, 46, 0, 0, 47, 48, 0, 49,
1035
- 50, 51, 52, 0, 53, 131, 0, 0, 4, 54,
1036
- 66, 0, 5, 0, 0, 55, 0, 56, 57, 0,
974
+ 71, 135, 103, 229, 63, 237, 21, 137, 95, 15,
975
+ 253, 75, 82, 250, 75, 104, 184, 21, 144, 182,
976
+ 15, 83, 237, 84, 148, 110, 75, 273, -77, -77,
977
+ 7, 85, 105, 169, 86, 90, 91, 92, 93, 182,
978
+ 96, 97, 128, 110, 79, 108, 262, 87, 237, 249,
979
+ 174, 253, 88, 89, 7, 253, 121, 123, 186, 126,
980
+ 250, 252, 155, 130, 157, 71, 7, 101, 207, 110,
981
+ -147, 110, 107, 98, 110, 7, 94, 212, 110, 213,
982
+ 111, 114, 115, 116, 117, 118, 119, 240, 113, 284,
983
+ 244, 237, 245, 246, 124, -3, 4, 300, 303, 100,
984
+ 5, 139, 142, 127, 136, 308, 1, 103, 8, 2,
985
+ 152, 105, 159, 148, 160, 171, 3, 145, 4, 237,
986
+ 237, 162, 5, 168, 120, 122, 237, 237, 6, 7,
987
+ 8, 129, 177, 71, 275, 138, 145, 142, 4, 7,
988
+ 143, 272, 5, 180, 181, 183, 151, 276, 153, 154,
989
+ 8, 156, 7, 158, 187, 145, 189, 190, 200, 165,
990
+ 4, 203, 167, 38, 5, 194, 206, 170, 280, 172,
991
+ 71, 39, 8, 7, 40, 145, 193, 238, 7, 202,
992
+ 296, 204, 208, 239, 241, 211, 227, 41, 42, 191,
993
+ 259, 192, 43, 44, 251, 194, 274, 278, 285, 254,
994
+ 291, 288, 194, 227, 292, 298, 258, 299, 215, 311,
995
+ 255, 45, 305, 46, 307, 80, 47, 185, 270, 49,
996
+ 218, 51, 52, 271, 53, 306, 173, 260, 4, 227,
997
+ 223, 248, 5, 286, 176, 55, 166, 56, 57, 289,
998
+ 8, 201, 59, 60, 297, 1, 281, 247, 2, 194,
999
+ 243, 0, 279, 0, 0, 3, 282, 4, 0, 0,
1000
+ 0, 5, 287, 255, 0, 290, 0, 6, 7, 8,
1001
+ 0, 294, 227, -137, 0, 0, -137, 0, -137, 0,
1002
+ 0, 0, 277, 0, 0, -137, -137, 0, 0, 0,
1003
+ 0, -137, 0, 0, 0, 0, 0, -137, 0, 290,
1004
+ 227, 227, 309, 0, 0, 0, 0, 227, 227, 161,
1005
+ 0, 0, 45, 0, 46, 0, 0, 47, 48, 0,
1006
+ 49, 50, 51, 52, 0, 53, 0, 304, 0, 4,
1007
+ 54, 66, 0, 5, 0, 0, 55, 0, 56, 57,
1008
+ 310, 8, 58, 59, 60, 312, 45, 0, 46, 0,
1009
+ 0, 47, 216, 217, 49, 218, 51, 52, 219, 53,
1010
+ 220, 221, 0, 4, 222, 223, 0, 5, 261, 0,
1011
+ 55, 0, 56, 57, 224, 8, 225, 59, 60, 226,
1012
+ 45, 0, 46, 0, 0, 47, 216, 217, 49, 218,
1013
+ 51, 52, 219, 53, 220, 221, 0, 4, 222, 223,
1014
+ 0, 5, 283, 0, 55, 0, 56, 57, 224, 8,
1015
+ 225, 59, 60, 226, 45, 0, 46, 0, 0, 47,
1016
+ 216, 217, 49, 218, 51, 52, 219, 53, 220, 221,
1017
+ 0, 4, 222, 223, 0, 5, 0, 0, 55, 0,
1018
+ 56, 57, 224, 8, 225, 59, 60, 226, 45, 0,
1019
+ 46, 0, 0, 47, 216, 217, 49, 218, 51, 52,
1020
+ 219, 53, 220, 302, 0, 4, 222, 223, 0, 5,
1021
+ 0, 0, 55, 0, 56, 57, 224, 8, 225, 59,
1022
+ 60, 45, 0, 46, 65, 0, 47, 48, 0, 49,
1023
+ 50, 51, 52, 0, 53, 0, 0, 0, 4, 54,
1024
+ 66, 0, 5, 0, 67, 55, 0, 56, 57, 0,
1037
1025
  8, 58, 59, 60, 45, 0, 46, 65, 0, 47,
1038
1026
  48, 0, 49, 50, 51, 52, 0, 53, 0, 0,
1039
- 0, 4, 54, 66, 0, 5, 0, 0, 55, 0,
1027
+ 0, 4, 54, 66, 0, 5, 0, 102, 55, 0,
1040
1028
  56, 57, 0, 8, 58, 59, 60, 45, 0, 46,
1041
- 0, 0, 47, 48, 0, 49, 50, 51, 52, 0,
1029
+ 65, 0, 47, 48, 0, 49, 50, 51, 52, 0,
1042
1030
  53, 0, 0, 0, 4, 54, 66, 0, 5, 0,
1043
- 0, 55, 175, 56, 57, 0, 8, 58, 59, 60,
1044
- 45, 0, 46, 0, 0, 47, 48, 0, 49, 50,
1045
- 51, 52, 0, 53, 0, 0, 0, 4, 54, 66,
1031
+ 214, 55, 0, 56, 57, 0, 8, 58, 59, 60,
1032
+ 45, 75, 46, 0, 0, 47, 48, 0, 49, 50,
1033
+ 51, 52, 0, 53, 0, 0, 0, 4, 54, 99,
1046
1034
  0, 5, 0, 0, 55, 0, 56, 57, 0, 8,
1047
1035
  58, 59, 60, 45, 0, 46, 0, 0, 47, 48,
1048
- 0, 49, 50, 51, 52, 0, 53, 0, 0, 0,
1049
- 4, 54, 0, 0, 5, 0, 0, 55, 0, 56,
1050
- 57, 0, 8, 58, 59, 60, 45, 0, 46, 0,
1051
- 0, 47, 0, 0, 49, 217, 51, 52, 0, 53,
1052
- 0, 0, 0, 4, 0, 222, 0, 5, 0, 0,
1053
- 55, 0, 56, 57, 0, 8, 0, 59, 60
1036
+ 0, 49, 50, 51, 52, 0, 53, 131, 0, 0,
1037
+ 4, 54, 66, 0, 5, 0, 0, 55, 0, 56,
1038
+ 57, 0, 8, 58, 59, 60, 45, 0, 46, 65,
1039
+ 0, 47, 48, 0, 49, 50, 51, 52, 0, 53,
1040
+ 0, 0, 0, 4, 54, 66, 0, 5, 0, 0,
1041
+ 55, 0, 56, 57, 0, 8, 58, 59, 60, 45,
1042
+ 0, 46, 0, 0, 47, 48, 0, 49, 50, 51,
1043
+ 52, 0, 53, 0, 0, 0, 4, 54, 66, 0,
1044
+ 5, 0, 0, 55, 175, 56, 57, 0, 8, 58,
1045
+ 59, 60, 45, 0, 46, 0, 0, 47, 48, 0,
1046
+ 49, 50, 51, 52, 0, 53, 0, 0, 0, 4,
1047
+ 54, 66, 0, 5, 0, 0, 55, 0, 56, 57,
1048
+ 0, 8, 58, 59, 60, 45, 0, 46, 0, 0,
1049
+ 47, 48, 0, 49, 50, 51, 52, 0, 53, 0,
1050
+ 0, 0, 4, 54, 0, 0, 5, 0, 0, 55,
1051
+ 0, 56, 57, 0, 8, 58, 59, 60
1054
1052
  };
1055
1053
 
1056
1054
  static const yytype_int16 yycheck[] =
1057
1055
  {
1058
- 3, 68, 196, 177, 2, 100, 42, 177, 146, 0,
1059
- 107, 29, 15, 7, 7, 0, 34, 5, 99, 199,
1060
- 11, 31, 8, 0, 194, 77, 11, 21, 166, 39,
1061
- 16, 289, 290, 19, 22, 38, 39, 40, 41, 297,
1062
- 43, 44, 139, 95, 25, 219, 32, 33, 242, 219,
1063
- 131, 37, 38, 29, 90, 91, 151, 93, 34, 239,
1064
- 22, 97, 21, 243, 167, 68, 7, 65, 29, 121,
1065
- 96, 123, 75, 34, 126, 170, 42, 172, 130, 17,
1066
- 22, 84, 85, 86, 87, 88, 89, 261, 191, 192,
1067
- 116, 261, 118, 23, 21, 29, 21, 27, 21, 65,
1068
- 34, 104, 105, 23, 39, 35, 173, 27, 29, 29,
1069
- 113, 29, 21, 34, 10, 35, 34, 108, 4, 289,
1070
- 290, 124, 5, 5, 90, 91, 296, 297, 22, 7,
1071
- 21, 97, 10, 136, 21, 101, 127, 140, 31, 187,
1072
- 106, 34, 190, 10, 34, 148, 112, 21, 114, 115,
1073
- 6, 117, 8, 119, 3, 146, 28, 238, 161, 125,
1074
- 16, 164, 128, 19, 5, 168, 30, 133, 26, 135,
1075
- 173, 25, 5, 5, 159, 166, 32, 180, 29, 29,
1076
- 10, 37, 38, 5, 5, 5, 177, 26, 11, 155,
1077
- 193, 157, 149, 294, 197, 276, 136, 214, 194, 202,
1078
- 263, 140, 0, 194, 189, 266, 23, 161, 174, 277,
1079
- 27, 196, 29, 11, 127, 256, 14, 220, 35, 204,
1080
- 193, 189, 225, 21, 305, 23, -1, -1, 219, 27,
1081
- -1, -1, -1, -1, -1, 33, 34, 35, -1, -1,
1082
- -1, -1, -1, 11, -1, -1, 14, -1, -1, -1,
1083
- -1, 254, -1, 21, 257, 23, -1, 242, -1, 27,
1084
- 263, -1, -1, 266, -1, 33, 34, 35, -1, 272,
1085
- 261, 256, 12, -1, -1, 15, -1, 17, -1, -1,
1086
- -1, 247, -1, -1, 24, 25, -1, -1, -1, -1,
1087
- 30, -1, -1, -1, -1, -1, 36, 300, 289, 290,
1088
- 303, -1, -1, -1, -1, 296, 297, 3, -1, -1,
1089
- 6, -1, 8, -1, -1, 11, 12, -1, 14, 15,
1090
- 16, 17, -1, 19, -1, 291, -1, 23, 24, 25,
1091
- -1, 27, -1, -1, 30, -1, 32, 33, 304, 35,
1092
- 36, 37, 38, 309, 6, -1, 8, -1, -1, 11,
1056
+ 3, 99, 68, 177, 2, 177, 0, 100, 42, 0,
1057
+ 199, 7, 15, 196, 7, 5, 31, 11, 107, 146,
1058
+ 11, 6, 194, 8, 39, 77, 7, 31, 21, 10,
1059
+ 34, 16, 22, 131, 19, 38, 39, 40, 41, 166,
1060
+ 43, 44, 96, 95, 0, 21, 220, 32, 220, 29,
1061
+ 139, 240, 37, 38, 34, 244, 90, 91, 151, 93,
1062
+ 243, 29, 116, 97, 118, 68, 34, 65, 167, 121,
1063
+ 29, 123, 75, 25, 126, 34, 42, 170, 130, 172,
1064
+ 22, 84, 85, 86, 87, 88, 89, 187, 7, 263,
1065
+ 190, 263, 191, 192, 17, 0, 23, 291, 292, 65,
1066
+ 27, 104, 105, 21, 21, 299, 11, 173, 35, 14,
1067
+ 113, 22, 21, 39, 21, 4, 21, 108, 23, 291,
1068
+ 292, 124, 27, 10, 90, 91, 298, 299, 33, 34,
1069
+ 35, 97, 5, 136, 29, 101, 127, 140, 23, 34,
1070
+ 106, 239, 27, 5, 29, 148, 112, 29, 114, 115,
1071
+ 35, 117, 34, 119, 22, 146, 21, 21, 161, 125,
1072
+ 23, 164, 128, 8, 27, 159, 29, 133, 29, 135,
1073
+ 173, 16, 35, 34, 19, 166, 10, 180, 34, 3,
1074
+ 278, 21, 26, 5, 30, 28, 177, 32, 33, 155,
1075
+ 26, 157, 37, 38, 197, 189, 25, 5, 29, 202,
1076
+ 5, 29, 196, 194, 10, 5, 209, 5, 174, 307,
1077
+ 204, 6, 26, 8, 5, 11, 11, 149, 221, 14,
1078
+ 15, 16, 17, 226, 19, 296, 136, 215, 23, 220,
1079
+ 25, 194, 27, 265, 140, 30, 127, 32, 33, 268,
1080
+ 35, 161, 37, 38, 279, 11, 257, 193, 14, 243,
1081
+ 189, -1, 255, -1, -1, 21, 259, 23, -1, -1,
1082
+ -1, 27, 265, 257, -1, 268, -1, 33, 34, 35,
1083
+ -1, 274, 263, 12, -1, -1, 15, -1, 17, -1,
1084
+ -1, -1, 248, -1, -1, 24, 25, -1, -1, -1,
1085
+ -1, 30, -1, -1, -1, -1, -1, 36, -1, 302,
1086
+ 291, 292, 305, -1, -1, -1, -1, 298, 299, 3,
1087
+ -1, -1, 6, -1, 8, -1, -1, 11, 12, -1,
1088
+ 14, 15, 16, 17, -1, 19, -1, 293, -1, 23,
1089
+ 24, 25, -1, 27, -1, -1, 30, -1, 32, 33,
1090
+ 306, 35, 36, 37, 38, 311, 6, -1, 8, -1,
1091
+ -1, 11, 12, 13, 14, 15, 16, 17, 18, 19,
1092
+ 20, 21, -1, 23, 24, 25, -1, 27, 28, -1,
1093
+ 30, -1, 32, 33, 34, 35, 36, 37, 38, 39,
1094
+ 6, -1, 8, -1, -1, 11, 12, 13, 14, 15,
1095
+ 16, 17, 18, 19, 20, 21, -1, 23, 24, 25,
1096
+ -1, 27, 28, -1, 30, -1, 32, 33, 34, 35,
1097
+ 36, 37, 38, 39, 6, -1, 8, -1, -1, 11,
1093
1098
  12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
1094
- -1, 23, 24, 25, -1, 27, 28, -1, 30, -1,
1099
+ -1, 23, 24, 25, -1, 27, -1, -1, 30, -1,
1095
1100
  32, 33, 34, 35, 36, 37, 38, 39, 6, -1,
1096
1101
  8, -1, -1, 11, 12, 13, 14, 15, 16, 17,
1097
1102
  18, 19, 20, 21, -1, 23, 24, 25, -1, 27,
1098
- 28, -1, 30, -1, 32, 33, 34, 35, 36, 37,
1099
- 38, 39, 6, -1, 8, -1, -1, 11, 12, 13,
1100
- 14, 15, 16, 17, 18, 19, 20, 21, -1, 23,
1101
- 24, 25, -1, 27, -1, -1, 30, -1, 32, 33,
1102
- 34, 35, 36, 37, 38, 39, 6, -1, 8, -1,
1103
- -1, 11, 12, 13, 14, 15, 16, 17, 18, 19,
1104
- 20, 21, -1, 23, 24, 25, -1, 27, -1, -1,
1105
- 30, -1, 32, 33, 34, 35, 36, 37, 38, 6,
1106
- -1, 8, 9, -1, 11, 12, -1, 14, 15, 16,
1107
- 17, -1, 19, -1, -1, -1, 23, 24, 25, -1,
1108
- 27, -1, 29, 30, -1, 32, 33, -1, 35, 36,
1109
- 37, 38, 6, -1, 8, 9, -1, 11, 12, -1,
1110
- 14, 15, 16, 17, -1, 19, -1, -1, -1, 23,
1111
- 24, 25, -1, 27, -1, 29, 30, -1, 32, 33,
1112
- -1, 35, 36, 37, 38, 6, -1, 8, 9, -1,
1113
- 11, 12, -1, 14, 15, 16, 17, -1, 19, -1,
1114
- -1, -1, 23, 24, 25, -1, 27, -1, 29, 30,
1115
- -1, 32, 33, -1, 35, 36, 37, 38, 6, 7,
1116
- 8, -1, -1, 11, 12, -1, 14, 15, 16, 17,
1117
- -1, 19, -1, -1, -1, 23, 24, 25, -1, 27,
1118
- -1, -1, 30, -1, 32, 33, -1, 35, 36, 37,
1119
- 38, 6, -1, 8, -1, -1, 11, 12, -1, 14,
1120
- 15, 16, 17, -1, 19, 20, -1, -1, 23, 24,
1121
- 25, -1, 27, -1, -1, 30, -1, 32, 33, -1,
1103
+ -1, -1, 30, -1, 32, 33, 34, 35, 36, 37,
1104
+ 38, 6, -1, 8, 9, -1, 11, 12, -1, 14,
1105
+ 15, 16, 17, -1, 19, -1, -1, -1, 23, 24,
1106
+ 25, -1, 27, -1, 29, 30, -1, 32, 33, -1,
1122
1107
  35, 36, 37, 38, 6, -1, 8, 9, -1, 11,
1123
1108
  12, -1, 14, 15, 16, 17, -1, 19, -1, -1,
1124
- -1, 23, 24, 25, -1, 27, -1, -1, 30, -1,
1109
+ -1, 23, 24, 25, -1, 27, -1, 29, 30, -1,
1125
1110
  32, 33, -1, 35, 36, 37, 38, 6, -1, 8,
1126
- -1, -1, 11, 12, -1, 14, 15, 16, 17, -1,
1111
+ 9, -1, 11, 12, -1, 14, 15, 16, 17, -1,
1127
1112
  19, -1, -1, -1, 23, 24, 25, -1, 27, -1,
1128
- -1, 30, 31, 32, 33, -1, 35, 36, 37, 38,
1129
- 6, -1, 8, -1, -1, 11, 12, -1, 14, 15,
1113
+ 29, 30, -1, 32, 33, -1, 35, 36, 37, 38,
1114
+ 6, 7, 8, -1, -1, 11, 12, -1, 14, 15,
1130
1115
  16, 17, -1, 19, -1, -1, -1, 23, 24, 25,
1131
1116
  -1, 27, -1, -1, 30, -1, 32, 33, -1, 35,
1132
1117
  36, 37, 38, 6, -1, 8, -1, -1, 11, 12,
1133
- -1, 14, 15, 16, 17, -1, 19, -1, -1, -1,
1134
- 23, 24, -1, -1, 27, -1, -1, 30, -1, 32,
1135
- 33, -1, 35, 36, 37, 38, 6, -1, 8, -1,
1136
- -1, 11, -1, -1, 14, 15, 16, 17, -1, 19,
1137
- -1, -1, -1, 23, -1, 25, -1, 27, -1, -1,
1138
- 30, -1, 32, 33, -1, 35, -1, 37, 38
1118
+ -1, 14, 15, 16, 17, -1, 19, 20, -1, -1,
1119
+ 23, 24, 25, -1, 27, -1, -1, 30, -1, 32,
1120
+ 33, -1, 35, 36, 37, 38, 6, -1, 8, 9,
1121
+ -1, 11, 12, -1, 14, 15, 16, 17, -1, 19,
1122
+ -1, -1, -1, 23, 24, 25, -1, 27, -1, -1,
1123
+ 30, -1, 32, 33, -1, 35, 36, 37, 38, 6,
1124
+ -1, 8, -1, -1, 11, 12, -1, 14, 15, 16,
1125
+ 17, -1, 19, -1, -1, -1, 23, 24, 25, -1,
1126
+ 27, -1, -1, 30, 31, 32, 33, -1, 35, 36,
1127
+ 37, 38, 6, -1, 8, -1, -1, 11, 12, -1,
1128
+ 14, 15, 16, 17, -1, 19, -1, -1, -1, 23,
1129
+ 24, 25, -1, 27, -1, -1, 30, -1, 32, 33,
1130
+ -1, 35, 36, 37, 38, 6, -1, 8, -1, -1,
1131
+ 11, 12, -1, 14, 15, 16, 17, -1, 19, -1,
1132
+ -1, -1, 23, 24, -1, -1, 27, -1, -1, 30,
1133
+ -1, 32, 33, -1, 35, 36, 37, 38
1139
1134
  };
1140
1135
 
1141
1136
  /* YYSTOS[STATE-NUM] -- The symbol kind of the accessing symbol of
@@ -1144,8 +1139,8 @@ static const yytype_int8 yystos[] =
1144
1139
  {
1145
1140
  0, 11, 14, 21, 23, 27, 33, 34, 35, 41,
1146
1141
  42, 43, 44, 45, 46, 47, 85, 89, 90, 94,
1147
- 95, 96, 97, 98, 108, 110, 111, 114, 115, 118,
1148
- 119, 120, 121, 122, 123, 124, 125, 126, 8, 16,
1142
+ 95, 96, 97, 98, 108, 111, 112, 115, 116, 119,
1143
+ 120, 121, 122, 123, 124, 125, 126, 127, 8, 16,
1149
1144
  19, 32, 33, 37, 38, 6, 8, 11, 12, 14,
1150
1145
  15, 16, 17, 19, 24, 30, 32, 33, 36, 37,
1151
1146
  38, 47, 81, 82, 86, 9, 25, 29, 53, 54,
@@ -1161,19 +1156,19 @@ static const yytype_int8 yystos[] =
1161
1156
  21, 3, 80, 100, 101, 77, 92, 77, 10, 87,
1162
1157
  77, 4, 77, 53, 58, 31, 60, 5, 55, 56,
1163
1158
  5, 29, 93, 80, 31, 51, 55, 22, 104, 21,
1164
- 21, 77, 77, 10, 96, 112, 113, 96, 102, 103,
1165
- 80, 100, 3, 80, 21, 106, 29, 106, 80, 109,
1166
- 28, 55, 55, 29, 77, 12, 13, 15, 18, 20,
1167
- 21, 24, 25, 34, 36, 39, 47, 61, 62, 63,
1168
- 64, 65, 67, 68, 69, 73, 81, 80, 5, 103,
1169
- 30, 116, 113, 103, 106, 106, 109, 67, 29, 112,
1170
- 80, 29, 102, 80, 96, 105, 107, 26, 56, 28,
1171
- 62, 66, 70, 71, 72, 74, 75, 76, 80, 80,
1172
- 87, 31, 25, 29, 29, 77, 5, 80, 29, 105,
1173
- 80, 28, 62, 29, 72, 80, 29, 76, 80, 5,
1174
- 10, 52, 80, 117, 87, 104, 5, 5, 61, 62,
1175
- 21, 61, 77, 26, 52, 5, 61, 80, 77, 87,
1176
- 77
1159
+ 21, 77, 77, 10, 96, 113, 114, 96, 102, 103,
1160
+ 80, 100, 3, 80, 21, 106, 29, 106, 26, 109,
1161
+ 110, 28, 55, 55, 29, 77, 12, 13, 15, 18,
1162
+ 20, 21, 24, 25, 34, 36, 39, 47, 61, 62,
1163
+ 63, 64, 65, 67, 68, 69, 73, 81, 80, 5,
1164
+ 103, 30, 117, 114, 103, 106, 106, 110, 67, 29,
1165
+ 113, 80, 29, 102, 80, 96, 105, 107, 80, 26,
1166
+ 56, 28, 62, 66, 70, 71, 72, 74, 75, 76,
1167
+ 80, 80, 87, 31, 25, 29, 29, 77, 5, 80,
1168
+ 29, 105, 80, 28, 62, 29, 72, 80, 29, 76,
1169
+ 80, 5, 10, 52, 80, 118, 87, 104, 5, 5,
1170
+ 61, 62, 21, 61, 77, 26, 52, 5, 61, 80,
1171
+ 77, 87, 77
1177
1172
  };
1178
1173
 
1179
1174
  /* YYR1[RULE-NUM] -- Symbol kind of the left-hand side of rule RULE-NUM. */
@@ -1194,10 +1189,10 @@ static const yytype_int8 yyr1[] =
1194
1189
  94, 94, 94, 94, 94, 94, 95, 96, 96, 97,
1195
1190
  98, 99, 99, 99, 99, 100, 100, 101, 101, 102,
1196
1191
  103, 103, 104, 104, 105, 106, 106, 107, 107, 107,
1197
- 108, 109, 109, 110, 111, 112, 113, 113, 114, 115,
1198
- 116, 116, 117, 117, 118, 118, 119, 119, 120, 120,
1199
- 120, 120, 120, 120, 121, 122, 123, 124, 124, 125,
1200
- 125, 126, 126
1192
+ 108, 109, 109, 110, 110, 111, 112, 113, 114, 114,
1193
+ 115, 116, 117, 117, 118, 118, 119, 119, 120, 120,
1194
+ 121, 121, 121, 121, 121, 121, 122, 123, 124, 125,
1195
+ 125, 126, 126, 127, 127
1201
1196
  };
1202
1197
 
1203
1198
  /* YYR2[RULE-NUM] -- Number of symbols on the right-hand side of rule RULE-NUM. */
@@ -1218,10 +1213,10 @@ static const yytype_int8 yyr2[] =
1218
1213
  1, 1, 1, 1, 1, 1, 1, 0, 1, 4,
1219
1214
  6, 0, 3, 2, 2, 1, 3, 1, 2, 6,
1220
1215
  1, 2, 0, 3, 6, 0, 3, 0, 1, 2,
1221
- 6, 1, 3, 6, 7, 3, 1, 2, 7, 8,
1222
- 0, 1, 1, 3, 1, 1, 6, 3, 1, 1,
1223
- 1, 1, 1, 1, 4, 6, 6, 6, 4, 7,
1224
- 4, 7, 4
1216
+ 6, 0, 1, 2, 3, 6, 7, 3, 1, 2,
1217
+ 7, 8, 0, 1, 1, 3, 1, 1, 6, 3,
1218
+ 1, 1, 1, 1, 1, 1, 4, 6, 6, 6,
1219
+ 4, 7, 4, 7, 4
1225
1220
  };
1226
1221
 
1227
1222
 
@@ -1918,7 +1913,7 @@ yyreduce:
1918
1913
  case 2: /* start: document */
1919
1914
  #line 103 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
1920
1915
  { rb_ivar_set(parser, rb_intern("@result"), yyvsp[0]); }
1921
- #line 1922 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1916
+ #line 1917 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1922
1917
  break;
1923
1918
 
1924
1919
  case 3: /* document: definitions_list */
@@ -1935,19 +1930,19 @@ yyreduce:
1935
1930
  }
1936
1931
  yyval = MAKE_AST_NODE(Document, 3, line, col, yyvsp[0]);
1937
1932
  }
1938
- #line 1939 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1933
+ #line 1934 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1939
1934
  break;
1940
1935
 
1941
1936
  case 4: /* definitions_list: definition */
1942
1937
  #line 119 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
1943
1938
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
1944
- #line 1945 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1939
+ #line 1940 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1945
1940
  break;
1946
1941
 
1947
1942
  case 5: /* definitions_list: definitions_list definition */
1948
1943
  #line 120 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
1949
1944
  { rb_ary_push(yyval, yyvsp[0]); }
1950
- #line 1951 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1945
+ #line 1946 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1951
1946
  break;
1952
1947
 
1953
1948
  case 11: /* operation_definition: operation_type operation_name_opt variable_definitions_opt directives_list_opt selection_set */
@@ -1963,7 +1958,7 @@ yyreduce:
1963
1958
  yyvsp[0]
1964
1959
  );
1965
1960
  }
1966
- #line 1967 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1961
+ #line 1962 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1967
1962
  break;
1968
1963
 
1969
1964
  case 12: /* operation_definition: LCURLY selection_list RCURLY */
@@ -1979,7 +1974,7 @@ yyreduce:
1979
1974
  yyvsp[-1]
1980
1975
  );
1981
1976
  }
1982
- #line 1983 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1977
+ #line 1978 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1983
1978
  break;
1984
1979
 
1985
1980
  case 13: /* operation_definition: LCURLY RCURLY */
@@ -1995,37 +1990,37 @@ yyreduce:
1995
1990
  GraphQL_Language_Nodes_NONE
1996
1991
  );
1997
1992
  }
1998
- #line 1999 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1993
+ #line 1994 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1999
1994
  break;
2000
1995
 
2001
1996
  case 17: /* operation_name_opt: %empty */
2002
1997
  #line 172 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2003
1998
  { yyval = Qnil; }
2004
- #line 2005 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
1999
+ #line 2000 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2005
2000
  break;
2006
2001
 
2007
2002
  case 19: /* variable_definitions_opt: %empty */
2008
2003
  #line 176 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2009
2004
  { yyval = GraphQL_Language_Nodes_NONE; }
2010
- #line 2011 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2005
+ #line 2006 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2011
2006
  break;
2012
2007
 
2013
2008
  case 20: /* variable_definitions_opt: LPAREN variable_definitions_list RPAREN */
2014
2009
  #line 177 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2015
2010
  { yyval = yyvsp[-1]; }
2016
- #line 2017 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2011
+ #line 2012 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2017
2012
  break;
2018
2013
 
2019
2014
  case 21: /* variable_definitions_list: variable_definition */
2020
2015
  #line 180 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2021
2016
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2022
- #line 2023 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2017
+ #line 2018 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2023
2018
  break;
2024
2019
 
2025
2020
  case 22: /* variable_definitions_list: variable_definitions_list variable_definition */
2026
2021
  #line 181 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2027
2022
  { rb_ary_push(yyval, yyvsp[0]); }
2028
- #line 2029 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2023
+ #line 2024 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2029
2024
  break;
2030
2025
 
2031
2026
  case 23: /* variable_definition: VAR_SIGN name COLON type default_value_opt directives_list_opt */
@@ -2040,43 +2035,43 @@ yyreduce:
2040
2035
  yyvsp[0]
2041
2036
  );
2042
2037
  }
2043
- #line 2044 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2038
+ #line 2039 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2044
2039
  break;
2045
2040
 
2046
2041
  case 24: /* default_value_opt: %empty */
2047
2042
  #line 196 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2048
2043
  { yyval = Qnil; }
2049
- #line 2050 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2044
+ #line 2045 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2050
2045
  break;
2051
2046
 
2052
2047
  case 25: /* default_value_opt: EQUALS literal_value */
2053
2048
  #line 197 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2054
2049
  { yyval = yyvsp[0]; }
2055
- #line 2056 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2050
+ #line 2051 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2056
2051
  break;
2057
2052
 
2058
2053
  case 26: /* selection_list: selection */
2059
2054
  #line 200 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2060
2055
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2061
- #line 2062 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2056
+ #line 2057 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2062
2057
  break;
2063
2058
 
2064
2059
  case 27: /* selection_list: selection_list selection */
2065
2060
  #line 201 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2066
2061
  { rb_ary_push(yyval, yyvsp[0]); }
2067
- #line 2068 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2062
+ #line 2063 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2068
2063
  break;
2069
2064
 
2070
2065
  case 31: /* selection_set: LCURLY selection_list RCURLY */
2071
2066
  #line 209 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2072
2067
  { yyval = yyvsp[-1]; }
2073
- #line 2074 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2068
+ #line 2069 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2074
2069
  break;
2075
2070
 
2076
2071
  case 32: /* selection_set_opt: %empty */
2077
2072
  #line 212 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2078
2073
  { yyval = rb_ary_new(); }
2079
- #line 2080 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2074
+ #line 2075 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2080
2075
  break;
2081
2076
 
2082
2077
  case 34: /* field: name COLON name arguments_opt directives_list_opt selection_set_opt */
@@ -2092,7 +2087,7 @@ yyreduce:
2092
2087
  yyvsp[0] // subselections
2093
2088
  );
2094
2089
  }
2095
- #line 2096 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2090
+ #line 2091 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2096
2091
  break;
2097
2092
 
2098
2093
  case 35: /* field: name arguments_opt directives_list_opt selection_set_opt */
@@ -2108,31 +2103,31 @@ yyreduce:
2108
2103
  yyvsp[0] // subselections
2109
2104
  );
2110
2105
  }
2111
- #line 2112 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2106
+ #line 2107 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2112
2107
  break;
2113
2108
 
2114
2109
  case 36: /* arguments_opt: %empty */
2115
2110
  #line 240 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2116
2111
  { yyval = GraphQL_Language_Nodes_NONE; }
2117
- #line 2118 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2112
+ #line 2113 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2118
2113
  break;
2119
2114
 
2120
2115
  case 37: /* arguments_opt: LPAREN arguments_list RPAREN */
2121
2116
  #line 241 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2122
2117
  { yyval = yyvsp[-1]; }
2123
- #line 2124 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2118
+ #line 2119 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2124
2119
  break;
2125
2120
 
2126
2121
  case 38: /* arguments_list: argument */
2127
2122
  #line 244 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2128
2123
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2129
- #line 2130 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2124
+ #line 2125 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2130
2125
  break;
2131
2126
 
2132
2127
  case 39: /* arguments_list: arguments_list argument */
2133
2128
  #line 245 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2134
2129
  { rb_ary_push(yyval, yyvsp[0]); }
2135
- #line 2136 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2130
+ #line 2131 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2136
2131
  break;
2137
2132
 
2138
2133
  case 40: /* argument: name COLON input_value */
@@ -2145,37 +2140,37 @@ yyreduce:
2145
2140
  yyvsp[0]
2146
2141
  );
2147
2142
  }
2148
- #line 2149 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2143
+ #line 2144 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2149
2144
  break;
2150
2145
 
2151
2146
  case 41: /* literal_value: FLOAT */
2152
2147
  #line 258 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2153
2148
  { yyval = rb_funcall(rb_ary_entry(yyvsp[0], 3), rb_intern("to_f"), 0); }
2154
- #line 2155 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2149
+ #line 2150 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2155
2150
  break;
2156
2151
 
2157
2152
  case 42: /* literal_value: INT */
2158
2153
  #line 259 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2159
2154
  { yyval = rb_funcall(rb_ary_entry(yyvsp[0], 3), rb_intern("to_i"), 0); }
2160
- #line 2161 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2155
+ #line 2156 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2161
2156
  break;
2162
2157
 
2163
2158
  case 43: /* literal_value: STRING */
2164
2159
  #line 260 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2165
2160
  { yyval = rb_ary_entry(yyvsp[0], 3); }
2166
- #line 2167 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2161
+ #line 2162 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2167
2162
  break;
2168
2163
 
2169
2164
  case 44: /* literal_value: TRUE_LITERAL */
2170
2165
  #line 261 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2171
2166
  { yyval = Qtrue; }
2172
- #line 2173 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2167
+ #line 2168 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2173
2168
  break;
2174
2169
 
2175
2170
  case 45: /* literal_value: FALSE_LITERAL */
2176
2171
  #line 262 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2177
2172
  { yyval = Qfalse; }
2178
- #line 2179 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2173
+ #line 2174 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2179
2174
  break;
2180
2175
 
2181
2176
  case 53: /* null_value: NULL_LITERAL */
@@ -2187,7 +2182,7 @@ yyreduce:
2187
2182
  rb_ary_entry(yyvsp[0], 3)
2188
2183
  );
2189
2184
  }
2190
- #line 2191 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2185
+ #line 2186 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2191
2186
  break;
2192
2187
 
2193
2188
  case 54: /* variable: VAR_SIGN name */
@@ -2199,31 +2194,31 @@ yyreduce:
2199
2194
  rb_ary_entry(yyvsp[0], 3)
2200
2195
  );
2201
2196
  }
2202
- #line 2203 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2197
+ #line 2198 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2203
2198
  break;
2204
2199
 
2205
2200
  case 55: /* list_value: LBRACKET RBRACKET */
2206
2201
  #line 290 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2207
2202
  { yyval = GraphQL_Language_Nodes_NONE; }
2208
- #line 2209 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2203
+ #line 2204 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2209
2204
  break;
2210
2205
 
2211
2206
  case 56: /* list_value: LBRACKET list_value_list RBRACKET */
2212
2207
  #line 291 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2213
2208
  { yyval = yyvsp[-1]; }
2214
- #line 2215 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2209
+ #line 2210 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2215
2210
  break;
2216
2211
 
2217
2212
  case 57: /* list_value_list: input_value */
2218
2213
  #line 294 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2219
2214
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2220
- #line 2221 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2215
+ #line 2216 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2221
2216
  break;
2222
2217
 
2223
2218
  case 58: /* list_value_list: list_value_list input_value */
2224
2219
  #line 295 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2225
2220
  { rb_ary_push(yyval, yyvsp[0]); }
2226
- #line 2227 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2221
+ #line 2222 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2227
2222
  break;
2228
2223
 
2229
2224
  case 63: /* enum_value: enum_name */
@@ -2235,7 +2230,7 @@ yyreduce:
2235
2230
  rb_ary_entry(yyvsp[0], 3)
2236
2231
  );
2237
2232
  }
2238
- #line 2239 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2233
+ #line 2234 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2239
2234
  break;
2240
2235
 
2241
2236
  case 64: /* object_value: LCURLY object_value_list_opt RCURLY */
@@ -2247,25 +2242,25 @@ yyreduce:
2247
2242
  yyvsp[-1]
2248
2243
  );
2249
2244
  }
2250
- #line 2251 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2245
+ #line 2246 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2251
2246
  break;
2252
2247
 
2253
2248
  case 65: /* object_value_list_opt: %empty */
2254
2249
  #line 321 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2255
2250
  { yyval = GraphQL_Language_Nodes_NONE; }
2256
- #line 2257 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2251
+ #line 2252 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2257
2252
  break;
2258
2253
 
2259
2254
  case 67: /* object_value_list: object_value_field */
2260
2255
  #line 325 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2261
2256
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2262
- #line 2263 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2257
+ #line 2258 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2263
2258
  break;
2264
2259
 
2265
2260
  case 68: /* object_value_list: object_value_list object_value_field */
2266
2261
  #line 326 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2267
2262
  { rb_ary_push(yyval, yyvsp[0]); }
2268
- #line 2269 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2263
+ #line 2264 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2269
2264
  break;
2270
2265
 
2271
2266
  case 69: /* object_value_field: name COLON input_value */
@@ -2278,7 +2273,7 @@ yyreduce:
2278
2273
  yyvsp[0]
2279
2274
  );
2280
2275
  }
2281
- #line 2282 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2276
+ #line 2277 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2282
2277
  break;
2283
2278
 
2284
2279
  case 70: /* object_literal_value: LCURLY object_literal_value_list_opt RCURLY */
@@ -2290,25 +2285,25 @@ yyreduce:
2290
2285
  yyvsp[-1]
2291
2286
  );
2292
2287
  }
2293
- #line 2294 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2288
+ #line 2289 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2294
2289
  break;
2295
2290
 
2296
2291
  case 71: /* object_literal_value_list_opt: %empty */
2297
2292
  #line 349 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2298
2293
  { yyval = GraphQL_Language_Nodes_NONE; }
2299
- #line 2300 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2294
+ #line 2295 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2300
2295
  break;
2301
2296
 
2302
2297
  case 73: /* object_literal_value_list: object_literal_value_field */
2303
2298
  #line 353 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2304
2299
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2305
- #line 2306 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2300
+ #line 2301 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2306
2301
  break;
2307
2302
 
2308
2303
  case 74: /* object_literal_value_list: object_literal_value_list object_literal_value_field */
2309
2304
  #line 354 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2310
2305
  { rb_ary_push(yyval, yyvsp[0]); }
2311
- #line 2312 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2306
+ #line 2307 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2312
2307
  break;
2313
2308
 
2314
2309
  case 75: /* object_literal_value_field: name COLON literal_value */
@@ -2321,25 +2316,25 @@ yyreduce:
2321
2316
  yyvsp[0]
2322
2317
  );
2323
2318
  }
2324
- #line 2325 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2319
+ #line 2320 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2325
2320
  break;
2326
2321
 
2327
2322
  case 76: /* directives_list_opt: %empty */
2328
2323
  #line 368 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2329
2324
  { yyval = GraphQL_Language_Nodes_NONE; }
2330
- #line 2331 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2325
+ #line 2326 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2331
2326
  break;
2332
2327
 
2333
2328
  case 78: /* directives_list: directive */
2334
2329
  #line 372 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2335
2330
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2336
- #line 2337 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2331
+ #line 2332 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2337
2332
  break;
2338
2333
 
2339
2334
  case 79: /* directives_list: directives_list directive */
2340
2335
  #line 373 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2341
2336
  { rb_ary_push(yyval, yyvsp[0]); }
2342
- #line 2343 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2337
+ #line 2338 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2343
2338
  break;
2344
2339
 
2345
2340
  case 80: /* directive: DIR_SIGN name arguments_opt */
@@ -2352,7 +2347,7 @@ yyreduce:
2352
2347
  yyvsp[0]
2353
2348
  );
2354
2349
  }
2355
- #line 2356 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2350
+ #line 2351 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2356
2351
  break;
2357
2352
 
2358
2353
  case 101: /* fragment_spread: ELLIPSIS name_without_on directives_list_opt */
@@ -2365,7 +2360,7 @@ yyreduce:
2365
2360
  yyvsp[0]
2366
2361
  );
2367
2362
  }
2368
- #line 2369 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2363
+ #line 2364 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2369
2364
  break;
2370
2365
 
2371
2366
  case 102: /* inline_fragment: ELLIPSIS ON type directives_list_opt selection_set */
@@ -2379,7 +2374,7 @@ yyreduce:
2379
2374
  yyvsp[0]
2380
2375
  );
2381
2376
  }
2382
- #line 2383 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2377
+ #line 2378 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2383
2378
  break;
2384
2379
 
2385
2380
  case 103: /* inline_fragment: ELLIPSIS directives_list_opt selection_set */
@@ -2393,7 +2388,7 @@ yyreduce:
2393
2388
  yyvsp[0]
2394
2389
  );
2395
2390
  }
2396
- #line 2397 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2391
+ #line 2392 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2397
2392
  break;
2398
2393
 
2399
2394
  case 104: /* fragment_definition: FRAGMENT fragment_name_opt ON type directives_list_opt selection_set */
@@ -2408,25 +2403,25 @@ yyreduce:
2408
2403
  yyvsp[0]
2409
2404
  );
2410
2405
  }
2411
- #line 2412 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2406
+ #line 2407 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2412
2407
  break;
2413
2408
 
2414
2409
  case 105: /* fragment_name_opt: %empty */
2415
2410
  #line 454 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2416
2411
  { yyval = Qnil; }
2417
- #line 2418 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2412
+ #line 2413 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2418
2413
  break;
2419
2414
 
2420
2415
  case 106: /* fragment_name_opt: name_without_on */
2421
2416
  #line 455 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2422
2417
  { yyval = rb_ary_entry(yyvsp[0], 3); }
2423
- #line 2424 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2418
+ #line 2419 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2424
2419
  break;
2425
2420
 
2426
2421
  case 108: /* type: nullable_type BANG */
2427
2422
  #line 459 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2428
2423
  { yyval = MAKE_AST_NODE(NonNullType, 3, rb_funcall(yyvsp[-1], rb_intern("line"), 0), rb_funcall(yyvsp[-1], rb_intern("col"), 0), yyvsp[-1]); }
2429
- #line 2430 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2424
+ #line 2425 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2430
2425
  break;
2431
2426
 
2432
2427
  case 109: /* nullable_type: name */
@@ -2438,7 +2433,7 @@ yyreduce:
2438
2433
  rb_ary_entry(yyvsp[0], 3)
2439
2434
  );
2440
2435
  }
2441
- #line 2442 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2436
+ #line 2437 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2442
2437
  break;
2443
2438
 
2444
2439
  case 110: /* nullable_type: LBRACKET type RBRACKET */
@@ -2450,7 +2445,7 @@ yyreduce:
2450
2445
  yyvsp[-1]
2451
2446
  );
2452
2447
  }
2453
- #line 2454 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2448
+ #line 2449 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2454
2449
  break;
2455
2450
 
2456
2451
  case 114: /* schema_definition: SCHEMA directives_list_opt operation_type_definition_list_opt */
@@ -2466,19 +2461,19 @@ yyreduce:
2466
2461
  yyvsp[-1]
2467
2462
  );
2468
2463
  }
2469
- #line 2470 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2464
+ #line 2465 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2470
2465
  break;
2471
2466
 
2472
2467
  case 115: /* operation_type_definition_list_opt: %empty */
2473
2468
  #line 496 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2474
2469
  { yyval = rb_hash_new(); }
2475
- #line 2476 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2470
+ #line 2471 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2476
2471
  break;
2477
2472
 
2478
2473
  case 116: /* operation_type_definition_list_opt: LCURLY operation_type_definition_list RCURLY */
2479
2474
  #line 497 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2480
2475
  { yyval = yyvsp[-1]; }
2481
- #line 2482 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2476
+ #line 2477 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2482
2477
  break;
2483
2478
 
2484
2479
  case 117: /* operation_type_definition_list: operation_type_definition */
@@ -2487,7 +2482,7 @@ yyreduce:
2487
2482
  yyval = rb_hash_new();
2488
2483
  rb_hash_aset(yyval, rb_ary_entry(yyvsp[0], 0), rb_ary_entry(yyvsp[0], 1));
2489
2484
  }
2490
- #line 2491 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2485
+ #line 2486 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2491
2486
  break;
2492
2487
 
2493
2488
  case 118: /* operation_type_definition_list: operation_type_definition_list operation_type_definition */
@@ -2495,7 +2490,7 @@ yyreduce:
2495
2490
  {
2496
2491
  rb_hash_aset(yyval, rb_ary_entry(yyvsp[0], 0), rb_ary_entry(yyvsp[0], 1));
2497
2492
  }
2498
- #line 2499 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2493
+ #line 2494 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2499
2494
  break;
2500
2495
 
2501
2496
  case 119: /* operation_type_definition: operation_type COLON name */
@@ -2503,13 +2498,13 @@ yyreduce:
2503
2498
  {
2504
2499
  yyval = rb_ary_new_from_args(2, rb_ary_entry(yyvsp[-2], 3), rb_ary_entry(yyvsp[0], 3));
2505
2500
  }
2506
- #line 2507 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2501
+ #line 2502 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2507
2502
  break;
2508
2503
 
2509
2504
  case 127: /* description_opt: %empty */
2510
2505
  #line 524 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2511
2506
  { yyval = Qnil; }
2512
- #line 2513 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2507
+ #line 2508 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2513
2508
  break;
2514
2509
 
2515
2510
  case 129: /* scalar_type_definition: description_opt SCALAR name directives_list_opt */
@@ -2524,7 +2519,7 @@ yyreduce:
2524
2519
  yyvsp[0]
2525
2520
  );
2526
2521
  }
2527
- #line 2528 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2522
+ #line 2523 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2528
2523
  break;
2529
2524
 
2530
2525
  case 130: /* object_type_definition: description_opt TYPE_LITERAL name implements_opt directives_list_opt field_definition_list_opt */
@@ -2541,31 +2536,31 @@ yyreduce:
2541
2536
  yyvsp[0]
2542
2537
  );
2543
2538
  }
2544
- #line 2545 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2539
+ #line 2540 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2545
2540
  break;
2546
2541
 
2547
2542
  case 131: /* implements_opt: %empty */
2548
2543
  #line 554 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2549
2544
  { yyval = GraphQL_Language_Nodes_NONE; }
2550
- #line 2551 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2545
+ #line 2546 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2551
2546
  break;
2552
2547
 
2553
2548
  case 132: /* implements_opt: IMPLEMENTS AMP interfaces_list */
2554
2549
  #line 555 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2555
2550
  { yyval = yyvsp[0]; }
2556
- #line 2557 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2551
+ #line 2552 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2557
2552
  break;
2558
2553
 
2559
2554
  case 133: /* implements_opt: IMPLEMENTS interfaces_list */
2560
2555
  #line 556 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2561
2556
  { yyval = yyvsp[0]; }
2562
- #line 2563 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2557
+ #line 2558 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2563
2558
  break;
2564
2559
 
2565
2560
  case 134: /* implements_opt: IMPLEMENTS legacy_interfaces_list */
2566
2561
  #line 557 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2567
2562
  { yyval = yyvsp[0]; }
2568
- #line 2569 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2563
+ #line 2564 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2569
2564
  break;
2570
2565
 
2571
2566
  case 135: /* interfaces_list: name */
@@ -2578,7 +2573,7 @@ yyreduce:
2578
2573
  );
2579
2574
  yyval = rb_ary_new_from_args(1, new_name);
2580
2575
  }
2581
- #line 2582 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2576
+ #line 2577 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2582
2577
  break;
2583
2578
 
2584
2579
  case 136: /* interfaces_list: interfaces_list AMP name */
@@ -2587,7 +2582,7 @@ yyreduce:
2587
2582
  VALUE new_name = MAKE_AST_NODE(TypeName, 3, rb_ary_entry(yyvsp[0], 1), rb_ary_entry(yyvsp[0], 2), rb_ary_entry(yyvsp[0], 3));
2588
2583
  rb_ary_push(yyval, new_name);
2589
2584
  }
2590
- #line 2591 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2585
+ #line 2586 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2591
2586
  break;
2592
2587
 
2593
2588
  case 137: /* legacy_interfaces_list: name */
@@ -2600,7 +2595,7 @@ yyreduce:
2600
2595
  );
2601
2596
  yyval = rb_ary_new_from_args(1, new_name);
2602
2597
  }
2603
- #line 2604 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2598
+ #line 2599 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2604
2599
  break;
2605
2600
 
2606
2601
  case 138: /* legacy_interfaces_list: legacy_interfaces_list name */
@@ -2608,7 +2603,7 @@ yyreduce:
2608
2603
  {
2609
2604
  rb_ary_push(yyval, MAKE_AST_NODE(TypeName, 3, rb_ary_entry(yyvsp[0], 1), rb_ary_entry(yyvsp[0], 2), rb_ary_entry(yyvsp[0], 3)));
2610
2605
  }
2611
- #line 2612 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2606
+ #line 2607 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2612
2607
  break;
2613
2608
 
2614
2609
  case 139: /* input_value_definition: description_opt name COLON type default_value_opt directives_list_opt */
@@ -2625,31 +2620,31 @@ yyreduce:
2625
2620
  yyvsp[0]
2626
2621
  );
2627
2622
  }
2628
- #line 2629 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2623
+ #line 2624 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2629
2624
  break;
2630
2625
 
2631
2626
  case 140: /* input_value_definition_list: input_value_definition */
2632
2627
  #line 601 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2633
2628
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2634
- #line 2635 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2629
+ #line 2630 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2635
2630
  break;
2636
2631
 
2637
2632
  case 141: /* input_value_definition_list: input_value_definition_list input_value_definition */
2638
2633
  #line 602 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2639
2634
  { rb_ary_push(yyval, yyvsp[0]); }
2640
- #line 2641 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2635
+ #line 2636 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2641
2636
  break;
2642
2637
 
2643
2638
  case 142: /* arguments_definitions_opt: %empty */
2644
2639
  #line 605 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2645
2640
  { yyval = GraphQL_Language_Nodes_NONE; }
2646
- #line 2647 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2641
+ #line 2642 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2647
2642
  break;
2648
2643
 
2649
2644
  case 143: /* arguments_definitions_opt: LPAREN input_value_definition_list RPAREN */
2650
2645
  #line 606 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2651
2646
  { yyval = yyvsp[-1]; }
2652
- #line 2653 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2647
+ #line 2648 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2653
2648
  break;
2654
2649
 
2655
2650
  case 144: /* field_definition: description_opt name arguments_definitions_opt COLON type directives_list_opt */
@@ -2666,37 +2661,37 @@ yyreduce:
2666
2661
  yyvsp[0]
2667
2662
  );
2668
2663
  }
2669
- #line 2670 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2664
+ #line 2665 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2670
2665
  break;
2671
2666
 
2672
2667
  case 145: /* field_definition_list_opt: %empty */
2673
2668
  #line 623 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2674
2669
  { yyval = GraphQL_Language_Nodes_NONE; }
2675
- #line 2676 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2670
+ #line 2671 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2676
2671
  break;
2677
2672
 
2678
2673
  case 146: /* field_definition_list_opt: LCURLY field_definition_list RCURLY */
2679
2674
  #line 624 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2680
2675
  { yyval = yyvsp[-1]; }
2681
- #line 2682 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2676
+ #line 2677 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2682
2677
  break;
2683
2678
 
2684
2679
  case 147: /* field_definition_list: %empty */
2685
2680
  #line 627 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2686
2681
  { yyval = GraphQL_Language_Nodes_NONE; }
2687
- #line 2688 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2682
+ #line 2683 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2688
2683
  break;
2689
2684
 
2690
2685
  case 148: /* field_definition_list: field_definition */
2691
2686
  #line 628 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2692
2687
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2693
- #line 2694 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2688
+ #line 2689 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2694
2689
  break;
2695
2690
 
2696
2691
  case 149: /* field_definition_list: field_definition_list field_definition */
2697
2692
  #line 629 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2698
2693
  { rb_ary_push(yyval, yyvsp[0]); }
2699
- #line 2700 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2694
+ #line 2695 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2700
2695
  break;
2701
2696
 
2702
2697
  case 150: /* interface_type_definition: description_opt INTERFACE name implements_opt directives_list_opt field_definition_list_opt */
@@ -2713,12 +2708,24 @@ yyreduce:
2713
2708
  yyvsp[0]
2714
2709
  );
2715
2710
  }
2716
- #line 2717 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2711
+ #line 2712 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2717
2712
  break;
2718
2713
 
2719
- case 151: /* union_members: name */
2714
+ case 151: /* pipe_opt: %empty */
2720
2715
  #line 646 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2721
- {
2716
+ { yyval = GraphQL_Language_Nodes_NONE; }
2717
+ #line 2718 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2718
+ break;
2719
+
2720
+ case 152: /* pipe_opt: PIPE */
2721
+ #line 647 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2722
+ { yyval = GraphQL_Language_Nodes_NONE; }
2723
+ #line 2724 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2724
+ break;
2725
+
2726
+ case 153: /* union_members: pipe_opt name */
2727
+ #line 650 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2728
+ {
2722
2729
  VALUE new_member = MAKE_AST_NODE(TypeName, 3,
2723
2730
  rb_ary_entry(yyvsp[0], 1),
2724
2731
  rb_ary_entry(yyvsp[0], 2),
@@ -2726,19 +2733,19 @@ yyreduce:
2726
2733
  );
2727
2734
  yyval = rb_ary_new_from_args(1, new_member);
2728
2735
  }
2729
- #line 2730 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2736
+ #line 2737 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2730
2737
  break;
2731
2738
 
2732
- case 152: /* union_members: union_members PIPE name */
2733
- #line 654 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2739
+ case 154: /* union_members: union_members PIPE name */
2740
+ #line 658 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2734
2741
  {
2735
2742
  rb_ary_push(yyval, MAKE_AST_NODE(TypeName, 3, rb_ary_entry(yyvsp[0], 1), rb_ary_entry(yyvsp[0], 2), rb_ary_entry(yyvsp[0], 3)));
2736
2743
  }
2737
- #line 2738 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2744
+ #line 2745 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2738
2745
  break;
2739
2746
 
2740
- case 153: /* union_type_definition: description_opt UNION name directives_list_opt EQUALS union_members */
2741
- #line 659 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2747
+ case 155: /* union_type_definition: description_opt UNION name directives_list_opt EQUALS union_members */
2748
+ #line 663 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2742
2749
  {
2743
2750
  yyval = MAKE_AST_NODE(UnionTypeDefinition, 6,
2744
2751
  rb_ary_entry(yyvsp[-4], 1),
@@ -2750,11 +2757,11 @@ yyreduce:
2750
2757
  yyvsp[-2]
2751
2758
  );
2752
2759
  }
2753
- #line 2754 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2760
+ #line 2761 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2754
2761
  break;
2755
2762
 
2756
- case 154: /* enum_type_definition: description_opt ENUM name directives_list_opt LCURLY enum_value_definitions RCURLY */
2757
- #line 672 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2763
+ case 156: /* enum_type_definition: description_opt ENUM name directives_list_opt LCURLY enum_value_definitions RCURLY */
2764
+ #line 676 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2758
2765
  {
2759
2766
  yyval = MAKE_AST_NODE(EnumTypeDefinition, 6,
2760
2767
  rb_ary_entry(yyvsp[-5], 1),
@@ -2766,11 +2773,11 @@ yyreduce:
2766
2773
  yyvsp[-1]
2767
2774
  );
2768
2775
  }
2769
- #line 2770 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2776
+ #line 2777 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2770
2777
  break;
2771
2778
 
2772
- case 155: /* enum_value_definition: description_opt enum_name directives_list_opt */
2773
- #line 685 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2779
+ case 157: /* enum_value_definition: description_opt enum_name directives_list_opt */
2780
+ #line 689 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2774
2781
  {
2775
2782
  yyval = MAKE_AST_NODE(EnumValueDefinition, 5,
2776
2783
  rb_ary_entry(yyvsp[-1], 1),
@@ -2781,23 +2788,23 @@ yyreduce:
2781
2788
  yyvsp[0]
2782
2789
  );
2783
2790
  }
2784
- #line 2785 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2791
+ #line 2792 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2785
2792
  break;
2786
2793
 
2787
- case 156: /* enum_value_definitions: enum_value_definition */
2788
- #line 697 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2794
+ case 158: /* enum_value_definitions: enum_value_definition */
2795
+ #line 701 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2789
2796
  { yyval = rb_ary_new_from_args(1, yyvsp[0]); }
2790
- #line 2791 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2797
+ #line 2798 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2791
2798
  break;
2792
2799
 
2793
- case 157: /* enum_value_definitions: enum_value_definitions enum_value_definition */
2794
- #line 698 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2800
+ case 159: /* enum_value_definitions: enum_value_definitions enum_value_definition */
2801
+ #line 702 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2795
2802
  { rb_ary_push(yyval, yyvsp[0]); }
2796
- #line 2797 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2803
+ #line 2804 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2797
2804
  break;
2798
2805
 
2799
- case 158: /* input_object_type_definition: description_opt INPUT name directives_list_opt LCURLY input_value_definition_list RCURLY */
2800
- #line 701 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2806
+ case 160: /* input_object_type_definition: description_opt INPUT name directives_list_opt LCURLY input_value_definition_list RCURLY */
2807
+ #line 705 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2801
2808
  {
2802
2809
  yyval = MAKE_AST_NODE(InputObjectTypeDefinition, 6,
2803
2810
  rb_ary_entry(yyvsp[-5], 1),
@@ -2809,11 +2816,11 @@ yyreduce:
2809
2816
  yyvsp[-1]
2810
2817
  );
2811
2818
  }
2812
- #line 2813 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2819
+ #line 2820 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2813
2820
  break;
2814
2821
 
2815
- case 159: /* directive_definition: description_opt DIRECTIVE DIR_SIGN name arguments_definitions_opt directive_repeatable_opt ON directive_locations */
2816
- #line 714 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2822
+ case 161: /* directive_definition: description_opt DIRECTIVE DIR_SIGN name arguments_definitions_opt directive_repeatable_opt ON directive_locations */
2823
+ #line 718 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2817
2824
  {
2818
2825
  yyval = MAKE_AST_NODE(DirectiveDefinition, 7,
2819
2826
  rb_ary_entry(yyvsp[-6], 1),
@@ -2826,35 +2833,35 @@ yyreduce:
2826
2833
  yyvsp[0]
2827
2834
  );
2828
2835
  }
2829
- #line 2830 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2836
+ #line 2837 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2830
2837
  break;
2831
2838
 
2832
- case 160: /* directive_repeatable_opt: %empty */
2833
- #line 728 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2839
+ case 162: /* directive_repeatable_opt: %empty */
2840
+ #line 732 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2834
2841
  { yyval = Qnil; }
2835
- #line 2836 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2842
+ #line 2843 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2836
2843
  break;
2837
2844
 
2838
- case 161: /* directive_repeatable_opt: REPEATABLE */
2839
- #line 729 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2845
+ case 163: /* directive_repeatable_opt: REPEATABLE */
2846
+ #line 733 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2840
2847
  { yyval = Qtrue; }
2841
- #line 2842 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2848
+ #line 2849 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2842
2849
  break;
2843
2850
 
2844
- case 162: /* directive_locations: name */
2845
- #line 732 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2851
+ case 164: /* directive_locations: name */
2852
+ #line 736 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2846
2853
  { yyval = rb_ary_new_from_args(1, MAKE_AST_NODE(DirectiveLocation, 3, rb_ary_entry(yyvsp[0], 1), rb_ary_entry(yyvsp[0], 2), rb_ary_entry(yyvsp[0], 3))); }
2847
- #line 2848 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2854
+ #line 2855 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2848
2855
  break;
2849
2856
 
2850
- case 163: /* directive_locations: directive_locations PIPE name */
2851
- #line 733 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2857
+ case 165: /* directive_locations: directive_locations PIPE name */
2858
+ #line 737 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2852
2859
  { rb_ary_push(yyval, MAKE_AST_NODE(DirectiveLocation, 3, rb_ary_entry(yyvsp[0], 1), rb_ary_entry(yyvsp[0], 2), rb_ary_entry(yyvsp[0], 3))); }
2853
- #line 2854 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2860
+ #line 2861 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2854
2861
  break;
2855
2862
 
2856
- case 166: /* schema_extension: EXTEND SCHEMA directives_list_opt LCURLY operation_type_definition_list RCURLY */
2857
- #line 741 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2863
+ case 168: /* schema_extension: EXTEND SCHEMA directives_list_opt LCURLY operation_type_definition_list RCURLY */
2864
+ #line 745 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2858
2865
  {
2859
2866
  yyval = MAKE_AST_NODE(SchemaExtension, 6,
2860
2867
  rb_ary_entry(yyvsp[-5], 1),
@@ -2866,11 +2873,11 @@ yyreduce:
2866
2873
  yyvsp[-3]
2867
2874
  );
2868
2875
  }
2869
- #line 2870 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2876
+ #line 2877 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2870
2877
  break;
2871
2878
 
2872
- case 167: /* schema_extension: EXTEND SCHEMA directives_list */
2873
- #line 752 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2879
+ case 169: /* schema_extension: EXTEND SCHEMA directives_list */
2880
+ #line 756 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2874
2881
  {
2875
2882
  yyval = MAKE_AST_NODE(SchemaExtension, 6,
2876
2883
  rb_ary_entry(yyvsp[-2], 1),
@@ -2881,11 +2888,11 @@ yyreduce:
2881
2888
  yyvsp[0]
2882
2889
  );
2883
2890
  }
2884
- #line 2885 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2891
+ #line 2892 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2885
2892
  break;
2886
2893
 
2887
- case 174: /* scalar_type_extension: EXTEND SCALAR name directives_list */
2888
- #line 771 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2894
+ case 176: /* scalar_type_extension: EXTEND SCALAR name directives_list */
2895
+ #line 775 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2889
2896
  {
2890
2897
  yyval = MAKE_AST_NODE(ScalarTypeExtension, 4,
2891
2898
  rb_ary_entry(yyvsp[-3], 1),
@@ -2894,11 +2901,11 @@ yyreduce:
2894
2901
  yyvsp[0]
2895
2902
  );
2896
2903
  }
2897
- #line 2898 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2904
+ #line 2905 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2898
2905
  break;
2899
2906
 
2900
- case 175: /* object_type_extension: EXTEND TYPE_LITERAL name implements_opt directives_list_opt field_definition_list_opt */
2901
- #line 781 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2907
+ case 177: /* object_type_extension: EXTEND TYPE_LITERAL name implements_opt directives_list_opt field_definition_list_opt */
2908
+ #line 785 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2902
2909
  {
2903
2910
  yyval = MAKE_AST_NODE(ObjectTypeExtension, 6,
2904
2911
  rb_ary_entry(yyvsp[-5], 1),
@@ -2909,11 +2916,11 @@ yyreduce:
2909
2916
  yyvsp[0]
2910
2917
  );
2911
2918
  }
2912
- #line 2913 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2919
+ #line 2920 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2913
2920
  break;
2914
2921
 
2915
- case 176: /* interface_type_extension: EXTEND INTERFACE name implements_opt directives_list_opt field_definition_list_opt */
2916
- #line 793 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2922
+ case 178: /* interface_type_extension: EXTEND INTERFACE name implements_opt directives_list_opt field_definition_list_opt */
2923
+ #line 797 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2917
2924
  {
2918
2925
  yyval = MAKE_AST_NODE(InterfaceTypeExtension, 6,
2919
2926
  rb_ary_entry(yyvsp[-5], 1),
@@ -2924,11 +2931,11 @@ yyreduce:
2924
2931
  yyvsp[0]
2925
2932
  );
2926
2933
  }
2927
- #line 2928 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2934
+ #line 2935 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2928
2935
  break;
2929
2936
 
2930
- case 177: /* union_type_extension: EXTEND UNION name directives_list_opt EQUALS union_members */
2931
- #line 805 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2937
+ case 179: /* union_type_extension: EXTEND UNION name directives_list_opt EQUALS union_members */
2938
+ #line 809 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2932
2939
  {
2933
2940
  yyval = MAKE_AST_NODE(UnionTypeExtension, 5,
2934
2941
  rb_ary_entry(yyvsp[-5], 1),
@@ -2938,11 +2945,11 @@ yyreduce:
2938
2945
  yyvsp[-2]
2939
2946
  );
2940
2947
  }
2941
- #line 2942 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2948
+ #line 2949 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2942
2949
  break;
2943
2950
 
2944
- case 178: /* union_type_extension: EXTEND UNION name directives_list */
2945
- #line 814 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2951
+ case 180: /* union_type_extension: EXTEND UNION name directives_list */
2952
+ #line 818 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2946
2953
  {
2947
2954
  yyval = MAKE_AST_NODE(UnionTypeExtension, 5,
2948
2955
  rb_ary_entry(yyvsp[-3], 1),
@@ -2952,11 +2959,11 @@ yyreduce:
2952
2959
  yyvsp[0]
2953
2960
  );
2954
2961
  }
2955
- #line 2956 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2962
+ #line 2963 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2956
2963
  break;
2957
2964
 
2958
- case 179: /* enum_type_extension: EXTEND ENUM name directives_list_opt LCURLY enum_value_definitions RCURLY */
2959
- #line 825 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2965
+ case 181: /* enum_type_extension: EXTEND ENUM name directives_list_opt LCURLY enum_value_definitions RCURLY */
2966
+ #line 829 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2960
2967
  {
2961
2968
  yyval = MAKE_AST_NODE(EnumTypeExtension, 5,
2962
2969
  rb_ary_entry(yyvsp[-6], 1),
@@ -2966,11 +2973,11 @@ yyreduce:
2966
2973
  yyvsp[-1]
2967
2974
  );
2968
2975
  }
2969
- #line 2970 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2976
+ #line 2977 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2970
2977
  break;
2971
2978
 
2972
- case 180: /* enum_type_extension: EXTEND ENUM name directives_list */
2973
- #line 834 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2979
+ case 182: /* enum_type_extension: EXTEND ENUM name directives_list */
2980
+ #line 838 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2974
2981
  {
2975
2982
  yyval = MAKE_AST_NODE(EnumTypeExtension, 5,
2976
2983
  rb_ary_entry(yyvsp[-3], 1),
@@ -2980,11 +2987,11 @@ yyreduce:
2980
2987
  GraphQL_Language_Nodes_NONE
2981
2988
  );
2982
2989
  }
2983
- #line 2984 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2990
+ #line 2991 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2984
2991
  break;
2985
2992
 
2986
- case 181: /* input_object_type_extension: EXTEND INPUT name directives_list_opt LCURLY input_value_definition_list RCURLY */
2987
- #line 845 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2993
+ case 183: /* input_object_type_extension: EXTEND INPUT name directives_list_opt LCURLY input_value_definition_list RCURLY */
2994
+ #line 849 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
2988
2995
  {
2989
2996
  yyval = MAKE_AST_NODE(InputObjectTypeExtension, 5,
2990
2997
  rb_ary_entry(yyvsp[-6], 1),
@@ -2994,11 +3001,11 @@ yyreduce:
2994
3001
  yyvsp[-1]
2995
3002
  );
2996
3003
  }
2997
- #line 2998 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
3004
+ #line 3005 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
2998
3005
  break;
2999
3006
 
3000
- case 182: /* input_object_type_extension: EXTEND INPUT name directives_list */
3001
- #line 854 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
3007
+ case 184: /* input_object_type_extension: EXTEND INPUT name directives_list */
3008
+ #line 858 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
3002
3009
  {
3003
3010
  yyval = MAKE_AST_NODE(InputObjectTypeExtension, 5,
3004
3011
  rb_ary_entry(yyvsp[-3], 1),
@@ -3008,11 +3015,11 @@ yyreduce:
3008
3015
  GraphQL_Language_Nodes_NONE
3009
3016
  );
3010
3017
  }
3011
- #line 3012 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
3018
+ #line 3019 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
3012
3019
  break;
3013
3020
 
3014
3021
 
3015
- #line 3016 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
3022
+ #line 3023 "graphql-c_parser/ext/graphql_c_parser_ext/parser.c"
3016
3023
 
3017
3024
  default: break;
3018
3025
  }
@@ -3236,7 +3243,7 @@ yyreturnlab:
3236
3243
  return yyresult;
3237
3244
  }
3238
3245
 
3239
- #line 864 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
3246
+ #line 868 "graphql-c_parser/ext/graphql_c_parser_ext/parser.y"
3240
3247
 
3241
3248
 
3242
3249
  // Custom functions
@@ -3250,7 +3257,7 @@ int yylex (YYSTYPE *lvalp, VALUE parser, VALUE filename) {
3250
3257
  return YYEOF;
3251
3258
  }
3252
3259
  rb_ivar_set(parser, rb_intern("@next_token_index"), INT2FIX(next_token_idx + 1));
3253
- VALUE token_type_rb_int = rb_ary_entry(next_token, 5);
3260
+ VALUE token_type_rb_int = rb_ary_entry(next_token, 4);
3254
3261
  int next_token_type = FIX2INT(token_type_rb_int);
3255
3262
  if (next_token_type == 241) { // BAD_UNICODE_ESCAPE
3256
3263
  VALUE mGraphQL = rb_const_get_at(rb_cObject, rb_intern("GraphQL"));