[go-nuts] Re: Go Compiler Intermediate Representation

2017-02-24 Thread Arpit Aggarwal
Thank you very much adon... Its very useful for my project. Again, thanks a lot Regards Arpit On Wednesday, February 22, 2017 at 2:13:25 PM UTC-8, adon...@google.com wrote: > > On Tuesday, 21 February 2017 12:23:44 UTC-5, Arpit Aggarwal wrote: >> >> I am doing a project in which I need Go compil

[go-nuts] Re: Go Compiler Intermediate Representation

2017-02-22 Thread adonovan via golang-nuts
On Tuesday, 21 February 2017 12:23:44 UTC-5, 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