232k views
1 vote
With respect to compilation, the syntax analyzer takes the lexical units from the lexical analyzer and uses them to construct hierarchical structures called .

User Dash
by
5.2k points

1 Answer

1 vote

Answer:

parse tree or parsing tree

Step-by-step explanation:

A parse tree or parsing tree is an organized, rooted diagram representing a string's lexical framework in quite a reference-free language.

They are mainly used in computer language. Parse trees represent the input language context in practical terms, rendering them different from conceptual syntax trees used in programming.

User Fabio Beltramini
by
4.4k points