derivation_tree (264B)
1 # Derivation tree 2 3 A derivation tree is a notion of a [context_free_grammar] 4 5 The [yield] of a derivation tree is the sequence of its leaves 6 7 The notion of derivation trees also occurs in [datalog]: [derivation_tree_datalog] 8 9 Up: [tree] for [context_free_grammar]