InterviewSolution
Saved Bookmarks
| 1. |
What Is Parse Tree? |
|
Answer» A parse tree or PARSING tree or derivation tree or CONCRETE syntax tree is an ORDERED, rooted tree that REPRESENTS the SYNTACTIC structure of a string according to some context-free grammar. A parse tree or parsing tree or derivation tree or concrete syntax tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar. |
|