decodeCDT: Converts a complete derivation tree into a program.
Description
decodeCDT() returns a program
(a text string with the terminal symbol string).
If the derivation tree still has non-terminal leaves,
the non-terminal leaves are omitted.
The program produces a syntax error.
The program can not be repaired.
Usage
decodeCDT(tree, ST)
Value
A program.
Arguments
tree
Derivation tree.
ST
Symbol table.
See Also
Other Decoder:
decodeAndFixDT(),
decodeDT(),
decodeDTsym(),
decodeTree(),
leavesIncompleteDT()