@@ -70,14 +70,7 @@ const grammar: Grammar = {
70
70
{ "name" : "Subject$ebnf$1" , "symbols" : [ "Association" ] , "postprocess" : id } ,
71
71
{ "name" : "Subject$ebnf$1" , "symbols" : [ ] , "postprocess" : ( ) => null } ,
72
72
{ "name" : "Subject" , "symbols" : [ { "literal" :"[" } , "_" , "Attributes" , "_" , "Subject$ebnf$1" , { "literal" :"]" } ] , "postprocess" : ( ) => `(subject)` } ,
73
- { "name" : "Association$ebnf$1$subexpression$1$ebnf$1" , "symbols" : [ "Labels" ] , "postprocess" : id } ,
74
- { "name" : "Association$ebnf$1$subexpression$1$ebnf$1" , "symbols" : [ ] , "postprocess" : ( ) => null } ,
75
- { "name" : "Association$ebnf$1$subexpression$1$ebnf$2" , "symbols" : [ "Record" ] , "postprocess" : id } ,
76
- { "name" : "Association$ebnf$1$subexpression$1$ebnf$2" , "symbols" : [ ] , "postprocess" : ( ) => null } ,
77
- { "name" : "Association$ebnf$1$subexpression$1" , "symbols" : [ "Association$ebnf$1$subexpression$1$ebnf$1" , "Association$ebnf$1$subexpression$1$ebnf$2" , "_" , { "literal" :"|" } ] } ,
78
- { "name" : "Association$ebnf$1" , "symbols" : [ "Association$ebnf$1$subexpression$1" ] , "postprocess" : id } ,
79
- { "name" : "Association$ebnf$1" , "symbols" : [ ] , "postprocess" : ( ) => null } ,
80
- { "name" : "Association" , "symbols" : [ { "literal" :"|" } , "Association$ebnf$1" , "_" , "Pattern" ] } ,
73
+ { "name" : "Association" , "symbols" : [ { "literal" :"|" } , "_" , "Pattern" ] } ,
81
74
{ "name" : "Reference" , "symbols" : [ "Identity" ] , "postprocess" : ( ) => `(reference)` } ,
82
75
{ "name" : "Path" , "symbols" : [ "Node" ] , "postprocess" : ( ) => `(node)` } ,
83
76
{ "name" : "Path" , "symbols" : [ "Relationship" ] , "postprocess" : ( ) => `(relationship)` } ,
0 commit comments