Persistate API documentation
ParseState Property
NamespacesPersistate.LanguageSyntaxErrorEventArgsParseState

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

Gets a text representation of the current parse state when the syntax error happened.
Declaration Syntax
C#
public string ParseState { get; }
Remarks
This consists of the state index on the first line followed by the production configurations, one per line. This can be used in conjunction with the output of the SyntaxParser.DumpString method.

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