powered by
treeChildren() returns the children of a derivation tree represented as a list of derivation trees.
treeChildren()
treeChildren(tree)
The children of a derivation tree (a list of derivation trees).
Derivation tree.
Other Access Tree Parts: filterANL(), filterANLid(), treeANL(), treeRoot()
filterANL()
filterANLid()
treeANL()
treeRoot()
g<-compileBNF(booleanGrammar()) a<-randomDerivationTree(g$Start, g) treeChildren(a)
Run the code above in your browser using DataLab