0
4.1kviews
Explain Sdd Also Explain Evaluation Order Of Sdd

Subject: system programming and compiler construction

Topic: Syntax Directed Translation

Difficulty: Medium

1 Answer
0
35views

Syntax Directed Translation are augmented rules to the grammar that facilitate semantic analysis. SDT involves passing information bottom-up and/or top-down the parse tree in form of attributes attached to the nodes. Syntax directed translation rules use 1) lexical values of nodes, 2) constants & 3) attributes associated to the non-terminals …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.