in Compiler Design
546 views
0 votes
0 votes

Select the correct one from the below given options.

1. The parser’s output is abstract syntax tree, which represents the grammatical structure of the parse input.

 

2. Parse tree is condensed form of Abstract Syntax tree.

 

3. In abstract syntax tree the operators can appear as leaves while keywords cannot appear as leaves.

 

4.All of the above are true

 

in Compiler Design
546 views

1 comment

is it a?
0
0

2 Answers

0 votes
0 votes
It will be a

1 comment

I think parser gives concrete syntax tree not the abstract syntax tree.
0
0
0 votes
0 votes
1. True

2 .false abstract syntax tree is a condensed form of parse tree

3. False

Related questions