Farkle


Nonterminal Type

A symbol which is produced by a concatenation of other `Terminal`s and `Nonterminal`s, as the LALR parser dictates. Nonterminals with the same index are considered equal.

Union cases

Union case Description

Nonterminal(Index, Name)

Full Usage: Nonterminal(Index, Name)

Parameters:
    Index : uint32
    Name : string

Index : uint32
Name : string