On 07/24/2017 02:05 PM, David Malcolm wrote:
> This patch is the first part of the Language Server Protocol
> server proof-of-concept.
>
> It adds support to gcc for reading and writing JSON,
> based on DOM-like trees of "json::value" instances.
>
> gcc/ChangeLog:
> * Makefile.in (OBJS): Ad
This patch is the first part of the Language Server Protocol
server proof-of-concept.
It adds support to gcc for reading and writing JSON,
based on DOM-like trees of "json::value" instances.
gcc/ChangeLog:
* Makefile.in (OBJS): Add json.o.
* json.c: New file.
* json.h: New