Class PermutationParser
Contains tools for running sequences of parsers in an order-insensitive manner
Namespace: Pidgin.Permutation
Assembly: Pidgin.dll
Syntax
public static class PermutationParser : object
Methods
| Improve this Doc View SourceCreate<TToken>()
Creates an empty instance of PermutationParser<TToken, T>.
Declaration
public static PermutationParser<TToken, Unit> Create<TToken>()
Returns
Type | Description |
---|---|
PermutationParser<TToken, Unit> |
Type Parameters
Name | Description |
---|---|
TToken | The type of tokens to be consumed by the permutation parser. |