(first, rest, index)
| 7766 | } |
| 7767 | |
| 7768 | function buildList(first, rest, index) { |
| 7769 | return [first].concat(extractList(rest, index)); |
| 7770 | } |
| 7771 | |
| 7772 | |
| 7773 | peg$result = peg$startRuleFunction(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…