What is a Parse Tree?
-
A parse tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar.
- Source: https://en.wikipedia.org/wiki/Parse_tree
A parse tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar.