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