Interface ILexer
public interface ILexer
Methods
IsEnd()
bool IsEnd()
Returns
Load(string)
void Load(string text)
Parameters
text
string
Next()
ReadOnlySpan<char> Next()
public interface ILexer
bool IsEnd()
void Load(string text)
text
stringReadOnlySpan<char> Next()