Table of Contents

Class AnyTextGrammar

Namespace
NMF.AnyText.Grammars
Assembly
NMF.AnyText.dll

Denotes a class capable to parse the language anytext

public class AnyTextGrammar : ReflectiveGrammar
Inheritance
AnyTextGrammar
Inherited Members

Properties

LanguageId

Gets the language id for this grammar

public override string LanguageId { get; }

Property Value

string

Methods

GetRootRule(GrammarContext)

Gets the root rule

protected override Rule GetRootRule(GrammarContext context)

Parameters

context GrammarContext

a context to resolve the root rule

Returns

Rule

the root rule for this grammar