@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
CompiledGrammar
Interface CompiledGrammar
Reusable production index produced by grammar compilation.
interface
CompiledGrammar
{
alphabetIndex
:
Readonly
<
Record
<
string
,
AlphabetSymbolSpec
>
>
;
productionIndex
:
Readonly
<
Record
<
string
,
readonly
{
spec
:
ProductionSpec
;
specificity
:
number
}
[]
,
>
,
>
;
spec
:
GrammarSpec
;
}
Index
Properties
alphabet
Index
production
Index
spec
Properties
Readonly
alphabet
Index
alphabetIndex
:
Readonly
<
Record
<
string
,
AlphabetSymbolSpec
>
>
Readonly
production
Index
productionIndex
:
Readonly
<
Record
<
string
,
readonly
{
spec
:
ProductionSpec
;
specificity
:
number
}
[]
>
,
>
Readonly
spec
spec
:
GrammarSpec
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alphabet
Index
production
Index
spec
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Reusable production index produced by grammar compilation.