(op, s)
| 172 | return [s].concat(ss.map(function (s) { return s[3]; })); |
| 173 | }, |
| 174 | peg$c20 = function(op, s) { |
| 175 | if (!op) return s; |
| 176 | return { type: op, left: { type: 'exactNode' }, right: s }; |
| 177 | }, |
| 178 | peg$c21 = function(a, ops) { |
| 179 | return ops.reduce(function (memo, rhs) { |
| 180 | return { type: rhs[0], left: memo, right: rhs[1] }; |
no outgoing calls
no test coverage detected