Interface ILexer

Namespace
Elegy.Common.Text
Assembly
Elegy.Common.dll
public interface ILexer

Methods

IsEnd()

bool IsEnd()

Returns

bool

Load(string)

void Load(string text)

Parameters

text string

Next()

ReadOnlySpan<char> Next()

Returns

ReadOnlySpan<char>