Persistate API documentation
ParseActionHistory Property
NamespacesPersistate.LanguageSyntaxErrorEventArgsParseActionHistory

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

Gets a string representation of all the shift and reduce actions which the parser has performed up until the syntax error.
Declaration Syntax
C#
public string ParseActionHistory { get; }
Remarks
This is a concise representation and requires the SyntaxParser.DumpString output to make sense of it.

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