https://github.com/graphql/libgraphqlparser
A GraphQL query parser in C++ with C and C++ APIs
https://github.com/graphql/libgraphqlparser
Last synced: 3 days ago
JSON representation
A GraphQL query parser in C++ with C and C++ APIs
- Host: GitHub
- URL: https://github.com/graphql/libgraphqlparser
- Owner: graphql
- License: mit
- Created: 2015-07-30T02:36:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T10:19:31.000Z (8 months ago)
- Last Synced: 2025-04-03T09:07:35.228Z (11 days ago)
- Language: C++
- Homepage:
- Size: 313 KB
- Stars: 1,089
- Watchers: 56
- Forks: 166
- Open Issues: 38
-
Metadata Files:
- Readme: README.clang-tidy
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - libgraphqlparser - A GraphQL query parser in C++ with C and C++ APIs. (Libraries / C/C++ Libraries)
- awesome-list - libgraphqlparser
- awesome-graphql - libgraphqlparser - A GraphQL query parser in C++ with C and C++ APIs. (Libraries / C/C++ Libraries)
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().