()
| 998 | } |
| 999 | |
| 1000 | func (p *parser) decrementRecursionDepth() { |
| 1001 | p.recursionDepth-- |
| 1002 | } |
| 1003 | |
| 1004 | // unnest traverses down the left-hand side of the parse graph until it encounters the first compound |
| 1005 | // parse node or the first leaf in the parse graph. |