()
| 1016 | } |
| 1017 | |
| 1018 | func (p *parser) decrementRecursionDepth() { |
| 1019 | p.recursionDepth-- |
| 1020 | } |
| 1021 | |
| 1022 | // unnest traverses down the left-hand side of the parse graph until it encounters the first compound |
| 1023 | // parse node or the first leaf in the parse graph. |