@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
GrammarSpec
Interface GrammarSpec
Serializable grammar declaration plus optional compiled callbacks.
interface
GrammarSpec
{
alphabet
:
readonly
AlphabetSymbolSpec
[]
;
axiom
:
readonly
ModuleSymbol
[]
;
branchCloseSymbol
?:
SymbolId
;
branchOpenSymbol
?:
SymbolId
;
productions
:
readonly
ProductionSpec
[]
;
}
Index
Properties
alphabet
axiom
branch
Close
Symbol?
branch
Open
Symbol?
productions
Properties
Readonly
alphabet
alphabet
:
readonly
AlphabetSymbolSpec
[]
Readonly
axiom
axiom
:
readonly
ModuleSymbol
[]
Optional
Readonly
branch
Close
Symbol
branchCloseSymbol
?:
SymbolId
Optional
Readonly
branch
Open
Symbol
branchOpenSymbol
?:
SymbolId
Readonly
productions
productions
:
readonly
ProductionSpec
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alphabet
axiom
branch
Close
Symbol
branch
Open
Symbol
productions
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Serializable grammar declaration plus optional compiled callbacks.