Table of Contents

Class LexerEngineOptions

Namespace
Utils.Parser.Runtime
Assembly
Utils.Parser.dll

Runtime options for LexerEngine.

public sealed class LexerEngineOptions
Inheritance
LexerEngineOptions
Inherited Members
Extension Methods

Properties

Extensions

Registered lexer extensions.

public IReadOnlyList<ILexerExtension> Extensions { get; init; }

Property Value

IReadOnlyList<ILexerExtension>