summaryrefslogtreecommitdiffstatshomepage
path: root/unix/lexerunix.h
blob: aa7631cb0b514ec404e8721ddef42564c3dfb653 (plain) (blame)
1
2
py_lexer_t *py_lexer_new_from_str_len(const char *src_name, const char *str, uint len, bool free_str);
py_lexer_t *py_lexer_new_from_file(const char *filename);