On 1/15/13 7:56 PM, Andrej Mitrovic wrote:
On 1/16/13, Walter Bright<newshou...@digitalmars.com> wrote:
On 1/15/2013 4:45 PM, Andrei Alexandrescu wrote:
What about just using the json output?
It'd lose all the comments.
Json could output comments if we wanted to.
This isn't such a bad idea considering the amount of work necessary to
actually parse D code in the first place.
Agreed. Generally we should standardize tooling on json, regardless of
the notion that indeed a parser is good in the library. Walter?
Andrei