Table of Contents

Class ParserStateContextOptions

Namespace
Farkle.Parser
Assembly
Farkle.dll

Provides options to configure a ParserStateContext<TChar>.

public sealed class ParserStateContextOptions
Inheritance
ParserStateContextOptions

Properties

InitialBufferSize

The initial size of the buffer used to store the input characters.

public int InitialBufferSize { get; init; }

Property Value

int

Remarks

Currently defaults to 512 characters. This value may change in the future.