mirror of
https://github.com/johndoe6345789/typthon.git
synced 2026-04-25 06:05:05 +00:00
11 lines
210 B
C
11 lines
210 B
C
#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
|