Farkle


Symbols Type

A type containing all symbols of a grammar, grouped by kind. Group start and end symbols can be found at the group table.

Record fields

Record Field Description

NoiseSymbols

Full Usage: NoiseSymbols

Field type: ImmutableArray<Noise>

The grammar's noise symbols.

Field type: ImmutableArray<Noise>

Nonterminals

Full Usage: Nonterminals

Field type: ImmutableArray<Nonterminal>

The grammar's nonterminals.

Field type: ImmutableArray<Nonterminal>

Terminals

Full Usage: Terminals

Field type: ImmutableArray<Terminal>

The grammar's terminals.

Field type: ImmutableArray<Terminal>