Re: [PATCH 03/22] Add JSON implementation

2017-09-01 Thread Jeff Law
On 08/04/2017 04:04 PM, David Malcolm wrote: > This patch 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.cc: New file. > * json.h: New file. > *

[PATCH 03/22] Add JSON implementation

2017-08-04 Thread David Malcolm
This patch 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.cc: New file. * json.h: New file. * selftest-run-tests.c (selftest::run_tests): Call