summaryrefslogtreecommitdiffstatshomepage
path: root/py/lexerunix.h
blob: b422a43062d682e72209af6fc6d85411912d4313 (plain) (blame)
1
2
3
4
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);

void mp_import_set_directory(const char *dir);