mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-24 14:25:39 -04:00
3 lines
161 B
C
3 lines
161 B
C
mp_lexer_t *mp_lexer_new_from_str_len(const char *src_name, const char *str, uint len, bool free_str);
|
|
mp_lexer_t *mp_lexer_new_from_file(const char *filename);
|