Описание тега parse-tree
A parse tree (aka. parsing 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 (aka. parsing tree or concrete syntax tree) is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar.
Example
From What's the difference between parse tree and AST?
https://stackru.com/images/6d89b1595fe74d3fab0404a9f5ef697286eb58ac.png
See also: