Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
ca878b6e45f9c7934842f7bb94274e671b155e09
/
.
/
Parser
/
string_parser.h
blob: 0b34de1b4e41e9200c64d9aa2baf9a80219c38d8 [
file
] [
log
] [
blame
]
#ifndef
STRINGS_H
#define
STRINGS_H
#include
<Python.h>
#include
<pycore_ast.h>
#include
"pegen.h"
PyObject
*
_PyPegen_parse_string
(
Parser
*,
Token
*);
PyObject
*
_PyPegen_decode_string
(
Parser
*,
int
,
const
char
*,
size_t
,
Token
*);
#endif