@@ -7,13 +7,13 @@ export default function grammar(){
77 // SUMMARY
88 // rules = 36
99 // udts = 0
10- // opcodes = 213
10+ // opcodes = 212
1111 // --- ABNF original opcodes
1212 // ALT = 21
1313 // CAT = 24
1414 // REP = 16
1515 // RNM = 55
16- // TLS = 73
16+ // TLS = 72
1717 // TBS = 12
1818 // TRG = 12
1919 // --- SABNF superset opcodes
@@ -264,11 +264,10 @@ export default function grammar(){
264264
265265 /* components-field */
266266 this . rules [ 22 ] . opcodes = [ ] ;
267- this . rules [ 22 ] . opcodes [ 0 ] = { type : 1 , children : [ 1 , 2 , 3 , 4 ] } ; // ALT
268- this . rules [ 22 ] . opcodes [ 1 ] = { type : 7 , string : [ 105 , 110 , 112 , 117 , 116 , 115 ] } ; // TLS
269- this . rules [ 22 ] . opcodes [ 2 ] = { type : 7 , string : [ 112 , 97 , 114 , 97 , 109 , 101 , 116 , 101 , 114 , 115 ] } ; // TLS
270- this . rules [ 22 ] . opcodes [ 3 ] = { type : 7 , string : [ 115 , 117 , 99 , 99 , 101 , 115 , 115 , 97 , 99 , 116 , 105 , 111 , 110 , 115 ] } ; // TLS
271- this . rules [ 22 ] . opcodes [ 4 ] = { type : 7 , string : [ 102 , 97 , 105 , 108 , 117 , 114 , 101 , 97 , 99 , 116 , 105 , 111 , 110 , 115 ] } ; // TLS
267+ this . rules [ 22 ] . opcodes [ 0 ] = { type : 1 , children : [ 1 , 2 , 3 ] } ; // ALT
268+ this . rules [ 22 ] . opcodes [ 1 ] = { type : 7 , string : [ 112 , 97 , 114 , 97 , 109 , 101 , 116 , 101 , 114 , 115 ] } ; // TLS
269+ this . rules [ 22 ] . opcodes [ 2 ] = { type : 7 , string : [ 115 , 117 , 99 , 99 , 101 , 115 , 115 , 97 , 99 , 116 , 105 , 111 , 110 , 115 ] } ; // TLS
270+ this . rules [ 22 ] . opcodes [ 3 ] = { type : 7 , string : [ 102 , 97 , 105 , 108 , 117 , 114 , 101 , 97 , 99 , 116 , 105 , 111 , 110 , 115 ] } ; // TLS
272271
273272 /* components-sub-field */
274273 this . rules [ 23 ] . opcodes = [ ] ;
@@ -429,9 +428,9 @@ export default function grammar(){
429428 str += "\n" ;
430429 str += "; Secondary grammar for parsing $components name part\n" ;
431430 str += "; Format: {field}.{subField}\n" ;
432- str += "; Allowed fields: inputs, parameters, successActions, failureActions\n" ;
431+ str += "; Allowed fields: parameters, successActions, failureActions\n" ;
433432 str += "components-name = components-field \".\" components-sub-field\n" ;
434- str += "components-field = \"inputs\" / \" parameters\" / \"successActions\" / \"failureActions\"\n" ;
433+ str += "components-field = \"parameters\" / \"successActions\" / \"failureActions\"\n" ;
435434 str += "components-sub-field = 1*(ALPHA / DIGIT / \".\" / \"-\" / \"_\")\n" ;
436435 str += "\n" ;
437436 str += "; https://datatracker.ietf.org/doc/html/rfc6901#section-3\n" ;
0 commit comments