dmd support for IDEs

Moritz Warning moritzwarning at web.de
Sun Oct 11 14:25:57 PDT 2009


On Sun, 11 Oct 2009 09:04:50 -0400, Christopher Wright wrote:

> Jeremie Pelletier wrote:
>> Walter Bright wrote:
>>> But if you want to contribute, how about a JSON parser for phobos?
>>> You'll need one anyway for your IDE.
>>>
>>> BTW, JSON parsing comes for free with javascript. Why not incorporate
>>> dmdscript into your IDE as its extension language?
>> 
>> The official JSON website has tons of bindings, here's the C one:
>> 
>> http://fara.cs.uni-potsdam.de/~jsg/json_parser/
>> 
>> I'm gonna try and get it converted to D over the weekend.
> 
> Tango already has a good JSON parser, but I imagine its license (BSD)
> doesn't meet Walter's requirements.

I wrote a JSON parser that is Public Domain and also very fast.
It may be helpful. 
http://dsource.org/projects/tango/ticket/1491

There are also a few others around.



More information about the Digitalmars-d mailing list