Table of Contents

Enum GrammarAttributes

Namespace
Farkle.Grammars
Assembly
Farkle.dll

Characteristics of a Grammar.

[Flags]
public enum GrammarAttributes : ushort

Fields

Critical = 2

The grammar cannot be used for parsing if it contains data unknown to its reader.

None = 0

No attributes are defined.

Unparsable = 1

The grammar cannot be used for parsing, even if the necessary state machines are present.