Table of Contents

Enum GroupOptions

Namespace
Farkle.Builder
Assembly
Farkle.dll

Contains options to customize the creation of groups.

[Flags]
public enum GroupOptions

Fields

Hidden = 2

The group will not be shown in the list of expected symbols in case of a parse error.

Noisy = 1

The group will be ignored if it is encountered in the input in an unexpected place.

None = 0

No options are specified.

Recursive = 4

The group can appear inside itself. For each time the group starts, it must end an equal number of times.

Semantic actions do not run for nested groups.