Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: RegexTokenParser<TToken>(Regex, Func<LexPosition, LexPosition, string, TToken>)

Declaration

public RegexTokenParser<TToken>(
    Regex regex,
    Func<LexPosition, LexPosition, string, TToken> init
)