Class PermutationParser
Contains tools for running sequences of parsers in an order-insensitive manner
Inheritance
- Object
- PermutationParser
Declaration
public static class PermutationParser : Object
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> |
Type Parameters
Name | Description |
---|---|
TToken |
The type of tokens to be consumed by the permutation parser. |