aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Parser/lexer/lexer.h
blob: 1d97ac57b745b092f7ebada447d1cbc8e1cd63e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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