Re: [PATCH 7/8] json: add json parsing support

2024-11-18 Thread Andrew Pinski
On Wed, Nov 13, 2024 at 11:26 AM David Malcolm wrote: > > This patch implements JSON parsing support. > > It's based on the parsing parts of the patch I posted here: > https://gcc.gnu.org/legacy-ml/gcc-patches/2017-08/msg00417.html > with the parsing moved to a separate source file and header, hea

[PATCH 7/8] json: add json parsing support

2024-11-13 Thread David Malcolm
This patch implements JSON parsing support. It's based on the parsing parts of the patch I posted here: https://gcc.gnu.org/legacy-ml/gcc-patches/2017-08/msg00417.html with the parsing moved to a separate source file and header, heavily rewritten to capture source location information for JSON val