Farkle


PostProcessor<'T> Type

Post-processors convert strings of a grammar into more meaningful types for the library that uses the parser.

Instance members

Instance member Description

this.Fuse

Full Usage: this.Fuse

Parameters:
    production : Production - The production whose members will be fused.
    members : ReadOnlySpan<obj> - A read-only span of the production's members

Returns: obj An object. It can be .
Modifiers: abstract

Fuses the many members of a Production into one arbitrary object.

production : Production

The production whose members will be fused.

members : ReadOnlySpan<obj>

A read-only span of the production's members

Returns: obj

An object. It can be .