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 19 hours 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 (4 months ago)
- Last Synced: 2024-12-04T16:06:48.118Z (8 days ago)
- Language: C++
- Homepage:
- Size: 313 KB
- Stars: 1,080
- Watchers: 55
- Forks: 161
- Open Issues: 44
-
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().