Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/graphql/libgraphqlparser

A GraphQL query parser in C++ with C and C++ APIs
https://github.com/graphql/libgraphqlparser

Last synced: about 1 month ago
JSON representation

A GraphQL query parser in C++ with C and C++ APIs

Lists

README

        

* readability-implicit-bool is disabled because I disagree with it.

* cppcoreguidelines-pro-type-reinterpret-cast is disabled because we use it
to implement our C API.

* cppcoreguidelines-pro-bounds-array-to-pointer-decay is disabled
because it fires a false positive on every use of assert().