Method SepAndValue
SepAndValue(Parser<IEnumerable<Char>>)
Parser monad to parse a value separator and value
Declaration
public static Parser<> SepAndValue(Parser<IEnumerable<char>> valueSep)
Parameters
public static Parser<> SepAndValue(Parser<IEnumerable<char>> valueSep)
Sprache.Parser<System.Collections.Generic.IEnumerable<Char>> | valueSep | Parser that will parse the allowed separator(s) |
Returns
Sprache.Parser<System.> | Parser to parse the separator and value |