Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
9af7a20caeb2912a05dd0fa07bbb4bfe7fb874e4
/
.
/
Parser
/
lexer
/
lexer.h
blob: 1d97ac57b745b092f7ebada447d1cbc8e1cd63e5 [
file
] [
log
] [
blame
]
#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