Gets or creates a parser state instance scoped to the current leaf processing pass.
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public TState GetParserState<TState>(InlineParser parser)
where TState : class, new()
The parser requesting the state.