TapeParserOptions
Namespace: Hex1b.Automation
Assembly: Hex1b.dll
Configures Tape syntax callbacks without executing instructions during parsing.
csharp
public sealed class TapeParserOptionsInheritance
Object → TapeParserOptions
Properties
SyntaxExtensions
Gets the mutable, case-sensitive mapping of command keywords to parsing callbacks, populated with VHS commands by default.
Returns: IDictionary<String, TapeParseContext, TapePlayContext, TapeCommandResult>>>
csharp
public IDictionary<string, Func<TapeParseContext, Func<TapePlayContext, TapeCommandResult>>> SyntaxExtensions { get; }