1 1 vote How to represent array expressions using DAG? for example a=b[i]+c[j] how to represent this using DAG? Compiler Design syntax-directed-translation compiler-design + – aditi19 2.1k views answer comment Share Follow Print See all 7 Comments 7 7 Comments reply Show 4 previous comments srestha commented Apr 3, 2019 reply Follow flag @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 replyShare ankitgupta.1729 commented Apr 3, 2019 reply Follow flag mam, as you said for parse tree , we need grammar which is not given in question. 1 1 replyShare aditi19 commented Apr 3, 2019 reply Follow flag sorry! it'll be DAG.. not syntax tree... I'm updating the question 0 0 replyShare Please log in or register to add a comment.