in Compiler Design edited by
1,442 views
1 vote
1 vote
How to represent array expressions using DAG?

for example a=b[i]+c[j]

how to represent this using DAG?
in Compiler Design edited by
by
1.4k views

4 Comments

@aditi19

@ankitgupta.1729

$b\left [ i \right ]+$ cannot be parse to a grammar, because it is not a handle

So, parse tree is not possible with it

ok ??

0
0
mam, as you said for parse tree , we need grammar which is not given in question.
1
1
sorry! it'll be DAG.. not syntax tree... I'm updating the question
0
0

Please log in or register to answer this question.

Related questions