Persistate API documentation
ParseStackDump Property
NamespacesPersistate.LanguageSyntaxErrorEventArgsParseStackDump

[This is preliminary documentation and is subject to change.]

Gets a string representation of the full current state of the parse stack.
Declaration Syntax
C#
public string ParseStackDump { get; }
Remarks
The parse states in this string are more concise than in the ParseState property, and require the SyntaxParser.DumpString output to make sense of them.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)