(a, as)
| 208 | peg$c43 = ".", |
| 209 | peg$c44 = peg$literalExpectation(".", false), |
| 210 | peg$c45 = function(a, as) { |
| 211 | return [].concat.apply([a], as).join(''); |
| 212 | }, |
| 213 | peg$c46 = function(name, op, value) { |
| 214 | return { type: 'attribute', name: name, operator: op, value: value }; |
| 215 | }, |