# Generated by roxygen2: do not edit by hand

export(addE)
export(addV)
export(booleanGrammar)
export(chooseNode)
export(chooseRule)
export(chooseRulek)
export(compatibleSubtrees)
export(compileBNF)
export(decodeAndFixDT)
export(decodeCDT)
export(decodeDT)
export(decodeDTsym)
export(decodeSymVec)
export(decodeTree)
export(filterANL)
export(filterANLid)
export(generateCDT)
export(generateDerivationTree)
export(leavesIncompleteDT)
export(newE)
export(newV)
export(printDerivations)
export(randomDerivationTree)
export(rndPartition)
export(rndsub)
export(rndsubk)
export(substituteSymbol)
export(testGenerateDerivationTree)
export(treeANL)
export(treeChildren)
export(treeExtract)
export(treeInsert)
export(treeLeaves)
export(treeListDepth)
export(treeNodes)
export(treeProbability)
export(treeRoot)
export(treeSize)
export(treeToDataFrames)
importFrom(utils,tail)
importFrom(xegaBNF,booleanGrammar)
importFrom(xegaBNF,compileBNF)
importFrom(xegaBNF,derive)
importFrom(xegaBNF,isNonTerminal)
importFrom(xegaBNF,isTerminal)
importFrom(xegaBNF,rules)
