Class PermutationParser
Contains tools for running sequences of parsers in an order-insensitive manner.
Inheritance
- object
- PermutationParser
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()
Declaration
public static class PermutationParser
Methods
Create<TToken>()
Creates an empty instance of PermutationParser<TToken, T>.
Declaration
public static PermutationParser<TToken, Unit> Create<TToken>()
Returns
Type | Description |
---|---|
PermutationParser<TToken, Unit> |
An empty instance of PermutationParser<TToken, T>. |
Type Parameters
Name | Description |
---|---|
TToken |
The type of tokens to be consumed by the permutation parser. |