Show / Hide Table of Contents

Class PermutationParser

Contains tools for running sequences of parsers in an order-insensitive manner

Inheritance
Object
PermutationParser
Namespace: Pidgin.Permutation
Assembly: Pidgin.dll
Syntax
public static class PermutationParser : object

Methods

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX