/ RDP.js
Docs
Playground
API
GitHub
@configuredthings/rdp.js - v0.7.0
← Docs
Preparing search index...
Generator
GrammarAST
Type Alias GrammarAST
The root of a parsed grammar: an ordered list of production rules.
type
GrammarAST
=
{
rules
:
ProductionRule
[]
;
}
Index
Properties
rules
Properties
rules
rules
:
ProductionRule
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
rules
← Docs
@configuredthings/rdp.js - v0.7.0
Loading...
The root of a parsed grammar: an ordered list of production rules.