1,091 views
0 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

 

2 Answers

Position:
Show:

Related questions

1 1 vote
1 1 answer
3.0k
3.0k views
Na462 asked Jan 13, 2019
2,980 views
Consider the following Translation rules for the Grammar G :What will be the output for input string abebebe for bottom up parser ?CBBPBPBPCBBBPPBBCBPBPBPBCBPBBPPB
4 4 votes
1 1 answer
4.8k
4.8k views
Shivam Kasat asked Jan 7, 2019
4,798 views
Consider the following grammar and their Syntax Directed Translation (SDT) rules. (Here id represent a integer and id.val is value of that integer)S1: Given SDT is L-attr...