Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
ccda73828473576c57d1bb31774f56542d6e8964
/
.
/
Parser
/
lexer
/
lexer.h
blob: 7f21bf56bba2d19dea3962fd06503bd8aada1590 [
file
]
#ifndef
_PY_LEXER_LEXER_H_
#define
_PY_LEXER_LEXER_H_
#include
"state.h"
int
_PyLexer_update_fstring_expr
(
struct
tok_state
*
tok
,
char
cur
);
int
_PyTokenizer_Get
(
struct
tok_state
*,
struct
token
*);
#endif