Re: [go-nuts] Go Compiler Intermediate Representation

2017-02-21 Thread Ian Lance Taylor
On Tue, Feb 21, 2017 at 9:15 AM, Arpit Aggarwal wrote: > > I am doing a project in which I need Go compiler's intermediate > representation(IR) (which is semantics preserving and I can get all all info > like line number and data type and other features) (human readable) to > convert to another IR

Re: [go-nuts] Go Compiler Intermediate Representation

2017-02-21 Thread Arpit Aggarwal
Thanks a lot *Ian*. Will try it and ask if I have any further doubts. Thanks, Arpit On Tuesday, February 21, 2017 at 10:59:41 PM UTC+5:30, Ian Lance Taylor wrote: > > On Tue, Feb 21, 2017 at 9:15 AM, Arpit Aggarwal > wrote: > > > > I am doing a project in which I need Go compiler's intermedia