mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-17 01:41:52 +03:00
Feb 15th 2023 update
This commit is contained in:
19
external/graphqlparser/syntaxdefs.h
vendored
Normal file
19
external/graphqlparser/syntaxdefs.h
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Copyright 2019-present, GraphQL Foundation
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
/***
|
||||
* This file contains definitions that need to be shared by the parser
|
||||
* and the lexer.
|
||||
*/
|
||||
|
||||
yy::GraphQLParserImpl::syntax_error make_error(const yy::location &loc, const std::string &str);
|
||||
|
||||
struct LexerExtra {
|
||||
std::string str;
|
||||
yy::location loc;
|
||||
};
|
||||
Reference in New Issue
Block a user