Files
micropython/py/lexerunix.h
2014-01-06 09:52:29 -08:00

5 lines
212 B
C

mp_lexer_t *mp_lexer_new_from_str_len(const char *src_name, const char *str, uint len, MP_BOOL free_str);
mp_lexer_t *mp_lexer_new_from_file(const char *filename);
void mp_import_set_directory(const char *dir);